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

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

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

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

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

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

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--900: #030407;
  --neutral--600: #3e404c;
  --violet--base: #443fde;
  --violet--background: #f3f3fc;
  --violet--darker: #28257e;
  --neutral--200: #ebebef;
  --blue-chiaro: #4040cd;
  --primary-900: #004247;
  --neutral--500: #606476;
  --neutral--700: #24262d;
  --blu-orbit: #0528dc;
  --neutral--100: #f9f9fb;
  --neutral--400: #84889a;
  --neutral--300: #d6d7e0;
  --brand-secondary-200: #00ffe0;
  --violet--dark: #3935b6;
  --brand-flown: #01003c;
  --orange--background: #fef7f1;
  --orange--dark: #c98b40;
  --red--background: #fdf2f2;
  --red--darker: #872522;
  --neutral--white: white;
  --secondary: #fd6574;
  --primary-500: #008c95;
  --blu-notte-orbit: #060a37;
  --product-primary-color-900: #2b376d;
  --primary-100: #e0f1f2;
  --bg-flown: #f0f0f7;
  --blu-scuro-orbit: #04136d;
  --bg-redlight: #ffe2e5;
  --green--background: #f1f8f4;
  --green--lighter: #d2e9dc;
  --green--light: #9cd3b4;
  --green--base: #3ebb7f;
  --green--dark: #339968;
  --green--darker: #246b49;
  --neutral--800: #111418;
  --orange--lighter: #fce5d4;
  --orange--light: #f9c99f;
  --orange--base: #f6a94c;
  --orange--darker: #8c612b;
  --red--lighter: #f8d4d3;
  --red--light: #f19e9d;
  --red--base: #e9423a;
  --red--dark: #bc362f;
  --violet--lighter: #d3d2f4;
  --violet--light: #9d9aea;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@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: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--violet--base);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-regular {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12% 20px;
  display: flex;
  position: relative;
}

.section-regular.grey {
  background-color: #f7f7fa;
}

.section-regular.marketplace {
  z-index: 1;
  background-color: #2b376c;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.section-regular.gdpr {
  z-index: 1;
  background-color: #526ad2;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.container-regular {
  z-index: 10;
  width: 100vw;
}

.navbar {
  z-index: 999;
  border-bottom: 1px none var(--neutral--200);
  background-color: #f6fbfb00;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  min-width: 78vw;
  max-width: 78vw;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.logo {
  min-width: 70%;
  max-width: 70%;
  margin-left: 0;
}

.container-navigation {
  border-style: none;
  border-width: 1px;
  border-color: #ffffff1a #ffffff1a var(--blue-chiaro) #00ffe066;
  background-color: #fff0;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  margin-left: auto;
  margin-right: 60px;
  padding: 10px 16px;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover {
  color: #4640de;
}

.nav-link.w--current {
  color: var(--violet--base);
}

.brand.w--current {
  align-items: center;
  min-width: 200px;
  margin-right: 0;
  display: flex;
}

.header-bottom-wrap {
  z-index: 2;
  border-radius: 10px;
  max-width: 1140px;
  margin: 0 3%;
  display: block;
  position: relative;
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.navigation-button-wrap {
  grid-column-gap: 0px;
  background-color: var(--primary-900);
  border-radius: 6px;
  align-items: center;
  display: flex;
}

.icon-wrap-regular {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.job-company-wrap {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.job-card-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  color: var(--neutral--500);
  letter-spacing: -.03em;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.rich-text {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.rich-text h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 32px;
}

.rich-text h3, .rich-text h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.rich-text img {
  margin-bottom: 40px;
}

.rich-text blockquote {
  border-left-color: var(--violet--base);
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
}

.rich-text li {
  color: var(--neutral--700);
  margin-bottom: 14px;
  font-size: 16px;
}

.cta-block {
  background-color: #5656ff;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 3%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--blu-orbit);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px none var(--neutral--200);
  text-align: center;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

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

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: var(--violet--base);
}

.large-form-field {
  border: 1px solid var(--neutral--200);
  min-height: 180px;
  margin-bottom: 32px;
  padding: 12px;
}

.large-form-field:focus {
  border-color: var(--violet--base);
}

.job-post-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

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

.job-detail-wrap {
  grid-column-gap: 24px;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
}

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: 0;
  margin-right: 0;
}

.job-post-side-menu-card {
  border: 1px solid var(--neutral--100);
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: sticky;
  top: 32px;
}

.job-post-content {
  border: 1px solid var(--neutral--100);
  padding: 40px 5%;
}

.job-post-divider {
  background-color: var(--neutral--100);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.application-form-title-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.content-wrapper {
  margin-bottom: 40px;
}

.job-post-header-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-details-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.title-wrap-left {
  max-width: 570px;
}

.template-header {
  background-color: var(--violet--base);
  color: #fff;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--neutral--600);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.blog-card-thumbnail {
  height: 220px;
}

.job-post-title-wrap {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.business-name {
  color: var(--violet--base);
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-image-wrapper {
  height: 440px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--violet--base);
}

.detail.text-color-gray-400 {
  color: var(--neutral--400);
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue-chiaro);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 38px;
  padding: 10px 20px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: #4b4bdb;
}

.button-primary:active {
  background-color: var(--violet--darker);
}

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

.paragraph-large.text-color-white {
  color: #fff;
}

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

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

.paragraph-small.text-color-gray-500 {
  color: var(--neutral--500);
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

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

.h6-heading {
  font-size: 18px;
  font-weight: 700;
}

.margin-bottom-16 {
  margin-bottom: 0;
}

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

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

.paragraph-regular.text-color-white {
  color: #fff;
}

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

.margin-bottom-08 {
  margin-bottom: 8px;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

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

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.partnership-wrap {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #ffffff26 #ffffff26 var(--blue-chiaro) #00ffe066;
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  outline-offset: 0px;
  background-color: #6481ff;
  border-radius: 10px;
  outline: 1px #ffffff80;
  justify-content: center;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: relative;
  top: -96px;
  box-shadow: 0 10px 30px #0000001a;
}

.text-color-primary {
  color: var(--violet--base);
}

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

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 20px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

.footer-form-block {
  margin-bottom: 0;
}

.social-links {
  flex: none;
  align-self: flex-end;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  border-top: 1px none var(--neutral--200);
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.footer-column {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  border-top: 1px none var(--neutral--200);
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12% 40px;
  display: flex;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  max-width: 140px;
  display: flex;
}

.form-text-field {
  color: #fff;
  background-color: #ffffff4d;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 38px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family: Dmsans, sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: var(--brand-secondary-200);
}

.form-text-field::placeholder {
  color: #ffffff80;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  margin-top: 20px;
  display: flex;
}

.foooter-right-column {
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-social {
  color: var(--neutral--400);
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: var(--violet--base);
}

.footer-logo {
  flex: 1;
  align-self: flex-start;
  min-width: 100px;
  max-width: 100px;
  display: block;
}

.footer-text {
  color: var(--primary-900);
  letter-spacing: -.02em;
  flex: 1;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.job-border {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.job-border:hover {
  border-color: var(--neutral--300);
}

.header-badge {
  grid-column-gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.header-badge-light {
  color: var(--violet--base);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.account-page-wrapper {
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image: none, none;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image: none, none;
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

.slide-nav-hidden {
  display: none;
}

.text-color-gray-500 {
  color: var(--neutral--500);
}

.section-header {
  z-index: 3;
  background-color: var(--brand-flown);
  justify-content: center;
  min-height: 100vh;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.job-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  padding: 6px 12px;
  display: inline-block;
}

.icon-wrap-large {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.job-tags {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.job-hours {
  background-color: var(--orange--background);
  color: var(--orange--dark);
  padding: 6px 12px;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.company-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-wrap-large-copy {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.jobs-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--violet--base);
  background-image: none;
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.search-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.checkbox-label {
  margin-bottom: 0;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

.blog-mask {
  width: 390px;
  overflow: visible;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: -104px 70px auto auto;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

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

.redirect-block {
  margin-top: 24px;
}

.success-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

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

.banner-button {
  background-color: var(--violet--base);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 160px;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: #f9f9fb1a;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-header-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  margin-bottom: 60px;
  display: flex;
}

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.heading-hero {
  direction: ltr;
  color: var(--neutral--white);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 0;
  font-family: Dmsans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.heading-hero.title-wrap-center {
  color: var(--neutral--white);
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: block;
}

.text-1 {
  color: #fff;
  padding-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-2 {
  color: #005459;
  letter-spacing: 2px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.secondary-text-hero {
  color: var(--brand-secondary-200);
  font-weight: 700;
}

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

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  box-sizing: border-box;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 1000px;
  max-width: 100vw;
  display: flex;
  overflow: visible;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  justify-content: space-around;
  padding: 0;
  display: block;
  overflow: hidden;
}

.loghi-integrazioni {
  width: 140px;
  max-width: 100%;
}

.page-padding {
  padding-top: 140px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-padding.s0 {
  border: 1px solid #b2dcdf;
  border-radius: 16px;
  min-width: 100%;
  padding: 40px 0% 20px;
}

.logo-slide_section {
  background-color: #2b376d00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.heading-section {
  direction: ltr;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.heading-section.blu {
  color: var(--blue-chiaro);
  line-height: 57px;
}

.button2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px #000;
  border-radius: 4px;
  flex: 0 auto;
  align-items: center;
  height: 58px;
  padding: 0 15px 0 10px;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button2-text {
  z-index: 1;
  color: var(--secondary);
  text-transform: none;
  cursor: pointer;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.button2-reveal {
  z-index: 0;
  background-color: var(--primary-900);
  transform-origin: 0%;
  cursor: pointer;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 2px;
  flex: 0 auto;
  width: 16px;
  max-width: none;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
}

.button2-reveal-navbar {
  z-index: 0;
  border: 2px solid var(--brand-flown);
  border-radius: 90px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.button2-navbar {
  background-color: var(--primary-900);
  color: #000;
  border: 2px #000;
  border-radius: 6px;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  height: 38px;
  padding: 0 15px 0 10px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-2 {
  color: var(--brand-secondary-200);
  background-color: #fff0;
  border-radius: 4px;
  align-items: center;
  min-height: auto;
  margin-right: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-background {
  border: 2px solid var(--brand-secondary-200);
  border-radius: 4px;
  width: 50px;
  height: 40px;
  position: absolute;
}

.button-arrow {
  color: #000;
  width: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.button-text {
  z-index: 1;
  color: #fff;
  margin-left: 10px;
  margin-right: 20px;
  font-family: Dmsans, sans-serif;
  font-weight: 700;
  position: relative;
}

.div-block {
  display: flex;
  overflow: visible;
}

.grid-vantaggi {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border-left: 1px solid #ffffff4d;
  grid-template-rows: .75fr .75fr .75fr .75fr .75fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  min-height: 120vh;
  margin-top: 60px;
  position: absolute;
  inset: 9% 0% auto;
}

.heading-grid {
  z-index: 3;
  direction: ltr;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: block;
  position: relative;
}

.heading-grid:focus {
  -webkit-text-stroke-color: var(--brand-secondary-200);
}

.text-2 {
  color: #ffffffeb;
  width: 80%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-vantaggi-text {
  background-color: #fff0;
  border: 1px #ffffff26;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 80px 0 40px;
  display: block;
  position: relative;
}

.image-moduli {
  opacity: 1;
  text-align: left;
  max-width: 90%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.tab-moduli {
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 4px;
  width: 16.6667%;
  margin-right: 10px;
  padding: 20px;
}

.tab-moduli.w--current {
  border: 1px solid var(--brand-secondary-200);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff26;
  border-radius: 4px;
  width: 16.6667%;
  margin-right: 10px;
  padding: 20px;
}

.columns-moduli {
  opacity: .97;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-align: left;
  background-color: #2b376d00;
  border: 1px #ffffff26;
  border-radius: 4px;
  margin-top: 60px;
  padding: 0 0 40px;
  display: flex;
  overflow: visible;
}

.column-3 {
  background-color: #2b376d00;
  border: 1px #fff3;
  border-radius: 0;
  flex-flow: column;
  place-content: stretch flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-4 {
  text-align: right;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.tabs-demo {
  flex-direction: column;
  display: flex;
}

.tabs-menu-demo {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.tab-button-demo {
  opacity: 1;
  outline-offset: 0px;
  color: #ffffff4d;
  background-color: #ffffff0d;
  border: 1px #fff;
  border-radius: 6px;
  outline: 1px #fff6;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  width: 16.6667%;
  margin-right: 0;
  padding: 16px 16px 36px;
  display: block;
  overflow: hidden;
}

.tab-button-demo:hover {
  opacity: 1;
  outline-offset: 0px;
  color: #ffffff80;
  background-color: #ffffff1a;
  border-color: #ffffff80;
  outline: 1px #ffffff80;
}

.tab-button-demo.w--current {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #ffffff1a;
  border: 0 #fff;
  border-radius: 6px;
  outline: 1px #ffffff4d;
  align-self: stretch;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.tab-button-demo.w--current:visited {
  outline-color: #fff9;
}

.timer-line-demo {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #00ffe0;
  background-clip: border-box;
  border-radius: 20px;
  height: 6px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tabs-content-demo {
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.tab-pane-demo {
  height: 100%;
  margin-top: 20px;
}

.bold-text {
  color: var(--brand-secondary-200);
  font-weight: 500;
}

.lateral-line {
  border: 1px solid var(--brand-secondary-200);
  background-color: var(--brand-secondary-200);
  object-fit: fill;
  border-radius: 20px;
  min-width: 6px;
  max-width: 6px;
  min-height: 143px;
  max-height: 143px;
  margin-top: 85px;
  margin-bottom: 240px;
  position: sticky;
  top: 50%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container-vantaggi {
  z-index: 1;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  min-height: 160vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-vantaggi-img {
  z-index: 1;
  background-color: #fff0;
  border: 1px #ffffff26;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: sticky;
  top: 170px;
}

.section-cta {
  background-color: var(--secondary);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading-cta {
  direction: ltr;
  color: var(--neutral--white);
  text-align: left;
  -webkit-text-stroke-color: var(--blue-chiaro);
  flex: 0 auto;
  margin-top: 0;
  padding-right: 60px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.container-cta {
  z-index: 1;
  color: var(--blue-chiaro);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-testimonials {
  z-index: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0 12%;
  display: block;
  position: relative;
}

.container-testimonials {
  z-index: -1;
  color: var(--blue-chiaro);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 90px;
}

.columns-testimonials {
  background-image: linear-gradient(145deg, var(--primary-900), var(--primary-500) 30%, var(--brand-secondary-200));
  border-radius: 16px;
  padding: 24px;
  display: flex;
}

.div-block-stars-testimonials-features {
  min-width: 12%;
  display: flex;
}

.image-10, .image-11, .image-12, .image-13, .image-14 {
  max-width: 20px;
  min-height: 20px;
}

.img-reference-quote {
  border-radius: 0;
  max-width: 200px;
  margin-right: 20px;
}

.text-testimonials {
  color: var(--primary-900);
  width: 100%;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.job-title-testimonials {
  color: var(--blue-chiaro);
  text-align: left;
  align-self: center;
  width: 100%;
  margin-left: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.column-7 {
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.image-16 {
  max-width: 8%;
}

.form {
  background-image: linear-gradient(145deg, var(--primary-900), var(--primary-500) 30%, var(--brand-secondary-200));
  border: 1px #ffffff26;
  border-radius: 16px;
  flex-direction: column;
  margin-top: 10px;
  padding: 40px 30%;
  display: flex;
}

.field-label {
  color: var(--primary-900);
  -webkit-text-stroke-color: #fff;
  font-family: Dmsans, sans-serif;
  font-weight: 500;
}

.field-label-2 {
  color: #fff;
  font-family: Dmsans, sans-serif;
  font-weight: 500;
}

.form-block {
  flex: 1;
  align-self: stretch;
  font-family: Dmsans, sans-serif;
}

.section-form {
  flex-flow: column;
  align-items: center;
  padding: 0 12%;
  display: flex;
  position: relative;
}

.column-8 {
  padding-left: 0;
  padding-right: 10px;
}

.column-9 {
  padding-left: 10px;
  padding-right: 0;
}

.field-label-3 {
  color: var(--primary-900);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Dmsans, sans-serif;
  font-weight: 500;
}

.text-field {
  background-color: var(--neutral--white);
  outline-offset: 0px;
  border-radius: 6px;
  outline: 3px #fff;
  margin-bottom: 20px;
}

.text-field:focus {
  border: 2px solid var(--brand-secondary-200);
}

.text-field::placeholder {
  color: var(--primary-900);
  font-weight: 500;
}

.column-10 {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.block-testimonials-1 {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.block-testimonials-4 {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 0;
  padding: 0 30px;
  display: flex;
}

.block-testimonials-3 {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.block-testimonials-2 {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 20px;
  padding: 40px 30px;
  display: flex;
}

.body {
  background-color: var(--blu-notte-orbit);
  display: block;
  overflow: hidden visible;
}

.div-block-7 {
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
  position: static;
  top: 80px;
}

.columns-2 {
  margin-bottom: -10px;
}

.submit-button {
  background-color: var(--brand-secondary-200);
  color: var(--violet--base);
  border: 1px #00ffe000;
  border-radius: 4px;
  min-width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-moduli {
  background-color: #1f1f65;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 120vh;
  max-height: 120vh;
  padding: 100px 5%;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.container-title-loghi {
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-8 {
  justify-content: space-between;
  display: flex;
}

.text-span, .text-span-2 {
  color: var(--brand-secondary-200);
}

.vantaggi-img-1 {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.list-vantaggi {
  color: #fff;
  font-family: Dmsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.container-title-vantaggi {
  z-index: 2;
  text-align: left;
  flex: 1;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-vantaggi {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-vantaggi.color-gdpr {
  color: var(--product-primary-color-900);
}

.html-embed {
  opacity: 0;
}

.image-17 {
  z-index: -1;
  object-fit: cover;
  max-width: 100%;
  min-height: 900px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-section-cta {
  direction: ltr;
  color: var(--primary-900);
  text-align: center;
  flex: 0 auto;
  font-family: Dmsans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.title-wrap-moduli {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.title-wrap-testimonials {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 40px;
}

.container-moduli {
  z-index: 1;
  background-color: #4040cd00;
  border-bottom: 1px #fff3;
  border-left: 1px #fff3;
  border-radius: 14px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.title-wrap-vantaggi {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
  top: 90px;
}

.header-hero-features {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 60px;
  display: flex;
}

.section-features {
  background-color: var(--blue-chiaro);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 60px 5% 100px;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.section-hero-features {
  z-index: 1;
  background-color: #02242c;
  background-image: linear-gradient(to bottom, #02242c 30%, var(--blue-chiaro) 99%);
  padding: 160px 5% 0;
  position: relative;
}

.columns-features-supplier-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: left;
  background-color: #2b376d00;
  border: 1px #fff3;
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.h3-features {
  color: var(--brand-secondary-200);
  margin-bottom: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.column-text-features {
  background-color: #2b376d00;
  border: 1px #fff3;
  border-radius: 0;
  flex-flow: column;
  place-content: stretch flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-img-features {
  text-align: right;
  background-color: #0000;
  align-self: stretch;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-features {
  color: #ffffffeb;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-text-features-sx {
  outline-offset: 0px;
  text-align: left;
  background-color: #2b376d40;
  border: 1px #fff6;
  border-radius: 8px;
  outline: 3px #030407;
  flex: 1;
  margin-right: 20px;
  padding: 40px;
  display: block;
}

.title-wrap-features {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-features {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-supplier-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.columns-features-supplier-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .97;
  text-align: left;
  background-color: #2b376d00;
  border: 1px #fff3;
  border-radius: 8px;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-img-features-supplier-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.image-features-supplier-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.block-testimonials-features {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: none;
}

.container-features {
  z-index: 1;
  background-color: #4040cd00;
  border-bottom: 1px #fff3;
  border-left: 1px #fff3;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.columns-features-supplier-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: left;
  background-color: #2b376d00;
  border: 1px #fff3;
  border-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-img-features-supplier-3 {
  background-color: #2b376d33;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.image-features-supplier-3 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-text-features-dx {
  outline-offset: 0px;
  text-align: left;
  background-color: #2b376d40;
  border: 1px #fff6;
  border-radius: 8px;
  outline: 3px #030407;
  flex: 1;
  margin-left: 20px;
  padding: 40px;
  display: block;
}

.div-block-avatar-testimonial-features {
  justify-content: space-between;
  min-width: 25%;
  display: flex;
}

.text-testimonials-features {
  color: var(--neutral--700);
  max-width: 100%;
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-stars-testimonials-home {
  min-width: 10%;
  margin-top: 20px;
  display: flex;
}

.container-hero-features {
  z-index: 1;
  background-color: #4040cd00;
  border-radius: 14px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.columns-hero-features {
  border-bottom: 2px solid var(--brand-secondary-200);
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-img-hero-features {
  text-align: right;
}

.img-hero-features {
  max-width: 95%;
  position: relative;
  top: -50px;
}

.navbar_dropdown-item-title {
  color: var(--product-primary-color-900);
  letter-spacing: .4px;
  flex: 0 auto;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.navbar_dropdown-menu-title {
  color: var(--neutral--400);
  letter-spacing: .4px;
  margin-bottom: 16px;
  margin-left: 12px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.navbar_dropdown-menu-wrapper {
  z-index: 1050;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 0 0;
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 100%;
  overflow: visible;
  transform: scale(0);
  box-shadow: 0 0 4px 2px #0000000d;
}

.navbar_dropdown-grid {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.navbar_dropdown-icon-wrapper {
  border: 1px solid var(--brand-secondary-200);
  background-color: var(--product-primary-color-900);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  margin-right: 16px;
  display: flex;
}

.navbar_dropdown-info-wrapper {
  flex: 0 auto;
  min-width: 70%;
}

.navbar_link-block {
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_links {
  align-items: center;
  display: flex;
}

.navbar_arrow-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.navbar_arrow {
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}

.navbar_arrow.is--mirrored {
  margin-left: -3px;
  transform: rotate(-45deg);
}

.navbar_dropdown-backdrop {
  z-index: 998;
  cursor: default;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar_dropdown-icon {
  width: 30px;
}

.navbar_dropdown-menu {
  z-index: 1001;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_dropdown-menu.is--left {
  border-radius: 0 0 6px 6px;
  width: 290px;
}

.navbar_dropdown-item-title-icon {
  flex: 0 auto;
  width: 6px;
  margin-top: 1px;
  margin-left: 12px;
}

.navbar_dropdown-menu-item {
  color: #080808;
  cursor: pointer;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-bottom: 8px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar_dropdown-menu-item:hover {
  background-color: #4040cd1a;
}

.navbar_dropdown-menu-item.w--current {
  background-color: #4040cd33;
  border-style: none;
  border-bottom-color: #000;
  order: 0;
  font-family: Dmsans, sans-serif;
}

.navbar_link {
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.navbar_dropdown-item-title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.text-block-footer-moduli-heading {
  color: #00ffe0;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-heading-footer-blog {
  color: #00ffe0;
  letter-spacing: 2px;
  margin-right: 8px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-heading-footer-newsletter {
  color: #00ffe0;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-block {
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.image-19 {
  min-width: 14px;
  max-width: 14px;
}

.logo-niuma {
  background-color: var(--blue-chiaro);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 4px;
  padding: 20px;
  display: flex;
}

.logo-niuma:hover {
  background-color: #4b4bdb;
}

.niuma-logo {
  max-width: 50%;
  margin-left: 15px;
}

.text-logo-niuma {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Dmsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-text-moduli {
  color: #fff;
  letter-spacing: -.02em;
  padding: 5px 10px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-text-moduli:hover {
  color: #fff;
  background-color: #4040cd4d;
  border-radius: 6px;
  padding: 5px 10px;
}

.text-hero-features {
  color: var(--neutral--white);
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-hero-features.center {
  text-align: center;
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-img-features-document-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px 20px;
  display: flex;
}

.image-features-document-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-document-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px 40px;
  display: flex;
}

.div-block-img-features-document-3 {
  background-color: #2b376d1a;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.image-features-document-3 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-sourcing-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px 20px;
  display: flex;
}

.image-features-sourcing-1 {
  opacity: 1;
  text-align: left;
  max-width: 70%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-sourcing-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px 40px;
  display: flex;
}

.image-features-sourcing-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.image-features-sourcing-3 {
  opacity: 1;
  text-align: left;
  max-width: 90%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-sourcing-3 {
  background-color: #2b376d1a;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.button-secondary-navbar {
  color: #000;
  background-color: #fff0;
  border: 2px #000;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 0 0 0 5px;
  line-height: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-text {
  z-index: 1;
  color: #fff;
  text-transform: none;
  cursor: pointer;
  align-self: center;
  padding-right: 22px;
  font-family: Dmsans, sans-serif;
  font-weight: 700;
  line-height: 33px;
  position: relative;
}

.image-external-link-2, .image-external-link-1 {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 2px;
  flex: 0 auto;
  align-self: auto;
  width: 12px;
  max-width: none;
  height: 22px;
  margin: 6px 0 6px 8px;
  padding: 0;
  line-height: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-img-features-contract-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px 20px;
  display: flex;
}

.image-features-contract-1 {
  opacity: 1;
  text-align: left;
  max-width: 70%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.image-features-contract-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-contract-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px 40px;
  display: flex;
}

.image-features-contract-3 {
  opacity: 1;
  text-align: left;
  max-width: 90%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-contract-3 {
  background-color: #2b376d1a;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 30px 40px;
  display: flex;
}

.image-features-procure-to-pay-1 {
  opacity: 1;
  text-align: left;
  max-width: 75%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-procure-to-pay-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 40px 0;
  display: flex;
}

.image-features-procure-to-pay-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-procure-to-pay-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.div-block-img-features-procure-to-pay-3 {
  background-color: #2b376d1a;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 30px 10px;
  display: flex;
}

.image-features-procure-to-pay-3 {
  opacity: 1;
  text-align: left;
  max-width: 90%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.image-features-spend-analysis-1 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-spend-analysis-1 {
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), var(--blue-chiaro));
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px 30px;
  display: flex;
}

.image-features-spend-analysis-2 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-spend-analysis-2 {
  background-image: linear-gradient(to bottom, var(--brand-secondary-200), var(--blue-chiaro));
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 20px 60px;
  display: flex;
}

.image-features-spend-analysis-3 {
  opacity: 1;
  text-align: left;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.2;
  display: inline-block;
}

.div-block-img-features-spend-analysis-3 {
  background-color: #2b376d1a;
  background-image: linear-gradient(to bottom, var(--product-primary-color-900), #2b376d00);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #fff6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-left: 20px;
  padding: 30px 40px;
  display: flex;
}

.underline-navbar {
  background-color: var(--brand-secondary-200);
  border-radius: 20px;
  min-width: 70px;
  max-width: 70px;
  min-height: 2px;
  max-height: 2px;
  display: block;
  position: absolute;
  inset: auto 0% 9% 12%;
}

.heading-section-moduli {
  direction: ltr;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  display: block;
}

.footer-column-dx {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.footer-column-sx {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-text-nl {
  color: #fff;
  letter-spacing: 0;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-moduli-mobile {
  display: none;
}

.heading-section-home {
  direction: ltr;
  color: var(--primary-900);
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
  display: block;
}

.div-block-logo-footer {
  background-color: #2b376d66;
  border-radius: 8px;
  width: 220px;
  min-width: 200px;
  max-width: 220px;
  padding: 25px;
}

.container-hero-policy-cookies {
  z-index: 1;
  background-color: #4040cd00;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.header-hero-policy {
  flex-flow: wrap;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-left: 0;
  display: flex;
}

.section-hero-policy {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.link {
  color: var(--primary-500);
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.link-2 {
  color: var(--primary-500);
  text-decoration: underline;
}

.heading, .paragraph {
  color: var(--neutral--white);
  font-family: Dmsans, sans-serif;
}

.hero {
  z-index: -1;
  object-fit: cover;
  min-height: 900px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-lottie {
  z-index: 1;
  object-fit: scale-down;
  max-width: 100%;
  min-height: 900px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.text-span-3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.text-span-4 {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--brand-secondary-200);
  text-transform: none;
}

.button-hero-text {
  z-index: 1;
  color: var(--neutral--white);
  text-transform: none;
  cursor: pointer;
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.icon-cta-hero {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 2px;
  flex: 0 auto;
  width: 2.8vw;
  max-width: none;
  margin: 6px 5px 6px 0;
  padding: 0;
  position: relative;
}

.span-gdpr {
  color: var(--product-primary-color-900);
}

.patrocinio {
  z-index: 2;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 800px;
  margin: 0 3% 80px;
  display: flex;
  position: relative;
}

.loghi-patrocinio {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #ffffff26 #ffffff26 var(--blue-chiaro) #00ffe066;
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  outline-offset: 0px;
  background-color: #6481ff;
  border-radius: 10px;
  outline: 1px #ffffff80;
  justify-content: center;
  margin-top: 0;
  padding: 40px;
  display: flex;
  position: relative;
  top: -96px;
  box-shadow: 0 10px 30px #0000001a;
}

.columns-3 {
  text-align: center;
  width: 100%;
}

.container-patrocinio {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 90px;
}

.title-section {
  z-index: 2;
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.text-logo-niuma-navbar {
  color: var(--product-primary-color-900);
  letter-spacing: -.02em;
  margin-right: 15px;
  font-family: Dmsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
}

.logo-niuma-navbar {
  min-width: 40%;
  max-width: 40%;
  margin-left: 0;
}

.columns-footer {
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.grid {
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  align-self: stretch;
  width: auto;
  max-width: 1300px;
}

.columns-4 {
  align-self: stretch;
}

.field-label-4 {
  width: 50%;
  font-weight: 500;
}

.text-field-2 {
  width: 100%;
}

.form-2 {
  color: var(--neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  font-family: Dmsans, sans-serif;
  display: flex;
}

.column-11 {
  padding: 0;
}

.submit-button-2 {
  background-color: var(--primary-900);
  text-align: center;
  border-radius: 8px;
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.submit-button-2.thankyou {
  background-color: var(--primary-900);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.field-form {
  color: var(--neutral--900);
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}

.field-form:focus {
  border: 2px solid var(--brand-secondary-200);
}

.field-form::placeholder {
  color: var(--primary-900);
  font-weight: 500;
}

.div-block-9 {
  background-image: linear-gradient(145deg, var(--primary-900), #008c95 30%, var(--brand-secondary-200));
  border-radius: 16px;
  min-width: 360px;
  max-width: 480px;
  margin-top: 50px;
  margin-left: 0;
  padding: 32px 40px 16px;
}

.column-12 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-20 {
  object-fit: fill;
  flex: 1;
  align-self: auto;
  min-width: 450px;
  max-width: 90%;
  padding-right: 0;
  position: static;
}

.image-21 {
  position: absolute;
}

.image-22 {
  flex: 0 auto;
  align-self: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-3 {
  font-size: 15px;
}

.text-block-4 {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 34px;
}

.bold-text-5 {
  color: var(--primary-900);
  font-weight: 500;
}

.colums-block-benefici {
  border-bottom: 1px solid var(--brand-secondary-200);
  background-color: var(--primary-100);
  background-image: linear-gradient(#fff0 42%, #00ffe01a);
  border-radius: 16px;
  flex-direction: row;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.img-benefici-1 {
  max-width: 120px;
}

.column-13 {
  justify-content: flex-end;
  align-items: center;
  padding: 20px 40px 20px 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: space-around;
  align-self: center;
  place-items: stretch center;
}

.title-card {
  color: var(--primary-900);
  margin-bottom: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-6 {
  color: var(--primary-900);
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.column-14 {
  flex: 0 auto;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-10 {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.img-benefici-2 {
  max-width: 160px;
}

.img-benefici-3, .img-benefici-4 {
  max-width: 150px;
}

.colums-block-lo-sapevi-che {
  background-color: var(--primary-100);
  background-image: linear-gradient(145deg, var(--primary-900), var(--primary-500) 30%, var(--brand-secondary-200));
  border-radius: 16px;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: baseline;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.div-block-11 {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  font-size: 14px;
  line-height: 20px;
}

.text-card-2 {
  color: var(--neutral--white);
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.job-title-text {
  color: var(--neutral--white);
  text-align: left;
  margin-left: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-lo-sapevi-che {
  background-color: var(--primary-900);
  color: #000;
  border: 2px #000;
  border-radius: 6px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  min-width: 200px;
  max-width: 230px;
  margin-right: 0;
  padding: 15px 15px 15px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-dx-lo-sapevi-che {
  border: 1px #000;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px 0 0;
  display: flex;
}

.img-reference-solo-logo {
  border-radius: 0;
  max-width: 200px;
  margin-right: 20px;
}

.div-block-img-reference-solo-logo {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.block-referemces-solo-logo {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 20px;
  padding: 0 30px;
  display: flex;
}

.block-testimonials-team-system {
  background-color: #fff;
  border: 1px solid #e5e8f4;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 20px;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.ntt-data-refernce {
  justify-content: space-between;
  padding-bottom: 30px;
  display: flex;
}

.text-button-form {
  color: var(--neutral--white);
  text-align: center;
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 34px;
}

.img-reference-volpi {
  border-radius: 0;
  align-self: center;
  min-width: 70px;
  max-width: 70px;
  margin-bottom: 0;
  margin-right: 0;
}

.logo-teamsystem {
  border-radius: 0;
  max-width: 260px;
  margin-right: 20px;
}

.logo-cesi {
  border-radius: 0;
  max-width: 170px;
  margin-right: 20px;
}

.column-15 {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.bold-text-6 {
  font-size: 16px;
  line-height: 22px;
}

.div-block-benefici {
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.image-button-body {
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 2px;
  flex: 0 auto;
  width: 20px;
  max-width: none;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
}

.loader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #141314;
  border-right: 1px #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.typedjs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.typed-js_component.title-landing {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 700;
}

.typedjs-simple {
  display: inline;
}

.typedjs-simple.heading-small {
  color: #01003f;
  text-align: left;
  font-size: 58px;
  line-height: 70px;
}

.title-landing {
  color: var(--primary-900);
  font-family: Dmsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
}

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

.logo_component-slider-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  display: flex;
}

.logo-slider-img-2 {
  width: 200px;
}

.text-features-flow {
  color: var(--primary-900);
  text-align: left;
  flex: 1;
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-12 {
  align-self: stretch;
}

.container-large-3 {
  width: 100%;
  max-width: 76vw;
  margin-left: auto;
  margin-right: auto;
}

.section-logo-2 {
  flex: 0 auto;
  align-self: stretch;
  display: block;
  overflow: hidden;
}

.logo_component-slider-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-slider-img-3 {
  width: 200px;
}

.logo-slide_section-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section-1 {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12% 24px;
  display: flex;
  position: relative;
}

.section-1.grey {
  background-color: #f7f7fa;
}

.section-1.marketplace {
  z-index: 1;
  background-color: #2b376c;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.section-1.gdpr {
  z-index: 1;
  background-color: #526ad2;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.section-3 {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12% 100px;
  display: flex;
  position: relative;
}

.section-3.grey {
  background-color: #f7f7fa;
}

.section-3.marketplace {
  z-index: 1;
  background-color: #2b376c;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.section-3.gdpr {
  z-index: 1;
  background-color: #526ad2;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.section-4 {
  z-index: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding: 0 12%;
  display: block;
  position: relative;
}

.text-feature-flow {
  color: var(--primary-900);
  flex: none;
  align-self: auto;
  font-family: Dmsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.button-volpi {
  background-color: var(--primary-900);
  color: #000;
  border: 2px #000;
  border-radius: 6px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  min-width: 200px;
  max-width: 200px;
  margin-right: 0;
  padding: 15px 15px 15px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-3:focus {
  border: 2px solid var(--brand-secondary-200);
}

.success-message-2 {
  background-color: var(--primary-500);
  background-image: linear-gradient(145deg, var(--primary-900), var(--primary-500) 30%, var(--brand-secondary-200));
  color: var(--neutral--white);
  border-radius: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.text-span-6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.text-numbers {
  color: var(--neutral--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-13 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.numbers {
  color: var(--neutral--white);
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.div-block-numbers {
  border: 2px none var(--brand-secondary-200);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  height: 100px;
  margin-top: 40px;
  line-height: 0;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.div-block-arrow {
  border: 2px none var(--brand-secondary-200);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 130px;
  margin-top: 20px;
  line-height: 0;
  display: flex;
}

.heading-2 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-2.followers {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.heading-2.tips {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  font-family: Dmsans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.div-block-counter {
  display: flex;
}

.div-arrow-right {
  flex: 1;
  align-items: center;
  display: flex;
}

.image-23 {
  max-width: 40px;
  min-height: 80%;
  display: inline-block;
}

.div-arrow {
  border: 2px none var(--brand-secondary-200);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 110px;
  height: 86px;
  margin-top: 20px;
  line-height: 0;
  display: flex;
}

.column-16 {
  display: block;
}

.field-form-cognome {
  color: var(--neutral--900);
  border-radius: 6px;
  width: 95%;
  margin-bottom: 16px;
  font-size: 14px;
}

.field-form-cognome:hover {
  background-color: #ffffffe6;
}

.field-form-cognome:focus {
  border: 2px solid var(--brand-secondary-200);
}

.field-form-cognome::placeholder {
  color: var(--primary-900);
  font-weight: 500;
}

.field-form-nome {
  width: 95%;
}

.field-form-nome:hover {
  background-color: #ffffffe6;
}

.field-form-nome:focus {
  border: 2px solid var(--brand-secondary-200);
}

.columns-5 {
  align-self: stretch;
}

.column-17 {
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
}

.button-navbar {
  border: 2px none var(--secondary);
  color: var(--secondary);
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  min-width: 120px;
  margin-right: 0;
  padding: 10px 15px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-navbar.w--current {
  border-style: solid;
  border-color: var(--secondary);
  background-color: #00424700;
  border-radius: 90px;
  width: 120px;
  min-width: 0;
  max-width: none;
  padding: 10px 15px;
  display: inline-flex;
}

.checkbox-label-2 {
  text-align: left;
  padding-left: 15px;
}

.link-3 {
  color: var(--brand-secondary-200);
}

.checkbox-2 {
  background-color: #fff;
  border-style: none;
  border-width: 2px;
  width: 16px;
  height: 16px;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--primary-900);
  background-size: 12px 12px;
  width: 16px;
  height: 16px;
}

.checkbox-field-2 {
  align-self: flex-start;
  margin-top: 10px;
}

.thank_image {
  text-align: center;
  object-fit: contain;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: static;
}

.spline-scene {
  z-index: -1;
  min-width: 100vw;
  position: relative;
  inset: -10vw 0% auto;
}

.section-header-copy {
  z-index: 1;
  background-color: #f8f8ff;
  justify-content: center;
  min-height: 100vh;
  max-height: 100vh;
  padding: 0 12%;
  display: flex;
  position: relative;
  top: -100px;
}

.section-2---panoramica {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blu-notte-orbit);
  color: var(--neutral--900);
  text-align: left;
  background-image: linear-gradient(90deg, #031261, #031164 8%, #03146f 18%, #03156c 25%, #081258 44%, #030838 71%, #030838);
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  align-self: auto;
  margin-top: 80px;
  font-family: Dmsans, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 130%;
}

.h3 {
  color: #fff;
  max-width: 70vw;
  font-family: Dmsans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.button---blog {
  border-style: none none solid;
  border-width: 1px 2px 2px;
  border-color: var(--brand-flown);
  color: var(--brand-flown);
  background-color: #3898ec00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
  padding: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.div-subheading---header {
  flex-flow: row;
  align-items: flex-start;
  margin-top: 2vw;
  display: flex;
}

.image-24 {
  width: 1.7vw;
  padding-top: .4vw;
}

.link-navbar-simple {
  z-index: 1;
  pointer-events: auto;
  color: var(--brand-flown);
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 4px;
  margin-right: 40px;
  padding: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.link-navbar-simple:hover {
  border-bottom: 3px solid var(--secondary);
  color: var(--secondary);
  border-radius: 0;
  padding-bottom: 2px;
  bottom: -2px;
}

.link-navbar-simple:lang(en) {
  margin-right: 0;
}

.link-navbar-simple.w--current {
  border-bottom: 3px solid var(--brand-flown);
  color: var(--brand-flown);
  border-radius: 0;
  padding-bottom: 2px;
  bottom: -2px;
}

.link-block-2, .link-block-3, .link-block-4 {
  padding-right: 3vw;
}

.div-block-15 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-5 {
  padding-right: 3vw;
}

.heading-sections {
  color: var(--brand-flown);
  text-align: left;
  max-width: 90%;
  margin-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.image-25 {
  width: 100px;
  max-width: none;
}

.div-block-16 {
  border-style: none;
  border-width: 2px 1px 1px;
  border-color: var(--brand-flown) black black;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 30px;
  display: inline-flex;
}

.h2 {
  color: var(--neutral--white);
  text-align: left;
  -webkit-text-stroke-color: var(--brand-flown);
  font-family: Dmsans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-17 {
  justify-content: center;
  align-items: flex-start;
}

.columns-6 {
  border: 1px none var(--secondary);
  background-color: var(--brand-flown);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.column-18 {
  padding-left: 0;
  top: 0;
}

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.image-26 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 90%;
}

.slide {
  background-color: var(--brand-flown);
  border-radius: 20px;
  width: 300px;
  height: 500px;
  margin-right: 10px;
}

.icon-4 {
  display: block;
}

.left-arrow {
  min-height: 40px;
  inset: auto 0% 0% -10%;
}

.right-arrow {
  min-height: 40px;
  inset: auto 0% 0% 10%;
}

.slide-nav {
  display: none;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  flex: 1;
}

.column-card {
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

.card-blu {
  background-color: #01003c;
  background-image: url('../images/commhub-rda.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  height: 500px;
  position: relative;
}

.navbar-2 {
  z-index: 5;
  border-bottom: 1px solid var(--brand-flown);
  background-color: var(--neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-3, .nav-link-4, .nav-link-5 {
  color: var(--secondary);
}

.image-27 {
  background-color: var(--neutral--white);
  border-radius: 4px;
  min-width: 124px;
  max-width: 124px;
  margin-right: 10px;
  padding: 10px 0;
  display: inline-block;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: default;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: 100%;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
}

.nav-menu-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.container-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 100vw;
  min-height: 250vh;
  display: inline-flex;
}

.brand-2 {
  cursor: default;
  flex: 1;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 160px;
  display: flex;
}

.cta-hero {
  color: var(--secondary);
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-28 {
  max-width: 16px;
  margin-left: 20px;
  position: relative;
  top: 4px;
}

.columns-7 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-29 {
  z-index: -1;
  opacity: 1;
  border-radius: 0;
  flex: 1;
  max-width: 85%;
  max-height: 85%;
  position: relative;
}

.image-hero {
  z-index: -1;
  box-shadow: none;
  opacity: .85;
  object-fit: fill;
  background-image: url('../images/visual-mq.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #100f3f;
  border-radius: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  min-height: 90vh;
  margin-top: 120px;
  margin-bottom: 40px;
  margin-right: 10vw;
  display: flex;
  position: relative;
}

.div-block-20 {
  justify-content: flex-start;
  margin-top: 5vw;
  display: flex;
  position: relative;
}

.image-30 {
  max-width: 16px;
  margin-left: 20px;
}

.div-block-21 {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  padding: 140px 100px;
  display: flex;
  position: relative;
}

.heading-card {
  z-index: 9;
  color: var(--neutral--white);
  max-width: 830px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.text-card {
  color: var(--brand-flown);
  max-width: 830px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.background-video {
  opacity: .8;
  border-radius: 1000px;
  max-height: 100%;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.card-video {
  border: 2px none var(--secondary);
  border-radius: 1000px;
  height: 250px;
  position: relative;
}

.heading-card-white {
  z-index: 10;
  color: var(--brand-flown);
  max-width: 830px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.card-white {
  background-color: #dedef2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  display: flex;
}

.card-arancio {
  background-color: #dcddee;
  border-radius: 8px;
  height: 500px;
}

.grid-section-heading {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  max-width: 80vw;
  margin-bottom: 0;
  padding: 0 100px 40px 20px;
  position: absolute;
  inset: 200px 0% auto auto;
}

.image-31 {
  max-width: 200px;
  display: inline-flex;
  position: relative;
  inset: auto 0% -4% 3px;
}

.column-20, .column-21, .column-22 {
  padding-left: 15px;
  padding-right: 15px;
}

.columns-8 {
  max-width: 80vw;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 80vw;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.container-video {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 80vw;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-flex;
}

.blur {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  inset: 0%;
}

.blur-styles {
  display: none;
}

.heading-card-darker {
  color: var(--brand-flown);
  max-width: 830px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.text-card-white {
  color: var(--neutral--white);
  max-width: 830px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.grid-onboarding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  max-width: 80vw;
  padding-top: 0;
  padding-right: 0;
}

.card-blue {
  border-radius: 8px;
  height: 500px;
  position: relative;
}

.div-button-body {
  align-items: center;
  margin-bottom: 50px;
  margin-right: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-block-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.image-32 {
  max-width: 20px;
}

.button---contatti {
  border: 2px solid var(--brand-flown);
  color: var(--brand-flown);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding: 5px 15px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.container-regular-2 {
  z-index: 1;
  text-align: center;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.link-4 {
  color: #008c95;
  text-decoration: underline;
}

.social-icon {
  color: #84889a;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-width: 20px;
  max-width: none;
  display: flex;
}

.social-icon:hover {
  color: #443fde;
}

.footer-text-2 {
  color: #004247;
  letter-spacing: -.02em;
  flex: 1;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-section-2 {
  border-top: 1px #ebebef;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12% 40px;
  display: flex;
}

.link-5 {
  color: #008c95;
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.container-regular-3 {
  z-index: 1;
  text-align: center;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.link-6 {
  color: #ffffff80;
  text-decoration: underline;
}

.footer-text-3 {
  color: #ffffff80;
  text-align: left;
  letter-spacing: -.02em;
  flex: 1;
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-section-3 {
  z-index: 1000;
  background-color: var(--blu-notte-orbit);
  border-top: 1px #ebebef;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  position: relative;
}

.link-7 {
  color: #ffffff80;
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.text-field-form {
  border: 1px solid var(--neutral--white);
  color: var(--neutral--white);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: Dmsans, sans-serif;
}

.text-field-form:focus {
  border-color: var(--blu-orbit);
}

.label-field-form {
  color: var(--neutral--white);
  margin-bottom: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.section-1---communication-hub-copy {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-flown);
  text-align: left;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-5---form {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blu-scuro-orbit);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.subheading---sections-copy {
  color: var(--neutral--white);
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.grid-cta {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end stretch;
  padding-left: 100px;
  padding-right: 100px;
}

.card-simple-commhub {
  border-right: 1px solid var(--brand-flown);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  padding: 30px 2.5vw;
  position: relative;
}

.heading-card-simple {
  color: var(--brand-flown);
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.text-card-simple {
  color: var(--brand-flown);
  -webkit-text-stroke-color: var(--brand-flown);
  max-width: 830px;
  padding-top: 18px;
  padding-left: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.grid-simple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  min-width: 80vw;
  max-width: 85vw;
  padding-left: 0;
  padding-right: 0;
}

.heading-card-inciso {
  color: var(--brand-flown);
  font-family: Dmsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.card-simple-inciso {
  border-style: none;
  border-width: 3px 1px 1px;
  border-color: var(--brand-flown) black black;
  border-radius: 8px;
  height: 400px;
  position: relative;
}

.section-2---onboarding {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-3---knowledge {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--white);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.background-video-2 {
  border-radius: 16px;
  position: relative;
  inset: 0% 0% auto;
}

.card-simple-onboarding {
  z-index: 2;
  border-top: 1px solid var(--brand-flown);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 2.5vw;
  position: relative;
}

.grid-comhub {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 80vw;
}

.card-video-onboarding {
  z-index: 1;
  border-top: 3px none var(--brand-flown);
  background-image: none;
  background-size: auto;
  border-radius: 8px;
  position: relative;
  top: -15px;
  left: 0;
}

.button-hero {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--secondary);
  color: var(--secondary);
  background-color: #3898ec00;
  border-radius: 0;
  margin-right: 8px;
  padding: 5px 10px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.button-hero:hover {
  background-color: #fd657433;
}

.div-block-button-hero {
  margin-top: 60px;
  display: flex;
}

.image-33 {
  max-width: 160px;
}

.grid-heading-onboarding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 8px solid var(--brand-flown);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end stretch;
  margin-bottom: 0;
  padding-top: 30px;
}

.button-section {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--brand-flown);
  color: var(--brand-flown);
  background-color: #3898ec00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 15px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.button-section:hover {
  background-color: #fd657433;
}

.image-34 {
  max-width: 100px;
  padding-top: 30px;
}

.heading-card-onboarding-space {
  color: var(--brand-flown);
  border-top: 1px #c8cde2;
  margin-top: 30px;
  padding-top: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.card-simple-copy {
  border-top: 3px none var(--brand-flown);
  border-right: 1px none var(--brand-flown);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
}

.heading-card-onboarding {
  border-top: 2px none var(--brand-flown);
  color: var(--brand-flown);
  padding-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.heading-inciso {
  color: var(--secondary);
  text-align: left;
  margin-top: 0;
  font-family: Dmsans, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-23 {
  max-width: 85vw;
  margin-left: 3vw;
  margin-right: 3vw;
}

.section-heading-violet-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 3px solid var(--brand-flown);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: end stretch;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-form {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--brand-flown);
  color: var(--brand-flown);
  background-color: #fd657400;
  background-image: none;
  border-radius: 0;
  margin-top: 20px;
  margin-right: 16px;
  padding: 5px 10px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.button-form:hover {
  background-color: #fd65744d;
}

.text-form {
  color: var(--brand-flown);
  -webkit-text-stroke-color: var(--brand-flown);
  padding-top: 0;
  padding-right: 10vw;
  font-family: Dmsans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.video-card-cloud {
  opacity: 1;
  max-height: 320px;
}

.div-block-24 {
  border-bottom: 1px solid var(--brand-flown);
  position: relative;
}

.video-card-onboarding-front {
  border-right: 1px none var(--brand-flown);
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-35 {
  width: 850px;
  min-width: 850px;
  max-width: 850px;
  height: 550px;
  min-height: 550px;
  max-height: 550px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-3---comhub-copy {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--white);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.video-card-onboarding-side {
  opacity: .9;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 0 0;
  transform-origin: 103% 65%;
  transform-style: preserve-3d;
  border-radius: 6px;
  width: 488px;
  min-width: 488px;
  max-width: 488px;
  height: 415px;
  min-height: 415px;
  max-height: 415px;
  position: absolute;
  inset: 14px 45px 0% auto;
  transform: perspective(2000px)skew(8deg, 1deg)scale3d(1.6, 1.05, 1)perspective(1651px)rotateX(9deg)rotateY(-37deg)rotateZ(9deg)perspective(2000px)perspective(2000px)perspective(2000px);
}

.card-video-onboarding-front {
  z-index: 1;
  border-left: 1px solid var(--brand-flown);
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.image-36 {
  z-index: 2;
  opacity: .9;
  width: 40vw;
  min-width: 40vw;
  max-width: 40vw;
  margin-right: 2vw;
  padding-left: 2vw;
  position: relative;
  inset: 0% 0% auto;
}

.image-37 {
  z-index: 0;
  opacity: 1;
  max-height: 320px;
  display: none;
  position: absolute;
  inset: -24% 15vw auto 5vw;
}

.inciso-text-cta {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--secondary), var(--brand-flown));
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Dmsans, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  text-decoration: none;
}

.card-inciso {
  text-align: right;
  background-image: url('../images/dots.svg');
  background-position: 0 0;
  background-size: 500px;
  padding: 30px 1vw;
  position: relative;
}

.banner {
  background-color: var(--secondary);
  color: #f9f9f9;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.pill {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.pill.primary.alert-bar {
  background-color: var(--secondary);
  border-radius: 4px;
  font-family: Dmsans, sans-serif;
}

.text-block-7 {
  color: var(--brand-flown);
  margin-right: 20px;
  font-family: Dmsans, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.link-navbar-contact {
  z-index: 1;
  border-bottom: 3px none var(--secondary);
  pointer-events: auto;
  color: var(--secondary);
  text-transform: none;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 0;
  padding: 0;
  font-family: Dmsans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.button-banner {
  border-bottom: 3px none var(--brand-flown);
  color: var(--brand-flown);
  background-color: #3898ec00;
  border-radius: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.background-video-3 {
  max-height: 400px;
}

.card-simple-onboarding-first {
  z-index: 2;
  background-image: none;
  background-size: auto;
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 2.5vw;
  position: relative;
}

.text-button-section {
  margin-right: 0;
}

.image-38 {
  max-width: 16px;
  margin-left: 10px;
}

.card-inciso-onboarding {
  border-top: 1px solid var(--brand-flown);
  text-align: right;
  background-image: url('../images/dots.svg');
  background-position: 0 0;
  background-size: 500px;
  padding: 30px 2.5vw;
  position: relative;
  overflow: hidden;
}

.inciso-text-onboarding {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--secondary), var(--brand-flown));
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Dmsans, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  text-decoration: none;
}

.section-3---indicizzazione {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--neutral--900);
  text-align: left;
  background-color: #c4c3eb;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-25 {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-39 {
  max-width: 40px;
  margin-bottom: 20px;
}

.button-blog {
  border-bottom: 2px none var(--brand-flown);
  color: var(--brand-flown);
  background-color: #3898ec00;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.block-button-section-header {
  margin-top: 30px;
  display: flex;
}

.text-span-7, .text-span-8, .text-span-9 {
  font-weight: 700;
}

.grid-knowledge {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 80vw;
}

.card-simple-knowledge {
  border-bottom: 1px solid var(--brand-flown);
  background-image: none;
  background-size: auto;
  padding: 30px 2.5vw;
  position: relative;
}

.div-block-video-knowledge {
  border-bottom: 1px solid var(--brand-flown);
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.grid-knowledge-chat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  max-width: 80vw;
  padding-top: 0;
  padding-right: 0;
}

.card-video-knowledge {
  z-index: 1;
  border-right: 1px none var(--brand-flown);
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.card-simple-onboarding-copy {
  z-index: 2;
  border-top: 1px solid var(--brand-flown);
  background-image: none;
  background-size: auto;
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 2.5vw;
  position: relative;
}

.inciso-text-knowledge {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--secondary), var(--brand-flown));
  color: var(--secondary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Dmsans, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
  text-decoration: none;
}

.card-inciso-knowledge {
  text-align: right;
  background-image: url('../images/dots.svg');
  background-position: 0 0;
  background-size: 500px;
  padding: 30px 2.5vw;
  position: relative;
  overflow: hidden;
}

.video-card-knowledge {
  border-right: 1px solid var(--brand-flown);
  flex: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-10 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.container-form {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.powered-by-niuma {
  z-index: 13;
  max-width: 200px;
  position: absolute;
  top: 5vh;
  right: 10vw;
}

.powered-by-niuma-footer {
  z-index: 15;
  text-align: left;
  max-width: 150px;
  margin-top: 15px;
  position: relative;
  inset: auto 0% 0% auto;
}

.div-block-26 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.image-hero-mobile {
  z-index: -1;
  box-shadow: none;
  opacity: .85;
  object-fit: fill;
  background-image: url('../images/visual-mq.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #100f3f;
  border-radius: 0;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 40vw;
  min-height: 90vh;
  margin-top: 120px;
  margin-bottom: 40px;
  margin-right: 10vw;
  display: none;
  position: relative;
}

.container-disclaimer {
  border-style: solid;
  border-width: 8px 1px 1px;
  border-color: var(--brand-flown);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 80vw;
  padding: 30px 2.5vw;
  display: inline-flex;
}

.text-disclaimer {
  color: #fff9;
  padding-top: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.link-navbar-privacy-cookie {
  z-index: 1;
  pointer-events: auto;
  color: var(--brand-flown);
  text-transform: none;
  overflow-wrap: normal;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 4px;
  margin-right: 40px;
  padding: 0;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.link-navbar-privacy-cookie:hover {
  border-bottom: 3px solid var(--secondary);
  color: var(--secondary);
  border-radius: 0;
  padding-bottom: 2px;
  bottom: -2px;
}

.link-navbar-privacy-cookie:lang(en) {
  margin-right: 0;
}

.link-navbar-privacy-cookie.w--current {
  color: var(--brand-flown);
  border-radius: 0;
}

.link-navbar-privacy-cookie.w--current:hover {
  color: var(--secondary);
}

.button-tp {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--secondary);
  color: var(--secondary);
  background-color: #3898ec00;
  border-radius: 0;
  margin-top: 40px;
  margin-right: 8px;
  padding: 5px 10px;
  font-family: Dmsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.button-tp:hover {
  background-color: #fd657433;
}

.button-tp.w--current {
  text-align: center;
  align-self: center;
  margin-top: 40px;
}

.image-40 {
  min-width: 100px;
  max-width: 100px;
  max-height: 150px;
}

.container-thankyou-page {
  z-index: 1;
  background-color: #4040cd00;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-thankyou-page {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  padding-left: 0;
  display: flex;
}

.section-thankyoupage {
  z-index: 1;
  aspect-ratio: 16 / 9;
  padding: 160px 5% 0;
  position: relative;
}

.section-4---supply-ai {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--neutral--900);
  text-align: left;
  background-color: #c4c3eb;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.link-block-7 {
  align-self: flex-start;
  min-width: 170px;
  display: flex;
}

.background-video-index {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  max-height: 400px;
  display: block;
}

.spline-scene-2 {
  z-index: -2;
  position: absolute;
  inset: 0%;
}

.mockup-base {
  z-index: 2;
  position: sticky;
  inset: 0% 0% auto;
}

.mockup-screen {
  z-index: 1;
  opacity: 0;
  position: static;
  inset: 0%;
}

.div-block---grid-panoramica {
  z-index: 2;
  margin-bottom: 350px;
  position: relative;
}

.div-block-mockup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100vw;
  max-width: 100vw;
  display: flex;
  position: sticky;
  top: 70px;
}

.background-video-5 {
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
}

.spline-scene-3 {
  z-index: 2;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-41 {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.mockup-img {
  z-index: 1;
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.lottie-animation {
  object-fit: fill;
  flex-flow: column;
  flex: none;
  order: 0;
  max-width: 100vw;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar-3 {
  background-color: var(--blu-orbit);
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-prodotto {
  flex: 1;
  min-width: 110px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center stretch;
  place-items: center start;
  min-width: 100%;
  height: 70px;
  padding-left: 100px;
  padding-right: 80px;
  display: block;
}

.brand-3 {
  justify-content: space-between;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.nav-menu-4 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-topbar {
  color: var(--neutral--white);
  padding: 10px 25px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.link-topbar:hover {
  background-color: #ffffff1a;
  border-radius: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-topbar.w--current {
  color: var(--neutral--white);
}

.nav-link-7 {
  font-family: Dmsans, sans-serif;
}

.section-3---ascolto {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--neutral--900);
  text-align: left;
  background-color: #060a37;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-ascolto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
}

.grid-ascolto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blu-orbit);
  width: 100vw;
  height: 160vh;
}

.div-block-img-ascolto-1 {
  background-image: url('../images/case-1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom-left-radius: 30%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-44 {
  position: absolute;
  inset: 0%;
}

.div-block-img-ascolto-2 {
  background-image: url('../images/case-2.png');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 30%;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-text-ascolto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.text-button-body {
  color: #fff;
  background-color: #3898ec00;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.image-45 {
  min-width: 16px;
  max-width: 16px;
  margin-left: 20px;
}

.section-4---funzionalita {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blu-notte-orbit);
  color: var(--neutral--900);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container-funzionalita {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  font-family: Dmsans, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-highlight-bottom {
  z-index: -1;
  background-color: var(--blu-orbit);
  transform-origin: 50% 100%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: auto 0% 0%;
}

.accordion-item-bottom-wrapper {
  font-size: 16px;
  overflow: hidden;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #ffffff4d;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 24px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.accordion-highlight-top {
  z-index: -1;
  background-color: var(--blu-orbit);
  transform-origin: 50% 0;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100vw;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  padding-top: 24px;
  font-size: 36px;
  display: grid;
}

.div-block-text-funzionalita {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.text-block-8 {
  font-family: Dmsans, sans-serif;
}

.text-dettagli-funzionalita {
  color: #fff;
  max-width: 50vw;
  padding-top: 14px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.section-5---integrazioni {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blu-orbit);
  color: var(--neutral--900);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-text-integrazioni {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.container-large-4 {
  overflow: hidden;
}

.text-field-form-messaggio {
  border: 1px solid var(--neutral--white);
  background-color: #fff0;
  border-radius: 0;
  min-height: 80px;
  margin-bottom: 20px;
}

.text-field-form-messaggio:focus {
  border-color: var(--secondary);
}

.textarea {
  box-sizing: border-box;
  aspect-ratio: 3;
  object-fit: fill;
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 8px;
  overflow: visible;
}

.textarea:focus {
  border: 1px solid var(--blu-orbit);
}

.div-button-form {
  background-color: var(--blu-orbit);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-span-11 {
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.checkbox-3 {
  margin-top: 0;
}

.grid-footer {
  flex: 1;
  grid-template-rows: minmax(30px, 30px) minmax(100px, 100px) auto;
  grid-template-columns: 1fr .25fr .25fr;
}

.footer-text-body {
  color: var(--neutral--white);
  text-align: left;
  letter-spacing: -.02em;
  flex: 1;
  padding-left: 0;
  padding-right: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.div-cta-footer {
  border-bottom: 1px #fff3;
  margin-bottom: 180px;
  padding-bottom: 0;
}

.text-span-12 {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 400;
}

.div-block-27 {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: stretch;
  margin: 100px;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-text-body2 {
  color: #ffffff80;
  text-align: left;
  letter-spacing: -.02em;
  flex: 1;
  padding-left: 0;
  padding-right: 20px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.arrow-icona-button-demo {
  vertical-align: middle;
  min-width: 20px;
  max-width: 20px;
  overflow: auto;
}

.div-block-28 {
  align-self: center;
  padding-right: 25px;
  display: flex;
}

.div-block-28:hover {
  background-color: #ffffff1a;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-demo-topbar {
  color: var(--neutral--white);
  padding: 10px 10px 10px 25px;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.button-demo-topbar.w--current {
  color: var(--neutral--white);
}

.logo-gruppo {
  z-index: 15;
  text-align: left;
  max-width: 150px;
  margin-top: 15px;
  margin-bottom: 140px;
  margin-right: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-47 {
  max-width: 350px;
}

.image-48 {
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 9999999;
  background-color: #060b37;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.background-video-6 {
  z-index: 1;
  flex: 0 auto;
  align-self: center;
  width: 400px;
  height: 400px;
  display: block;
  position: relative;
}

.h-preload {
  z-index: 2147483647;
  color: var(--blu-orbit);
  text-align: center;
  background-color: #05093f;
  align-self: center;
  max-width: 70vw;
  margin-top: 40px;
  font-family: Dmsans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  top: -85px;
}

.background-video-7 {
  width: 200px;
  height: 200px;
}

.divider {
  z-index: 999;
  background-color: #030836;
  border-bottom: 1px solid #ffffff4d;
  align-self: flex-end;
  width: 100%;
  height: 140px;
  max-height: 140px;
  margin-right: 100px;
  position: sticky;
  top: 0;
  bottom: auto;
}

.mockup-mobile {
  z-index: 1;
  box-sizing: border-box;
  max-width: 100vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.h1-mobile {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  align-self: auto;
  margin-top: 80px;
  font-family: Dmsans, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 130%;
  display: none;
}

.grid-footer-mobile {
  flex: 1;
  grid-template-rows: minmax(30px, 30px) minmax(100px, 100px) auto;
  grid-template-columns: 1fr .25fr .25fr;
  display: none;
}

.div-social {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: stretch;
  margin: 100px;
  padding-top: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.divider-gradient {
  z-index: 1;
  background-color: #03083600;
  background-image: radial-gradient(circle farthest-corner at 50% -140%, var(--blu-orbit), #060a3700 68%);
  align-self: flex-end;
  width: 100%;
  height: 140px;
  max-height: 140px;
  margin-bottom: 40px;
  margin-right: 100px;
  position: sticky;
  top: 140px;
  bottom: auto;
}

.h-ai {
  color: #fff;
  max-width: 70vw;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.loghi-integrazioni-wapp {
  width: 60px;
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 6vw;
    line-height: 130%;
  }

  .h3 {
    font-family: Dmsans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }

  .heading-sections {
    font-size: 64px;
    line-height: 72px;
  }

  .h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 130%;
  }

  .grid-onboarding {
    grid-template-rows: auto auto auto;
  }

  .heading-card-simple {
    font-size: 26px;
    line-height: 32px;
  }

  .card-inciso {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .div-block-mockup {
    top: 70px;
  }

  .lottie-animation {
    min-width: 100vw;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-topbar {
    font-size: 18px;
    line-height: 130%;
  }

  .grid-ascolto {
    width: 100vw;
    height: 200vh;
  }

  .div-block-text-ascolto {
    flex-flow: column;
  }

  .text-button-body {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }

  .image-45 {
    min-width: 17px;
    max-width: 17px;
  }

  .div-block-text-funzionalita {
    flex-flow: column;
  }

  .text-dettagli-funzionalita {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
  }

  .div-block-text-integrazioni {
    flex-flow: column;
  }

  .button-demo-topbar {
    font-size: 18px;
    line-height: 130%;
  }

  .h-preload {
    font-family: Dmsans, sans-serif;
    font-size: 24px;
    line-height: 140%;
  }

  .h1-mobile {
    font-size: 82px;
    line-height: 130%;
  }

  .h-ai {
    font-family: Dmsans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }
}

@media screen and (min-width: 1440px) {
  .footer-section {
    padding-bottom: 100px;
  }

  .section-header {
    background-image: none;
  }

  .numbers {
    align-self: center;
    line-height: 68px;
  }

  .div-block-numbers {
    align-self: center;
    align-items: flex-start;
  }

  .heading-2.followers, .heading-2.tips {
    align-self: center;
    font-size: 60px;
    line-height: 68px;
  }

  .div-block-counter {
    display: flex;
  }

  .div-arrow-right {
    flex-direction: row;
    flex: 1;
    align-items: center;
    line-height: 10;
    display: flex;
  }

  .image-23 {
    flex: 0 auto;
    align-self: auto;
    max-width: 40px;
    min-height: 80%;
  }

  .div-arrow {
    align-self: center;
    align-items: flex-start;
    width: 110px;
    height: 86px;
  }

  .field-form-cognome:hover, .field-form-nome:hover {
    background-color: #ffffffe6;
  }

  .checkbox-label-2 {
    padding-left: 15px;
  }

  .checkbox-2:hover {
    background-color: #ffffffe6;
  }

  .checkbox-field-2 {
    align-self: flex-start;
  }

  .h1 {
    font-size: 6vw;
    line-height: 130%;
  }

  .h3 {
    font-family: Dmsans, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
  }

  .heading-sections {
    color: var(--brand-flown);
    font-family: Dmsans, sans-serif;
  }

  .h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
  }

  .card-blu {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .container-2 {
    align-self: center;
  }

  .heading-card-darker {
    color: var(--brand-flown);
  }

  .footer-section-2 {
    padding-bottom: 100px;
  }

  .heading-inciso {
    font-family: Dmsans, sans-serif;
  }

  .video_card_onboarding {
    max-width: 470px;
    max-height: 310px;
    top: -478px;
    left: 328px;
    transform: rotate(0);
  }

  .image-37 {
    top: -27%;
  }

  .inciso-text-cta {
    text-decoration: none;
  }

  .card-inciso {
    background-size: 500px;
  }

  .image-39 {
    max-width: 60px;
    min-height: 60px;
  }

  .container-form, .container-disclaimer {
    align-self: center;
  }

  .div-block-mockup {
    top: 50px;
  }

  .mockup-img {
    min-width: 90vw;
    max-width: 90vw;
    display: block;
    overflow: visible;
  }

  .lottie-animation {
    min-width: 90vw;
    max-width: 90vw;
  }

  .link-topbar {
    line-height: 130%;
  }

  .div-block-text-ascolto {
    flex-flow: column;
  }

  .text-button-body {
    font-family: Dmsans, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }

  .image-45 {
    min-width: 20px;
    max-width: 20px;
  }

  .div-block-text-funzionalita {
    flex-flow: column;
  }

  .text-dettagli-funzionalita {
    font-family: Dmsans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
  }

  .div-block-text-integrazioni {
    flex-flow: column;
  }

  .button-demo-topbar {
    line-height: 130%;
  }

  .h-preload {
    font-family: Dmsans, sans-serif;
    font-size: 26px;
    line-height: 140%;
  }

  .h1-mobile {
    font-size: 110px;
    line-height: 130%;
  }

  .h-ai {
    font-family: Dmsans, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
  }
}

@media screen and (min-width: 1920px) {
  .section-regular {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .container-regular {
    flex: 1;
  }

  .footer-section {
    background-color: #f6fbfb;
  }

  .footer-text {
    font-size: .7vw;
  }

  .header-content {
    align-self: center;
  }

  .heading-hero {
    font-size: 58px;
    line-height: 76px;
  }

  .page-padding.s0 {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .button2 {
    height: 64px;
  }

  .section-cta {
    margin-bottom: 0;
    padding-bottom: 5vw;
  }

  .columns-testimonials {
    padding: 1.3vw;
  }

  .img-reference-quote {
    max-width: 10vw;
    font-size: 1vw;
  }

  .text-testimonials {
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .column-7 {
    padding-left: .65vw;
  }

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

  .form-block {
    margin-bottom: 0;
  }

  .section-form {
    background-color: #f6fbfb;
    flex: 1;
    justify-content: flex-start;
  }

  .text-field {
    height: 3vw;
    margin-bottom: 1vw;
    padding: .3vw .9vw;
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .column-10 {
    padding-right: .65vw;
  }

  .block-testimonials-1 {
    margin-bottom: 1.3vw;
    padding: 2vw;
  }

  .div-block-7 {
    background-color: #f6fbfb;
  }

  .section-moduli {
    min-height: 110vh;
    max-height: 110vh;
  }

  .vantaggi-img-1 {
    top: 0%;
  }

  .container-title-vantaggi {
    justify-content: flex-start;
  }

  .div-block-stars-testimonials-home {
    margin-top: 1.3vw;
  }

  .heading-section-home {
    text-align: left;
    flex: 1;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .hero {
    min-width: 100%;
  }

  .button-hero-text {
    font-size: 20px;
  }

  .title-section {
    align-self: auto;
    max-width: none;
    margin-bottom: 2vw;
  }

  .columns-4 {
    flex: 0 auto;
    align-self: stretch;
  }

  .submit-button-2 {
    flex: none;
    height: 3vw;
    padding: .3vw .9vw .3vw .3vw;
    font-size: .9vw;
    line-height: 1vw;
  }

  .field-form {
    flex: none;
    height: 3vw;
    margin-bottom: 1vw;
    padding: .3vw .9vw;
    font-size: .9vw;
    line-height: 1vw;
  }

  .div-block-9 {
    max-width: 100%;
    padding: 1.4vw 1.4vw 1vw;
  }

  .column-12 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-20 {
    max-width: 86%;
  }

  .text-block-4 {
    margin-bottom: 1.4vw;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .colums-block-benefici {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .img-benefici-1 {
    max-width: 8vw;
  }

  .grid-2 {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    flex-direction: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: grid;
  }

  .title-card {
    margin-bottom: 1vw;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .text-block-6 {
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .div-block-10 {
    margin-top: 1.3vw;
  }

  .img-benefici-2, .img-benefici-3 {
    max-width: 10vw;
  }

  .img-benefici-4 {
    max-width: 8vw;
  }

  .colums-block-lo-sapevi-che {
    padding: 2vw;
  }

  .text-span-5 {
    font-size: .7vw;
    line-height: .9vw;
  }

  .text-card-2 {
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .job-title-text {
    margin-left: 1.2vw;
  }

  .button-lo-sapevi-che {
    min-width: 12vw;
    max-width: 12vw;
    padding: .8vw;
  }

  .img-reference-solo-logo {
    max-width: 11vw;
  }

  .ntt-data-refernce {
    padding-bottom: 2vw;
  }

  .text-button-form {
    margin-bottom: 2vw;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .img-reference-volpi {
    min-width: 3vw;
    max-width: 3vw;
  }

  .logo-teamsystem {
    max-width: 14vw;
  }

  .logo-cesi {
    max-width: 9vw;
  }

  .bold-text-6 {
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .div-block-benefici {
    padding-left: 2vw;
  }

  .image-button-body {
    width: .9vw;
  }

  .typed-js_component.title-landing {
    margin-top: 40px;
  }

  .typedjs-simple.heading-small {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .container-large-3 {
    max-width: 76vw;
  }

  .logo-slide_section-2 {
    background-color: #f6fbfb;
    margin-bottom: 0;
    padding-bottom: 5vw;
  }

  .section-1 {
    background-color: #f6fbfb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 1.3vw;
    display: flex;
    position: static;
  }

  .section-3 {
    background-color: #f6fbfb;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 5vw;
    display: flex;
    position: static;
  }

  .section-4 {
    background-color: #f6fbfb;
    margin-bottom: 0;
    padding-bottom: 5vw;
  }

  .text-feature-flow {
    font-size: .9vw;
    line-height: 1vw;
  }

  .button-volpi {
    min-width: 12vw;
    max-width: 12vw;
    padding: .8vw;
  }

  .text-field-3 {
    margin-bottom: 1vw;
    padding: .3vw .9vw;
    font-size: .9vw;
  }

  .text-numbers {
    font-size: .9vw;
    line-height: 1.2vw;
  }

  .numbers {
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-numbers {
    width: 250px;
  }

  .heading-2.followers, .heading-2.tips {
    font-size: 3vw;
    line-height: 3vw;
  }

  .div-block-counter {
    align-items: center;
  }

  .div-arrow {
    width: 140px;
  }

  .field-form-cognome {
    flex: none;
    width: 96%;
    height: 3vw;
    margin-bottom: 1vw;
    padding: .3vw .9vw;
    font-size: .9vw;
    line-height: 1vw;
  }

  .field-form-nome {
    width: 96%;
    margin-bottom: 1vw;
    padding: .3vw .9vw;
    font-size: .9vw;
  }

  .checkbox-label-2 {
    padding-left: 1vw;
    font-size: .9vw;
    line-height: 1vw;
  }

  .checkbox-2, .checkbox-2.w--redirected-checked {
    width: 1vw;
    height: 1vw;
  }

  .checkbox-field-2 {
    align-self: flex-start;
  }

  .spline-scene {
    top: -14vw;
  }

  .section-header-copy {
    background-image: linear-gradient(#cbfcf5, #e7ecf6 38%, #f6fbfb);
    align-items: flex-start;
    padding-top: 5vw;
    font-size: .7px;
    top: -100px;
  }

  .h1 {
    font-size: 6vw;
    line-height: 130%;
  }

  .image-26 {
    max-width: 90%;
  }

  .container-2 {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: inline-flex;
  }

  .brand-2 {
    flex: 1;
  }

  .cta-hero {
    line-height: 24px;
  }

  .div-block-21 {
    padding-top: 160px;
  }

  .background-video {
    background-image: none;
  }

  .grid-section-heading {
    top: 260px;
  }

  .container-video {
    align-self: center;
  }

  .container-regular-2 {
    justify-content: space-between;
  }

  .footer-text-2 {
    font-size: .7vw;
  }

  .footer-section-2 {
    background-color: #f6fbfb;
  }

  .footer-text-3 {
    font-size: 16px;
  }

  .label-field-form {
    font-size: 14px;
  }

  .grid-simple {
    margin-left: 0;
    margin-right: 0;
  }

  .video-card-cloud {
    max-height: 380px;
  }

  .image-37 {
    max-height: 380px;
    top: -26%;
  }

  .container-form {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: inline-flex;
  }

  .div-block-26 {
    min-width: 101px;
  }

  .container-disclaimer {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: inline-flex;
  }

  .container-thankyou-page {
    width: 47vw;
    margin-top: 80px;
  }

  .div-block-mockup {
    top: 30px;
  }

  .mockup-img, .lottie-animation {
    max-width: 90vw;
  }

  .nav-menu-4 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .link-topbar {
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-text-ascolto {
    flex-flow: column;
  }

  .text-button-body {
    font-size: 18px;
    line-height: 48px;
  }

  .image-45 {
    min-width: 20px;
    max-width: 20px;
  }

  .div-block-text-funzionalita {
    flex-flow: column;
  }

  .text-dettagli-funzionalita {
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-text-integrazioni {
    flex-flow: column;
  }

  .grid-footer {
    grid-template-rows: minmax(30px, 30px) auto;
  }

  .footer-text-body2 {
    color: #ffffff80;
    font-weight: 400;
  }

  .button-demo-topbar {
    font-size: 18px;
    line-height: 130%;
  }

  .lottie-animation-2 {
    width: 500px;
    height: 500px;
  }

  .h1-mobile {
    font-size: 110px;
    line-height: 130%;
  }

  .grid-footer-mobile {
    grid-template-rows: minmax(30px, 30px) auto;
  }

  .divider-gradient {
    background-image: radial-gradient(circle farthest-corner at 50% -160%, var(--blu-orbit), #060a3700 68%);
  }
}

@media screen and (max-width: 991px) {
  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-regular {
    flex-flow: column;
  }

  .navbar {
    padding-left: 6%;
    padding-right: 6%;
  }

  .navigation-left {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
    min-height: 10px;
    padding-bottom: 10px;
  }

  .navigation-right {
    flex: 0 auto;
    justify-content: flex-end;
    width: 100%;
  }

  .menu-button {
    border: 1px solid var(--neutral--200);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--violet--base);
  }

  .search {
    top: -6%;
  }

  .navigation-button-wrap {
    flex: 0 auto;
    display: block;
  }

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

  .rich-text {
    min-height: 160px;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-post-grid {
    grid-template-columns: 1fr;
  }

  .button-outline, .button-secondary, .button-secondary-right-icon {
    display: flex;
  }

  .partnership-wrap {
    top: -90px;
  }

  .footer-left-column {
    grid-template-columns: 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .social-links {
    font-size: 14px;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-column {
    align-items: flex-end;
  }

  .footer-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-social-links {
    flex: 0 auto;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .footer-logo {
    max-width: 100px;
    margin-right: 20px;
  }

  .footer-text {
    font-size: 10px;
    line-height: 20px;
  }

  .search-button {
    display: flex;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .section-header {
    min-height: 100vh;
    max-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .blog-slider-right-button {
    inset: -62px auto auto 60px;
  }

  .blog-slider-left-button {
    inset: -62px auto auto 0%;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .header-content {
    margin-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-hero {
    font-size: 36px;
    line-height: 46px;
  }

  .text-1 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .section-logo {
    min-width: 100%;
    display: none;
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
    min-width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .loghi-integrazioni {
    width: 174px;
  }

  .page-padding {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 20px;
  }

  .heading-section {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .button2 {
    height: 48px;
  }

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

  .button2-reveal-navbar {
    width: 100%;
    font-size: 14px;
    display: none;
  }

  .button2-navbar {
    width: 180px;
    height: 38px;
  }

  .heading-grid {
    font-size: 16px;
  }

  .text-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-vantaggi-text {
    padding-right: 20px;
  }

  .image-moduli {
    max-height: 300px;
  }

  .tabs-menu-demo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
  }

  .tab-button-demo, .tab-button-demo.w--current {
    padding: 10px 10px 20px;
  }

  .timer-line-demo {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .lateral-line {
    margin-top: 70px;
    margin-bottom: 150px;
  }

  .container-vantaggi {
    min-height: 150vh;
  }

  .div-block-vantaggi-img {
    top: 70px;
  }

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

  .heading-cta {
    font-size: 22px;
    line-height: 26px;
  }

  .section-testimonials {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .container-testimonials {
    align-items: flex-start;
  }

  .div-block-stars-testimonials-features {
    min-width: 15%;
  }

  .text-testimonials {
    font-size: 14px;
    line-height: 22px;
  }

  .job-title-testimonials {
    margin-right: 20px;
  }

  .section-form {
    padding: 0 6% 64px;
  }

  .section-moduli {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-title-loghi {
    width: 100%;
    padding-left: 0;
  }

  .vantaggi-img-1 {
    max-width: 100%;
    top: 0%;
  }

  .list-vantaggi {
    font-size: 24px;
    line-height: 32px;
  }

  .text-vantaggi {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-17 {
    min-height: 800px;
  }

  .heading-section-cta {
    font-size: 28px;
    line-height: 36px;
  }

  .title-wrap-moduli, .title-wrap-testimonials {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-wrap-vantaggi {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .header-hero-features {
    padding-right: 20px;
  }

  .section-features {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .h3-features {
    font-size: 24px;
    line-height: 32px;
  }

  .text-features {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-text-features-sx {
    padding: 30px;
  }

  .title-wrap-features {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .image-features {
    max-height: 300px;
  }

  .div-block-img-features-supplier-2 {
    min-height: 100%;
    padding-left: 20px;
  }

  .image-features-supplier-2, .image-features-supplier-3 {
    max-height: 300px;
  }

  .div-block-text-features-dx {
    padding: 30px;
  }

  .div-block-avatar-testimonial-features {
    min-width: 35%;
  }

  .text-testimonials-features {
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .columns-hero-features {
    padding-bottom: 40px;
  }

  .img-hero-features {
    top: -10px;
  }

  .navbar_links {
    display: block;
  }

  .logo-niuma {
    width: 220px;
  }

  .niuma-logo {
    max-width: 100px;
  }

  .footer-link-text-moduli {
    line-height: 28px;
  }

  .text-hero-features {
    font-size: 14px;
    line-height: 22px;
  }

  .image-features-document-2 {
    max-height: 300px;
  }

  .div-block-img-features-document-2, .div-block-img-features-document-3 {
    padding: 20px;
  }

  .image-features-document-3 {
    max-height: 300px;
  }

  .div-block-img-features-sourcing-1 {
    padding: 20px;
  }

  .image-features-sourcing-1 {
    max-width: 90%;
    max-height: 300px;
  }

  .div-block-img-features-sourcing-2 {
    padding: 20px;
  }

  .image-features-sourcing-2 {
    max-height: 300px;
  }

  .image-features-sourcing-3 {
    max-width: 100%;
    max-height: 300px;
  }

  .div-block-img-features-sourcing-3 {
    padding: 20px;
  }

  .button-secondary-navbar {
    display: block;
  }

  .div-block-img-features-contract-1 {
    padding: 20px;
  }

  .image-features-contract-1 {
    max-width: 90%;
    max-height: 300px;
  }

  .image-features-contract-2 {
    max-height: 300px;
  }

  .div-block-img-features-contract-2 {
    padding: 20px;
  }

  .image-features-contract-3 {
    max-height: 300px;
  }

  .div-block-img-features-contract-3 {
    padding: 10px;
  }

  .image-features-procure-to-pay-1, .image-features-procure-to-pay-2, .image-features-procure-to-pay-3, .image-features-spend-analysis-1 {
    max-height: 300px;
  }

  .div-block-img-features-spend-analysis-1 {
    padding: 20px;
  }

  .image-features-spend-analysis-2 {
    max-height: 300px;
  }

  .div-block-img-features-spend-analysis-2 {
    padding: 20px;
  }

  .image-features-spend-analysis-3 {
    max-height: 300px;
  }

  .div-block-img-features-spend-analysis-3 {
    padding: 20px;
  }

  .heading-section-moduli {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .footer-column-dx {
    align-items: flex-start;
    margin-left: 0;
  }

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

  .footer-text-nl {
    font-size: 14px;
    line-height: 22px;
  }

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

  .heading-section-home {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-logo-footer {
    width: auto;
    min-width: 220px;
    max-width: 290px;
  }

  .header-hero-policy {
    padding-right: 20px;
  }

  .hero {
    object-fit: cover;
    min-height: 800px;
    overflow: visible;
  }

  .hero-lottie {
    object-fit: cover;
    min-height: 800px;
    display: none;
    overflow: visible;
  }

  .button-hero-text {
    font-size: 16px;
    line-height: 20px;
  }

  .icon-cta-hero {
    width: 40px;
  }

  .loghi-patrocinio {
    top: -90px;
  }

  .container-patrocinio {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .columns-4 {
    flex: 0 auto;
    align-self: auto;
    min-width: 0;
  }

  .div-block-9 {
    min-width: 300px;
    max-width: 480px;
    margin-left: 20px;
    padding: 20px;
  }

  .image-20 {
    min-width: 350px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .grid-2 {
    flex-direction: column;
    grid-auto-flow: column;
    align-self: stretch;
    justify-items: center;
    display: flex;
  }

  .title-card {
    font-size: 24px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .text-span-5 {
    font-size: 12px;
  }

  .text-card-2 {
    font-size: 18px;
  }

  .button-lo-sapevi-che {
    text-align: center;
    min-width: 140px;
    max-width: 140px;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-dx-lo-sapevi-che {
    padding-left: 40px;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .image-button-body {
    display: none;
  }

  .loader-wrapper {
    width: 100%;
  }

  .typedjs-simple.heading-small {
    text-align: center;
    font-size: 40px;
    line-height: 62px;
  }

  .logo_component-slider-2 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-2 {
    width: 174px;
  }

  .container-large-3 {
    max-width: 87vw;
  }

  .section-logo-2 {
    overflow: hidden;
  }

  .logo_component-slider-3 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-3 {
    width: 174px;
  }

  .logo-slide_section-2 {
    margin-bottom: 0;
  }

  .section-1 {
    padding: 0 6%;
  }

  .section-3 {
    padding: 64px 6% 40px;
  }

  .section-4 {
    padding: 64px 6% 0;
  }

  .text-feature-flow {
    font-size: 18px;
  }

  .button-volpi {
    text-align: center;
    min-width: 140px;
    max-width: 140px;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-numbers {
    font-size: 14px;
    line-height: 18px;
  }

  .numbers {
    font-size: 48px;
    line-height: 56px;
  }

  .div-block-numbers {
    width: 130px;
  }

  .heading-2.followers, .heading-2.tips {
    font-size: 48px;
    line-height: 56px;
  }

  .div-arrow-right {
    flex: 1;
    align-self: flex-start;
    align-items: flex-start;
    max-height: 55px;
  }

  .image-23 {
    align-self: center;
    max-width: 50px;
    min-height: 72%;
  }

  .div-arrow {
    justify-content: flex-start;
    align-self: center;
    width: 70px;
    padding-right: 0;
  }

  .button-navbar {
    text-align: center;
    min-width: 140px;
    max-width: 140px;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-header-copy {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-2---panoramica {
    min-height: auto;
    max-height: none;
    padding-top: 0;
  }

  .h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 88px;
  }

  .h3 {
    max-width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .link-navbar-simple {
    align-self: center;
  }

  .heading-sections {
    max-width: 80%;
    font-size: 34px;
    line-height: 42px;
  }

  .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .container-2 {
    border-style: none;
    max-width: 100%;
    min-height: 80vh;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-hero {
    opacity: .4;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    min-width: 80vw;
    min-height: 80vh;
    margin-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-20 {
    margin-top: 0;
  }

  .div-block-21 {
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-section-heading {
    grid-template-columns: .5fr 1.5fr;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 30px;
    top: 0;
  }

  .grid-onboarding {
    grid-template-rows: 400px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-button-body {
    display: none;
  }

  .footer-text-2 {
    font-size: 10px;
    line-height: 20px;
  }

  .footer-section-2 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-text-3 {
    font-size: 10px;
    line-height: 20px;
  }

  .footer-section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-1---communication-hub-copy {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-5---form {
    min-height: auto;
    max-height: none;
  }

  .grid-cta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-simple-commhub {
    border-bottom: 1px solid var(--brand-flown);
  }

  .heading-card-simple {
    font-size: 26px;
    line-height: 32px;
  }

  .text-card-simple {
    font-size: 18px;
    line-height: 26px;
  }

  .grid-simple {
    border-left: 1px solid var(--brand-flown);
  }

  .section-2---onboarding, .section-3---knowledge {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .card-simple-onboarding {
    border-right: 1px solid var(--brand-flown);
    border-left: 1px solid var(--brand-flown);
  }

  .grid-comhub {
    border-left: 1px solid var(--brand-flown);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-button-hero {
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    display: none;
  }

  .div-block-24 {
    border-right: 1px solid var(--brand-flown);
  }

  .section-3---comhub-copy {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .card-video-onboarding-front {
    border-top: 1px none var(--brand-flown);
    border-right: 1px solid var(--brand-flown);
    border-bottom: 1px solid var(--brand-flown);
  }

  .card-inciso {
    border-top: 1px none var(--brand-flown);
    border-right: 1px solid var(--brand-flown);
    border-bottom: 1px solid #000;
  }

  .banner {
    display: none;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-navbar-contact {
    align-self: center;
  }

  .card-simple-onboarding-first {
    border-right: 1px solid var(--brand-flown);
    border-left: 1px solid var(--brand-flown);
  }

  .card-inciso-onboarding {
    border-right: 1px solid var(--brand-flown);
    border-bottom: 1px solid var(--brand-flown);
    border-left: 1px solid var(--brand-flown);
  }

  .section-3---indicizzazione {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .card-simple-knowledge {
    border-right: 1px solid var(--brand-flown);
    border-left: 1px solid var(--brand-flown);
  }

  .grid-knowledge-chat {
    grid-template-rows: 400px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-video-knowledge {
    border-left: 1px solid var(--brand-flown);
  }

  .card-inciso-knowledge {
    border-right: 1px solid var(--brand-flown);
    border-bottom: 1px solid var(--brand-flown);
    border-left: 1px solid var(--brand-flown);
  }

  .form-block-2 {
    margin-top: 40px;
  }

  .image-hero-mobile {
    z-index: 2;
    opacity: 1;
    background-position: 50% 18%;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    min-width: 80vw;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    bottom: auto;
  }

  .link-navbar-privacy-cookie {
    align-self: center;
  }

  .div-thankyou-page {
    padding-right: 20px;
  }

  .section-thankyoupage {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-4---supply-ai {
    min-height: auto;
    max-height: none;
    padding-left: 6%;
    padding-right: 6%;
  }

  .div-block---grid-panoramica {
    margin-bottom: 60px;
  }

  .div-block-mockup {
    position: relative;
  }

  .mockup-img, .lottie-animation {
    display: none;
  }

  .navbar-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-4 {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-4 {
    background-color: var(--blu-orbit);
    border-radius: 4px;
    justify-content: space-between;
    align-items: stretch;
    height: 132px;
    margin-right: 30px;
    display: block;
  }

  .section-3---ascolto {
    background-color: var(--blu-orbit);
    min-height: auto;
    max-height: none;
    padding-top: 0;
  }

  .container-ascolto {
    border-style: none;
  }

  .grid-ascolto {
    width: 100%;
    height: 90vh;
  }

  .div-block-text-ascolto {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-button-body {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-4---funzionalita {
    min-height: auto;
    max-height: none;
    padding-top: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-funzionalita {
    border-style: none;
  }

  .accordion-highlight-bottom {
    height: 100%;
  }

  .accordion-item {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-highlight-top {
    height: 100%;
  }

  .div-block-text-funzionalita {
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-dettagli-funzionalita {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-5---integrazioni {
    min-height: auto;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-text-integrazioni {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-large-4 {
    max-width: 100%;
  }

  .div-button-form {
    margin-top: 20px;
  }

  .footer-text-body, .footer-text-body2 {
    font-size: 10px;
    line-height: 20px;
  }

  .arrow-icona-button-demo {
    vertical-align: middle;
  }

  .div-block-28 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-demo-topbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .logo-gruppo {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .h-preload {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider {
    margin-right: 30px;
    display: none;
  }

  .mockup-mobile {
    object-fit: cover;
    object-position: 47% 50%;
    min-height: 100vh;
    display: block;
    overflow: auto;
  }

  .icon-5 {
    color: var(--neutral--white);
  }

  .menu-area.w--open {
    background-color: var(--blu-orbit);
    border-radius: 4px;
  }

  .h1-mobile {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 88px;
  }

  .div-social {
    margin-left: 40px;
    margin-right: 40px;
  }

  .divider-gradient {
    margin-right: 30px;
    display: none;
  }

  .h-ai {
    max-width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .loghi-integrazioni-wapp {
    width: 174px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  .container-regular {
    flex-direction: column;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-left {
    flex: 1;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navigation-right {
    flex-direction: row;
    flex: 1;
    order: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
  }

  .menu-button.w--open {
    background-color: #4640de;
  }

  .header-bottom-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navigation-button-wrap {
    display: none;
  }

  .regular-collection-list, .search-result-list {
    grid-template-columns: 1fr;
  }

  .title-wrap-left {
    margin-bottom: 0;
  }

  .h3-heading {
    font-size: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-image: none;
    flex-direction: row;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .footer-logo {
    min-width: 80px;
    max-width: 120px;
    margin-right: 0;
  }

  .footer-text {
    margin-top: 20px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-header {
    min-height: 100vh;
    max-height: none;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    inset: -72px auto auto 64px;
  }

  .blog-slider-left-button {
    inset: -72px auto auto 0%;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .header-content {
    flex: 0 auto;
    align-self: auto;
    margin-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero {
    font-size: 28px;
    line-height: 37px;
  }

  .text-1 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .section-logo {
    display: none;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .loghi-integrazioni {
    width: 100px;
  }

  .page-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-padding.s0 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .logo-slide_section {
    padding-bottom: 20px;
  }

  .heading-section {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-vantaggi {
    grid-row-gap: 40px;
    border-left-style: none;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    min-height: 0;
    margin-top: 20px;
    position: relative;
  }

  .heading-grid {
    font-size: 16px;
  }

  .text-2 {
    font-size: 14px;
  }

  .columns-moduli {
    flex-direction: column;
  }

  .column-3 {
    margin-bottom: 40px;
  }

  .column-4 {
    align-self: auto;
    display: none;
  }

  .tabs-demo {
    display: none;
  }

  .tabs-menu-demo {
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .tab-button-demo, .tab-button-demo.w--current {
    width: 100%;
    padding: 20px;
  }

  .tabs-content-demo {
    display: flex;
  }

  .lateral-line {
    display: none;
  }

  .container-vantaggi {
    min-height: 0;
    padding-bottom: 60px;
  }

  .div-block-vantaggi-img {
    display: none;
    position: relative;
  }

  .section-cta {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-cta {
    font-size: 14px;
  }

  .columns-testimonials {
    flex-direction: column;
  }

  .text-testimonials {
    font-size: 18px;
    line-height: 28px;
  }

  .column-7 {
    padding-left: 0;
  }

  .form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block {
    min-width: 420px;
  }

  .section-form {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-8 {
    padding-right: 0;
  }

  .column-9 {
    padding-left: 0;
  }

  .column-10 {
    padding-right: 0;
  }

  .block-testimonials-3 {
    margin-bottom: 18px;
  }

  .section-moduli {
    max-height: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-vantaggi {
    font-size: 18px;
    line-height: 26px;
  }

  .text-vantaggi {
    font-size: 14px;
    line-height: 22px;
  }

  .image-17 {
    max-width: 100%;
  }

  .heading-section-cta {
    font-size: 26px;
    line-height: 30px;
  }

  .title-wrap-moduli {
    margin-bottom: 10px;
  }

  .section-features, .section-hero-features {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-features-supplier-2 {
    flex-direction: column;
  }

  .h3-features {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .column-text-features {
    align-self: stretch;
    line-height: 22px;
  }

  .column-img-features {
    min-height: 100%;
  }

  .div-block-text-features-sx {
    min-height: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 20px;
  }

  .div-block-img-features-supplier-2 {
    min-height: 100%;
    margin-left: 0;
    padding: 10px;
  }

  .columns-features-supplier-1 {
    flex-direction: column;
  }

  .div-block-img-features-supplier-1 {
    margin-left: 0;
  }

  .image-features-supplier-2 {
    max-height: none;
  }

  .block-testimonials-features {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-features, .columns-features-supplier-3 {
    flex-direction: column;
  }

  .div-block-img-features-supplier-3 {
    margin-left: 0;
  }

  .div-block-text-features-dx {
    margin-left: 0;
    padding: 20px;
  }

  .div-block-avatar-testimonial-features, .text-testimonials-features {
    margin-bottom: 20px;
  }

  .column-text-hero-features {
    padding-left: 0;
  }

  .img-hero-features {
    max-width: 100%;
  }

  .navbar_links {
    display: none;
  }

  .logo-niuma {
    width: 220px;
  }

  .niuma-logo {
    max-width: 90px;
  }

  .text-hero-features {
    line-height: 24px;
  }

  .div-block-img-features-document-1, .div-block-img-features-document-2, .div-block-img-features-document-3, .div-block-img-features-sourcing-1, .div-block-img-features-sourcing-2, .div-block-img-features-sourcing-3 {
    margin-left: 0;
  }

  .button-secondary-navbar {
    display: none;
  }

  .div-block-img-features-contract-1, .div-block-img-features-contract-2, .div-block-img-features-contract-3, .div-block-img-features-procure-to-pay-1, .div-block-img-features-procure-to-pay-2, .div-block-img-features-procure-to-pay-3, .div-block-img-features-spend-analysis-1, .div-block-img-features-spend-analysis-2, .div-block-img-features-spend-analysis-3 {
    margin-left: 0;
  }

  .heading-section-moduli {
    font-size: 22px;
    line-height: 28px;
  }

  .menu-button-2 {
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #ffffff26;
    border-radius: 4px;
  }

  .nav-menu-2 {
    color: var(--product-primary-color-900);
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    flex: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Dmsans, sans-serif;
    display: none;
  }

  .icon-2 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .nav-link-2 {
    color: var(--product-primary-color-900);
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-2:hover, .nav-link-2.w--current {
    color: var(--product-primary-color-900);
    background-color: #4040cd26;
  }

  .nav-link-2-copy {
    color: var(--product-primary-color-900);
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-2-copy:hover, .nav-link-2-copy.w--current {
    color: var(--product-primary-color-900);
    background-color: #4040cd26;
  }

  .nav-link-2-copy.blog {
    border-top: 1px solid #4040cd4d;
    margin-top: 10px;
    padding: 10px 20px 20px;
  }

  .block-menu-navbar-demo {
    background-color: var(--blue-chiaro);
    border-radius: 4px;
    align-items: center;
    width: 115px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-link-block-navbar-menu-demo {
    color: #fff;
  }

  .heading-dropdown {
    color: #fff;
    font-family: Dmsans, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .icon-3 {
    color: #fff;
  }

  .dropdown-toggle-moduli-mobile {
    border: 1px solid #fff3;
    border-radius: 4px;
    width: 100%;
  }

  .dropdown-moduli-mobile {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .dropdown-list-3 {
    background-color: #ddd0;
    border: 1px solid #ffffff4d;
    border-top-style: none;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .text-dropdown-moduli {
    color: #fff;
    font-family: Dmsans, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .text-cta-dropdown-moduli {
    color: var(--brand-secondary-200);
    font-size: 12px;
  }

  .button-dropdown-moduli {
    border: 1px solid var(--brand-secondary-200);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 30px;
    margin-top: 20px;
    padding: 10px;
    display: flex;
  }

  .heading-section-home {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }

  .section-hero-policy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero, .hero-lottie {
    max-width: 100%;
  }

  .patrocinio {
    margin-left: 40px;
    margin-right: 40px;
  }

  .title-section {
    margin-left: 0;
    margin-right: 0;
  }

  .column-11 {
    justify-content: center;
    display: flex;
  }

  .div-block-9 {
    min-width: 440px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-12 {
    justify-content: center;
  }

  .text-block-4 {
    font-size: 26px;
    line-height: 34px;
  }

  .colums-block-benefici {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-card {
    font-size: 22px;
    line-height: 30px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .img-benefici-3 {
    max-width: 140px;
  }

  .colums-block-lo-sapevi-che {
    flex-direction: column;
  }

  .div-block-11 {
    text-align: left;
    flex-direction: row;
  }

  .text-card-2 {
    margin-left: 0;
    margin-right: 40px;
  }

  .job-title-text {
    margin-left: 20px;
  }

  .button-lo-sapevi-che {
    min-width: 210px;
    max-width: 200px;
    height: 48px;
  }

  .column-dx-lo-sapevi-che {
    justify-content: flex-start;
    padding-left: 0;
  }

  .column-15 {
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
  }

  .div-block-benefici {
    justify-content: center;
  }

  .image-button-body {
    display: block;
  }

  .loader-wrapper {
    border-bottom: 1px #141314;
    border-right-style: none;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .typedjs-simple.heading-small {
    font-size: 36px;
    line-height: 44px;
  }

  .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-2 {
    width: 125px;
  }

  .logo_component-slider-3 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-3 {
    width: 125px;
  }

  .section-1 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-volpi {
    min-width: 100%;
    max-width: 100%;
    height: 60px;
  }

  .text-numbers {
    margin-left: 0;
    margin-right: 0;
  }

  .numbers {
    margin-left: 0;
    margin-right: 40px;
  }

  .div-block-numbers {
    justify-content: flex-start;
    align-self: flex-start;
    width: 120px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .div-block-14 {
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .heading-2 {
    font-size: 100px;
  }

  .div-block-counter {
    align-items: flex-start;
  }

  .div-arrow {
    width: 73px;
  }

  .column-17 {
    justify-content: flex-start;
  }

  .button-navbar {
    min-width: 210px;
    max-width: 200px;
    height: 48px;
  }

  .section-header-copy {
    min-height: 0;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-2---panoramica {
    min-height: 0;
    max-height: none;
    padding: 0 0%;
  }

  .h1 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 72px;
  }

  .h3 {
    max-width: 80vw;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-sections {
    font-size: 34px;
    line-height: 42px;
  }

  .h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .cta-hero {
    line-height: 26px;
  }

  .div-block-21 {
    justify-content: flex-start;
  }

  .grid-section-heading {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 60vw;
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .container-regular-2 {
    flex-direction: column;
  }

  .footer-text-2 {
    margin-top: 20px;
  }

  .footer-section-2 {
    background-image: none;
    flex-direction: row;
  }

  .container-regular-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .footer-text-3 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-section-3 {
    background-image: none;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-1---communication-hub-copy {
    min-height: 0;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-5---form {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .grid-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-card-simple {
    font-size: 22px;
    line-height: 30px;
  }

  .text-card-simple {
    font-size: 18px;
    line-height: 26px;
  }

  .section-2---onboarding {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .section-3---knowledge {
    min-height: 0;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-hero {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-button-hero {
    flex-flow: column;
    margin-top: 40px;
  }

  .image-33 {
    max-width: 120px;
  }

  .text-form {
    line-height: 42px;
  }

  .section-3---comhub-copy {
    min-height: 0;
    max-height: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .inciso-text-cta {
    font-size: 34px;
    line-height: 42px;
  }

  .section-3---indicizzazione {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .inciso-text-knowledge {
    font-size: 34px;
    line-height: 42px;
  }

  .powered-by-niuma {
    max-width: 180px;
  }

  .powered-by-niuma-footer {
    max-width: 150px;
  }

  .div-block-26 {
    justify-content: center;
    align-self: center;
    align-items: stretch;
  }

  .button-tp {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    line-height: 26px;
  }

  .section-thankyoupage {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-4---supply-ai {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .div-block---grid-panoramica {
    margin-bottom: 40px;
  }

  .section-3---ascolto {
    min-height: 0;
    max-height: none;
    padding: 0 0%;
  }

  .grid-ascolto {
    grid-template-columns: 1fr;
    height: 80vh;
  }

  .div-block-text-ascolto {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-button-body {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .section-4---funzionalita {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .accordion-item {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 30px;
  }

  .div-block-text-funzionalita {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-dettagli-funzionalita {
    font-size: 16px;
    line-height: 22px;
  }

  .section-5---integrazioni {
    min-height: 0;
    max-height: none;
    padding: 40px 0%;
  }

  .div-block-text-integrazioni {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-footer {
    grid-template-columns: 1fr .25fr .25fr;
  }

  .footer-text-body {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-27 {
    flex-flow: column;
    margin-top: 40px;
    padding-top: 40px;
  }

  .footer-text-body2 {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .logo-gruppo {
    max-width: 150px;
    margin-bottom: 0;
  }

  .h-preload {
    font-size: 22px;
    line-height: 30px;
  }

  .mockup-mobile {
    object-fit: cover;
    object-position: 42% 0%;
    min-height: 100vh;
  }

  .icon-5 {
    color: var(--neutral--white);
  }

  .h1-mobile {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 72px;
  }

  .grid-footer-mobile {
    grid-template-columns: 1fr .25fr .25fr;
  }

  .div-social {
    flex-flow: column;
    margin-top: 40px;
    padding-top: 40px;
  }

  .h-ai {
    max-width: 80vw;
    font-size: 16px;
    line-height: 22px;
  }

  .loghi-integrazioni-wapp {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container-regular {
    flex: 1;
    max-width: 100vw;
    min-height: auto;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-left {
    flex-direction: column;
  }

  .logo {
    flex: 0 auto;
    min-width: 60%;
    max-width: 60%;
  }

  .container-navigation {
    justify-content: center;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    margin-right: 0;
    padding-left: 0;
  }

  .header-bottom-wrap {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .search {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .button-primary, .button-outline, .button-secondary, .button-secondary-right-icon {
    width: 100%;
  }

  .partnership-wrap {
    padding: 20px;
    top: -50px;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .footer-section {
    padding: 40px 20px 20px;
  }

  .footer-social-links {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-logo {
    max-width: 100px;
    margin-right: 0;
  }

  .search-button {
    width: 100%;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .section-header {
    align-items: flex-start;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-tags {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .blog-slider-right-button, .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

  .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-hero {
    margin-bottom: 20px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .loghi-integrazioni {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-section {
    margin-bottom: 30px;
    line-height: 30px;
  }

  .grid-vantaggi {
    margin-top: 30px;
  }

  .section-cta {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-cta {
    flex-direction: column;
    flex: 0 auto;
  }

  .section-testimonials {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-testimonials {
    padding: 15px;
  }

  .img-reference-quote {
    max-width: 130px;
    margin-right: 0;
  }

  .text-testimonials {
    font-size: 18px;
    line-height: 26px;
  }

  .image-16 {
    max-width: 20%;
  }

  .form {
    padding: 20px 15px 15px;
  }

  .form-block {
    min-width: auto;
  }

  .section-form {
    flex: 0 auto;
    padding-bottom: 0;
  }

  .block-testimonials-1 {
    margin-bottom: 15px;
    padding: 15px;
  }

  .block-testimonials-4 {
    min-height: 100px;
    max-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-testimonials-3 {
    min-height: 100px;
    max-height: 100px;
    padding: 15px;
  }

  .block-testimonials-2 {
    padding: 15px;
  }

  .text-span {
    line-height: 20px;
  }

  .container-title-vantaggi {
    text-align: center;
    justify-content: center;
  }

  .heading-section-cta {
    font-size: 26px;
    line-height: 32px;
  }

  .column-img-hero-features {
    display: none;
  }

  .logo-niuma {
    width: 200px;
  }

  .niuma-logo {
    max-width: 70px;
  }

  .nav-menu-2 {
    display: block;
  }

  .icon-2 {
    color: var(--primary-900);
  }

  .heading-section-home {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .patrocinio {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .loghi-patrocinio {
    padding: 20px;
    top: -50px;
  }

  .title-section {
    justify-content: center;
    align-self: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .columns-4 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .div-block-9 {
    min-width: 200px;
    margin-left: 0;
    padding: 20px 15px 15px;
  }

  .image-20 {
    min-width: 250px;
    max-width: 100%;
  }

  .text-block-4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .colums-block-benefici {
    flex-direction: column;
    align-self: center;
    padding: 20px 15px;
  }

  .img-benefici-1 {
    max-width: 70px;
  }

  .column-13 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .title-card {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .column-14 {
    align-self: flex-start;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .img-benefici-2 {
    max-width: 90px;
  }

  .img-benefici-3 {
    max-width: 100px;
  }

  .img-benefici-4 {
    max-width: 90px;
  }

  .colums-block-lo-sapevi-che {
    padding: 20px;
  }

  .text-card-2 {
    margin-right: 0;
    line-height: 26px;
  }

  .button-lo-sapevi-che {
    display: none;
  }

  .column-dx-lo-sapevi-che {
    padding-left: 0;
    padding-right: 0;
  }

  .img-reference-solo-logo {
    max-width: 130px;
    margin-right: 0;
  }

  .div-block-img-reference-solo-logo {
    align-self: center;
  }

  .block-referemces-solo-logo {
    min-height: 100px;
    max-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-testimonials-team-system {
    align-self: stretch;
    align-items: center;
    min-height: 100px;
    max-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ntt-data-refernce {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .text-button-form {
    font-size: 22px;
    line-height: 30px;
  }

  .logo-teamsystem {
    flex: 1;
    max-width: 140px;
    margin-right: 0;
  }

  .logo-cesi {
    max-width: 120px;
    margin-right: 0;
  }

  .column-15 {
    flex: 0 auto;
    justify-content: center;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-benefici {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .typed-js_component.title-landing {
    margin-top: 0;
  }

  .typedjs-simple.heading-small {
    font-size: 36px;
    line-height: 44px;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img-2 {
    width: 100px;
  }

  .logo_component-slider-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 2000px;
    overflow: hidden;
  }

  .logo-slider-img-3 {
    width: 100px;
  }

  .section-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-4 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-feature-flow {
    width: auto;
  }

  .button-volpi {
    display: flex;
  }

  .text-numbers {
    line-height: 26px;
  }

  .numbers {
    margin-right: 0;
    line-height: 26px;
  }

  .div-block-numbers {
    width: 160px;
    margin-bottom: 40px;
  }

  .div-block-14 {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: 80px;
  }

  .div-arrow, .button-navbar {
    display: none;
  }

  .checkbox-field-2 {
    margin-bottom: 15px;
  }

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

  .h1 {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    display: none;
  }

  .h3 {
    max-width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  .link-navbar-simple {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .link-navbar-simple.w--current {
    color: var(--secondary);
    border-bottom-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    bottom: auto;
  }

  .heading-sections {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .h2 {
    font-size: 20px;
    font-weight: 500;
  }

  .nav-menu-3 {
    display: inline-flex;
  }

  .cta-hero {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-21 {
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
  }

  .grid-section-heading {
    max-width: 100%;
    padding: 40px 20px 20px;
  }

  .grid-onboarding {
    grid-template-rows: 250px auto auto auto auto;
    max-width: 90vw;
  }

  .container-regular-2 {
    flex: 1;
  }

  .footer-section-2 {
    padding: 40px 20px 20px;
  }

  .container-regular-3 {
    flex: 1;
  }

  .footer-text-3 {
    margin-top: 30px;
  }

  .footer-section-3 {
    min-height: 20vh;
    padding: 40px 20px;
  }

  .section-5---form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-cta {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-simple-commhub {
    padding: 20px;
  }

  .heading-card-simple {
    font-size: 20px;
  }

  .text-card-simple {
    padding-top: 10px;
    font-size: 16px;
  }

  .grid-simple {
    min-width: 90vw;
    max-width: 90vw;
  }

  .section-2---onboarding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-simple-onboarding {
    padding: 20px;
  }

  .grid-comhub {
    max-width: 90vw;
  }

  .div-block-button-hero {
    margin-bottom: 40px;
  }

  .image-33 {
    max-width: 110px;
  }

  .button-section {
    text-align: center;
    flex: 1;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-card-onboarding {
    font-size: 20px;
    line-height: 30px;
  }

  .button-form {
    text-align: left;
    margin-right: 0;
  }

  .text-form {
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .banner {
    font-size: 15px;
  }

  .banner-content-wrapper {
    flex-direction: column;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .background-video-3 {
    max-height: 250px;
  }

  .card-simple-onboarding-first {
    padding: 20px;
  }

  .text-button-section {
    text-align: center;
    flex: 1;
    font-size: 16px;
  }

  .inciso-text-onboarding {
    font-size: 34px;
    line-height: 42px;
  }

  .section-3---indicizzazione {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-button-section-header {
    text-align: center;
    justify-content: space-around;
    margin-top: 20px;
  }

  .card-simple-knowledge {
    padding: 20px;
  }

  .grid-knowledge-chat {
    grid-template-rows: 250px auto auto auto auto;
    max-width: 90vw;
  }

  .text-span-10 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-form {
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px;
  }

  .powered-by-niuma {
    flex: none;
    max-width: 120px;
    top: 25px;
  }

  .div-block-26 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-hero-mobile {
    min-width: 80vw;
    min-height: 200px;
  }

  .form-3 {
    text-align: left;
  }

  .container-disclaimer {
    min-width: 90vw;
    max-width: 90vw;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .container-thankyou-page {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-thankyou-page {
    padding-right: 0;
  }

  .section-thankyoupage {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-3 {
    display: block;
  }

  .section-4---supply-ai {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-block-7 {
    align-items: flex-start;
  }

  .background-video-index {
    max-height: 250px;
  }

  .div-block-mockup {
    object-fit: fill;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-prodotto {
    min-width: 90px;
  }

  .nav-menu-4 {
    margin-right: 10px;
  }

  .grid-ascolto {
    grid-template-rows: auto auto auto auto;
    height: 150vh;
  }

  .div-block-text-ascolto {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-button-body {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section-4---funzionalita {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .accordion-item {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-top-wrapper {
    grid-template-columns: 1fr .5fr;
  }

  .div-block-text-funzionalita {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-dettagli-funzionalita {
    max-width: 100vw;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .section-5---integrazioni {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-text-integrazioni {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: minmax(80px, 80px) auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .footer-text-body {
    margin-top: 0;
    display: none;
  }

  .div-block-27 {
    margin: 20px 0 0;
    padding-top: 0;
    position: relative;
  }

  .footer-text-body2 {
    display: none;
  }

  .logo-gruppo {
    margin-bottom: 40px;
  }

  .preloader {
    display: none;
  }

  .h-preload {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .mockup-mobile {
    opacity: .5;
    object-position: 35% 50%;
  }

  .h1-mobile {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    display: block;
  }

  .grid-footer-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: minmax(80px, 80px) auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .div-social {
    margin: 0;
    padding-top: 0;
    display: none;
    position: relative;
  }

  .h-ai {
    max-width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  .loghi-integrazioni-wapp {
    width: 100px;
  }
}

#w-node-faf234c1-fc35-3822-833e-969aa64f3528-c8d8d59c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-faf234c1-fc35-3822-833e-969aa64f3529-c8d8d59c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-df4b2565-bad6-9d01-a7db-e84516fee823-c8d8d59c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-_10336c7d-8f56-6779-4307-f2269494b226-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9cf749ea-a941-2d3d-1c94-4a372fe3f94d-c8d8d59c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#w-node-_9cf749ea-a941-2d3d-1c94-4a372fe3f94e-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ddfbf1-d413-b778-39c4-3dee5d2947ff-c8d8d59c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: auto;
}

#w-node-_19ddfbf1-d413-b778-39c4-3dee5d294800-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ce8508e-cc1c-08d5-9062-f4a719d375a0-c8d8d59c {
  place-self: center;
}

#w-node-d14e5b1d-5a05-2ea4-9da5-f83e335fd49c-c8d8d59c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b22015d7-c600-8f4e-528e-7faa4338f476-c8d8d59c {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-cef2a141-5689-b5c1-03fd-625bee5e0f4e-c8d8d59c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_95a0b88c-0550-f5f9-248b-b57f66525b8f-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_95a0b88c-0550-f5f9-248b-b57f66525b93-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69ef0b45-b4c2-ce53-4907-ce7e36ae2f6a-c8d8d59c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6f2931e7-cdec-aa5d-7fbb-f3bcd81ed6c9-c8d8d59c {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-c5d7f86f-af05-8661-20eb-b14022897059-c8d8d59c {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-c3487032-7eb2-3165-56ab-d203da27e922-c8d8d59c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4cb47b03-30a4-6c12-d82a-74c28591d826-c8d8d59c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_485f65e4-c475-3786-7e43-4c4a2b480928-c8d8d59c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb731b-c8d8d59c {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb731f-c8d8d59c {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb7322-c8d8d59c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb7332-c8d8d59c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb7336-c8d8d59c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb733c-c8d8d59c {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: stretch;
}

#w-node-_117de116-9f06-de90-c26d-df2906eb7344-c8d8d59c, #w-node-d7a0af74-dced-ba56-4a1a-d3174ed348af-c8d8d59c {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start;
}

#w-node-_2098191f-a634-57c1-1954-3da84a851c34-4a851c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2098191f-a634-57c1-1954-3da84a851c38-4a851c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-fb2e32bd-f850-fb73-f868-ad15107445b8-c8d8d5a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb2e32bd-f850-fb73-f868-ad15107445ba-c8d8d5a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_28796561-8847-ee39-550a-559ba99d168a-c8d8d5a2 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_28796561-8847-ee39-550a-559ba99d168e-c8d8d5a2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_28796561-8847-ee39-550a-559ba99d1691-c8d8d5a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16a1-c8d8d5a2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16a5-c8d8d5a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16ac-c8d8d5a2 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16b0-c8d8d5a2 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16b3-c8d8d5a2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16c3-c8d8d5a2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16c7-c8d8d5a2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16cd-c8d8d5a2 {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: stretch;
}

#w-node-_28796561-8847-ee39-550a-559ba99d16d5-c8d8d5a2, #w-node-_28796561-8847-ee39-550a-559ba99d16e4-c8d8d5a2 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start;
}

#w-node-_2180d608-d1c3-be81-3342-84a4d2d8fe79-c8d8d5a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2180d608-d1c3-be81-3342-84a4d2d8fe7b-c8d8d5a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01eb8987-0a4a-750f-5091-1a98973b4cbc-c8d8d5a4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03975-c8d8d5a4 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03979-c8d8d5a4 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0397c-c8d8d5a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0398c-c8d8d5a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03990-c8d8d5a4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03997-c8d8d5a4 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0399b-c8d8d5a4 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0399e-c8d8d5a4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039ae-c8d8d5a4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039b2-c8d8d5a4 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039b8-c8d8d5a4 {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: stretch;
}

#w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039c0-c8d8d5a4, #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039cf-c8d8d5a4 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start;
}

#w-node-_8b4bb1a1-2236-8c8f-8b91-31d5a6d1ea1b-c8d8d5a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8b4bb1a1-2236-8c8f-8b91-31d5a6d1ea1d-c8d8d5a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01eb8987-0a4a-750f-5091-1a98973b4cbc-c8d8d5a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e10-c8d8d5a8 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e14-c8d8d5a8 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e17-c8d8d5a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e27-c8d8d5a8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e2b-c8d8d5a8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e32-c8d8d5a8 {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e36-c8d8d5a8 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e39-c8d8d5a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e49-c8d8d5a8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e4d-c8d8d5a8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e53-c8d8d5a8 {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: stretch;
}

#w-node-_53052886-f51f-3943-4c3c-d31e16a87e5b-c8d8d5a8, #w-node-_53052886-f51f-3943-4c3c-d31e16a87e6a-c8d8d5a8 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start;
}

#w-node-a3cab52f-6366-0dd0-8b33-64841808dad9-c8d8d5aa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3cab52f-6366-0dd0-8b33-64841808dadb-c8d8d5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01eb8987-0a4a-750f-5091-1a98973b4cbc-c8d8d5aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caaf6-c8d8d5aa {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caafa-c8d8d5aa {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caafd-c8d8d5aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab0d-c8d8d5aa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab11-c8d8d5aa {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab18-c8d8d5aa {
  grid-area: 1 / 1 / 4 / 2;
  align-self: start;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab1c-c8d8d5aa {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab1f-c8d8d5aa {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab2f-c8d8d5aa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab33-c8d8d5aa {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab39-c8d8d5aa {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: stretch;
}

#w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab41-c8d8d5aa, #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab50-c8d8d5aa {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start;
}

#w-node-_6058231e8140675366f5c23f000000000014-c8d8d5ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_9ce8508e-cc1c-08d5-9062-f4a719d375a0-c8d8d59c {
    place-self: center;
  }

  #w-node-b22015d7-c600-8f4e-528e-7faa4338f476-c8d8d59c {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-c5d7f86f-af05-8661-20eb-b14022897059-c8d8d59c, #w-node-_117de116-9f06-de90-c26d-df2906eb731f-c8d8d59c, #w-node-_28796561-8847-ee39-550a-559ba99d168e-c8d8d5a2, #w-node-_28796561-8847-ee39-550a-559ba99d16b0-c8d8d5a2, #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03979-c8d8d5a4, #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0399b-c8d8d5a4, #w-node-_53052886-f51f-3943-4c3c-d31e16a87e14-c8d8d5a8, #w-node-_53052886-f51f-3943-4c3c-d31e16a87e36-c8d8d5a8, #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caafa-c8d8d5aa, #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab1c-c8d8d5aa {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9ce8508e-cc1c-08d5-9062-f4a719d375a0-c8d8d59c {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df4b2565-bad6-9d01-a7db-e84516fee823-c8d8d59c, #w-node-_9cf749ea-a941-2d3d-1c94-4a372fe3f94d-c8d8d59c, #w-node-_19ddfbf1-d413-b778-39c4-3dee5d2947ff-c8d8d59c {
    grid-column: 2 / 3;
  }

  #w-node-_95a0b88c-0550-f5f9-248b-b57f66525b8f-c8d8d59c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_69ef0b45-b4c2-ce53-4907-ce7e36ae2f6a-c8d8d59c {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-df4b2565-bad6-9d01-a7db-e84516fee823-c8d8d59c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9cf749ea-a941-2d3d-1c94-4a372fe3f94d-c8d8d59c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_19ddfbf1-d413-b778-39c4-3dee5d2947ff-c8d8d59c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9ce8508e-cc1c-08d5-9062-f4a719d375a0-c8d8d59c {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ce8508e-cc1c-08d5-9062-f4a719d375a0-c8d8d59c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d14e5b1d-5a05-2ea4-9da5-f83e335fd49c-c8d8d59c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b22015d7-c600-8f4e-528e-7faa4338f476-c8d8d59c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cef2a141-5689-b5c1-03fd-625bee5e0f4e-c8d8d59c {
    grid-row: 4 / 5;
  }

  #w-node-_6f2931e7-cdec-aa5d-7fbb-f3bcd81ed6c9-c8d8d59c {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-c5d7f86f-af05-8661-20eb-b14022897059-c8d8d59c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-c3487032-7eb2-3165-56ab-d203da27e922-c8d8d59c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4cb47b03-30a4-6c12-d82a-74c28591d826-c8d8d59c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_485f65e4-c475-3786-7e43-4c4a2b480928-c8d8d59c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb731b-c8d8d59c {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb731f-c8d8d59c {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb7322-c8d8d59c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb7332-c8d8d59c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb7336-c8d8d59c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_117de116-9f06-de90-c26d-df2906eb733c-c8d8d59c {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-_2098191f-a634-57c1-1954-3da84a851c34-4a851c32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2098191f-a634-57c1-1954-3da84a851c38-4a851c32 {
    grid-column: span 1 / span 1;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d168a-c8d8d5a2 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d168e-c8d8d5a2 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d1691-c8d8d5a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16a1-c8d8d5a2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16a5-c8d8d5a2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16ac-c8d8d5a2 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16b0-c8d8d5a2 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16b3-c8d8d5a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16c3-c8d8d5a2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16c7-c8d8d5a2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_28796561-8847-ee39-550a-559ba99d16cd-c8d8d5a2 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03975-c8d8d5a4 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03979-c8d8d5a4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0397c-c8d8d5a4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0398c-c8d8d5a4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03990-c8d8d5a4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a03997-c8d8d5a4 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0399b-c8d8d5a4 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a0399e-c8d8d5a4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039ae-c8d8d5a4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039b2-c8d8d5a4 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ef1f44e6-dbcb-190c-3353-0ee6d5a039b8-c8d8d5a4 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e10-c8d8d5a8 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e14-c8d8d5a8 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e17-c8d8d5a8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e27-c8d8d5a8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e2b-c8d8d5a8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e32-c8d8d5a8 {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e36-c8d8d5a8 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e39-c8d8d5a8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e49-c8d8d5a8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e4d-c8d8d5a8 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_53052886-f51f-3943-4c3c-d31e16a87e53-c8d8d5a8 {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caaf6-c8d8d5aa {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caafa-c8d8d5aa {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2caafd-c8d8d5aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab0d-c8d8d5aa {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab11-c8d8d5aa {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab18-c8d8d5aa {
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab1c-c8d8d5aa {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab1f-c8d8d5aa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab2f-c8d8d5aa {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab33-c8d8d5aa {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ec1b9e16-6297-defe-1cfc-f7b42b2cab39-c8d8d5aa {
    grid-area: 6 / 1 / 7 / 2;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}