@font-face {
  font-family: Ftkunstgroteskunlicensedtrial;
  src: url('../fonts/FTKunstGroteskUnlicensedTrial-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Black.otf') format("opentype"), url('../fonts/Geist-UltraBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-1: #b7b5b0;
  --grey-3: #7a6c6e;
  --blu: #1739ff;
  --black: black;
  --white: white;
  --grey-2: #959185;
}

body {
  color: #333;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.cursore {
  z-index: 99;
  position: relative;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 3em;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  width: 100%;
  height: .5em;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 3.5em;
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -.25em;
  padding-bottom: .25em;
  position: absolute;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 100;
  color: #fff;
  width: 100%;
  height: 100svh;
  max-height: 100svh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: .2;
}

.loader__logo-img {
  width: 100%;
  display: none;
}

.custom-code {
  display: none;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom.is-white {
  color: red;
}

.prova {
  background-color: var(--grey-1);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero_section {
  background-image: url('../images/bg_hero.jpg');
  background-size: cover;
}

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

.page-padding {
  padding: 6rem 1.5%;
}

.page-padding.is-hero {
  padding-top: 12rem;
  padding-right: 0%;
}

.page-padding.is-soluzione {
  padding-top: 10rem;
}

.page-padding.is-photo {
  padding-top: 3rem;
}

.page-padding.is-cta {
  padding-bottom: 12rem;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.nav {
  justify-content: space-between;
  width: 100%;
  padding: 10px 1.5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.square {
  background-color: #000;
  width: 10px;
  height: 10px;
}

.square.is-green {
  background-color: #1fc16b;
}

.square.is-red {
  background-color: #df1c41;
}

.capital {
  text-transform: uppercase;
}

.cta-fliker {
  flex-flow: column;
  display: flex;
}

.fliker-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.hero_layout {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-left_header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading-1 {
  letter-spacing: -.03em;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 5.3rem;
  font-weight: 500;
  line-height: .9;
}

.heading-2 {
  letter-spacing: -.05em;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 3.63rem;
  font-weight: 500;
  line-height: 1;
}

.text-xl {
  letter-spacing: -.01em;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.text-l {
  letter-spacing: -.01em;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-m-bold {
  letter-spacing: -.01em;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-m-bold.is-hero {
  font-size: 1.7rem;
  line-height: 1.2;
}

.text-m {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-m.text-color-secondary {
  font-size: 1.1rem;
}

.text-m.is-cta {
  color: #ffffffb3;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-s {
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.text-color-grey3 {
  color: var(--grey-3);
}

.hero_footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-footer_iten {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlight-text-h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.highlight-text-h.heading-2 {
  color: #000;
  font-size: 4.3rem;
  line-height: .9;
}

.funzioni_section {
  position: relative;
  overflow: hidden;
}

.funzioni_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.funzioni_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.funzioni_item.is-2 {
  padding-top: 12.5rem;
}

.funzioni_item.id-3 {
  padding-top: 25rem;
}

.funzioni_text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-color-secondary {
  color: #757070;
}

.shutter-scroll__section {
  color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shutter-scroll__bg {
  z-index: 0;
  color: #000;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.shutter-scroll__bg-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shutter-scroll__content {
  z-index: 1;
  position: relative;
}

.shutter-scroll__h {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .95;
}

.shutter-scroll-transition {
  z-index: 10;
  pointer-events: none;
  color: red;
  background-color: red;
  position: absolute;
  inset: auto 0% 0%;
}

.shutter-scroll__bg-2 {
  z-index: 0;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.soluzione_section {
  background-color: #f2f1ed;
}

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

.problema {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left: 1px solid #0003;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.problema_header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.problema_intro {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.line-divider {
  z-index: 1;
  background-color: #29292966;
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto 0% 0%;
}

.soluzione {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left: 1px solid #0003;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.full-photo {
  background-color: #f2f1ed;
}

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

.vs_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  width: 50rem;
  display: flex;
}

.comparison-header__col {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  text-align: center;
  min-width: 0;
  max-width: calc(100% / var(--columns-in-view));
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.comparison-header__name {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.comparison-header__name.is-label {
  display: none;
}

.comparison-row__label {
  opacity: .6;
  margin-bottom: 0;
  font-size: .9375em;
  line-height: 1;
}

.comparison-row__label.text-m {
  text-align: left;
  font-size: 1.1rem;
}

.comparison-row__cells {
  flex: var(--columns-in-view);
  max-width: calc(var(--columns-in-view) * 100% / (var(--columns-in-view)  + 1));
  display: flex;
}

.comparison-row__h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.comparison-row__h.text-m-bold {
  font-size: 1.1rem;
}

.comparison-header__list {
  display: flex;
}

.comparison-header__meta {
  opacity: .6;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.comparison-row__icon {
  aspect-ratio: 1;
  color: #635bff;
  width: 1.125em;
}

.comparison-body {
  display: none;
}

.comparison-header__inner {
  flex: var(--columns-in-view);
  min-width: 0;
  max-width: calc(var(--columns-in-view) * 100% / (var(--columns-in-view)  + 1));
}

.comparison-row__name {
  max-width: calc(100% / (var(--columns-in-view)  + 1));
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.comparison-header {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #e3e8ee;
  display: flex;
  position: sticky;
  top: 0;
}

.comparison-wrap {
  width: 100%;
  margin-top: 4rem;
  position: relative;
}

.comparison-header__corner {
  min-width: 0;
  max-width: calc(100% / (var(--columns-in-view)  + 1));
  flex: 1;
}

.comparison-row {
  border-bottom: 1px solid #e3e8ee;
  display: flex;
}

.comparison-row__cell {
  text-align: center;
  min-width: 0;
  max-width: calc(100% / var(--columns-in-view));
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5em 1em 1.5em 0;
  display: flex;
}

.comparison-row__pill {
  color: #635bff;
  background-color: #eef2ff;
  border-radius: 100em;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5em .75em;
  font-size: .75em;
  line-height: 1;
  position: relative;
}

.step_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  width: 50rem;
  display: flex;
}

.step_grid {
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.step-grid_left {
  object-fit: cover;
  width: 100%;
  min-width: 0;
}

.step-video {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.step-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 1;
  border-left: 1px #0003;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  padding-top: 12px;
  padding-left: 0;
  display: flex;
}

.step-text.is-line {
  border: 1px solid #000;
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.step-text.is-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left-style: none;
  border-right: 1px #0003;
  padding-left: 7rem;
  padding-right: 0;
}

.step-grid_container {
  width: 80rem;
}

.line-absolute {
  background-color: #0003;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.cta_section {
  background-image: url('../images/img-full.png');
  background-position: 50% 0;
  background-size: cover;
}

.cta_layout {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25rem;
  display: flex;
}

.cta_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  width: 50rem;
  display: flex;
}

.btn-slanted {
  background-color: var(--black);
  color: #fff;
  border-radius: .125em;
  margin-top: 12px;
  padding: .75rem 1.31rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-slanted.secondary {
  background-color: #e6e5e0;
}

.btn-slanted.is-navbar {
  margin-top: 0;
  padding: .5rem .7rem;
}

.btn-slanted-label__wrap {
  z-index: 1;
  place-items: center;
  display: grid;
  position: relative;
}

.btn-slanted-label {
  font-size: 1rem;
}

.btn-slanted-label.secondary {
  color: #26251e;
}

.btn-slanted-label.navbar {
  font-size: .9rem;
}

.btn-slanted-bg {
  z-index: 0;
  transform-origin: 50% 0;
  border-radius: inherit;
  background-color: #9c998f;
  width: 120%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0;
  transform: rotate(-30deg)translate(0%, 200%);
}

.btn-slanted-bg.secondary {
  background-color: #9c998f;
  right: -22px;
}

.cta_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta-grid_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta-img {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
  display: none;
}

.cta-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  color: #000;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: 2.5em;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-header__nav-a {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-header__logo {
  width: 15em;
}

.demo-eyebrow {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: inherit;
  font-family: Ftkunstgroteskunlicensedtrial, Arial, sans-serif;
  font-size: 2.4em;
  line-height: 1;
  text-decoration: none;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.demo-header__h1 {
  letter-spacing: -.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  padding-left: calc(33.3333% + .833333em);
  display: flex;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.demo-main {
  overflow: clip;
}

.footer-wrap {
  position: relative;
  overflow: hidden;
}

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.n-page-padding {
  padding: 6rem 10%;
}

.n-page-padding.is-hero {
  padding-top: 14rem;
  padding-bottom: 3rem;
}

.n-page-padding.is-soluzione {
  padding-top: 10rem;
}

.n-page-padding.is-photo {
  padding-top: 3rem;
}

.n-page-padding.is-cta {
  padding-bottom: 12rem;
}

.n-page-padding.is-loghi, .n-page-padding.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.n-page-padding.azione {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.n-page-padding.close {
  padding-top: 0;
  padding-bottom: 0;
}

.n-page-padding.footer {
  padding-bottom: 2rem;
}

.n-page-main {
  background-color: #f7f7f4;
}

.n-navbar {
  z-index: 99;
  background-color: #f7f7f4;
  border-bottom: 1px solid #e1e0da;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.n-hero_header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46rem;
  display: flex;
}

.h1 {
  color: #0e0e0e;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.navbar-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-highlight {
  color: #959185;
}

.n-hero_layout {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.hero_video {
  background-image: url('../images/Main-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 8%;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

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

.logo_item {
  background-color: #f2f1ed;
  justify-content: center;
  align-items: center;
  height: 100px;
  min-height: 100px;
  display: flex;
}

.titolo-sezione {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.passaggi_layout {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.passaggi_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  display: flex;
}

.passaggi_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.passaggi_content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.card-p {
  color: #3339;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 24px;
}

.azione_layout {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.azione-tab {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4f3f0;
  border: 1px solid #e4e4e4;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.azione-tab.w--current {
  background-color: #eceae4;
}

.azione-menu {
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  display: flex;
}

.azione-content {
  background-color: #eceae4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.azione-tb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .79fr;
  grid-auto-columns: 1.25fr;
  display: grid;
}

.content {
  background-color: #eceae4;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.tab-header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-title {
  font-size: 16px;
}

.tab-title.is-label {
  text-transform: uppercase;
  font-weight: 500;
}

.tab-title.is-success {
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 500;
}

.text-tab {
  color: #3339;
  font-size: 15px;
  line-height: 24px;
}

.video-print {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ecosistema_layout {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  display: flex;
}

.ecosistema-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ecosistema-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.ecosistema-img {
  width: 48px;
}

.ecosistema-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.ecosistema-card-title {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ecosistem-p {
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.close_section {
  background-color: #e2e2d8;
}

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

.close-img {
  width: 100%;
}

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

.close-title {
  letter-spacing: -.01em;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.button-row {
  margin-top: 12px;
  display: block;
}

.footers {
  padding-top: 80px;
}

.footers_img {
  width: 100%;
}

.navbar-link {
  transition: all .3s;
}

.navbar-link:hover {
  color: #8b8b8b;
}

.navbar-link.w--current {
  color: var(--blu);
  text-decoration: none;
}

.accordion {
  background-color: #f7f7f4;
  transition: all .3s;
}

.accordion:hover {
  color: #8b8b8b;
}

.drawer_text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.drawer_text.is-problema {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.btn-slanted-2 {
  color: #35462d;
  text-transform: uppercase;
  background-color: #ffacf2;
  border-radius: .125em;
  padding: 1em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.drawer_navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.capital-2 {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Geist, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.drawer-vs {
  z-index: 2147483647;
  background-color: var(--white);
  border-left: 1px solid #e1e0da;
  width: 35rem;
  height: 100svh;
  padding: 24px;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: scroll;
}

.drawer-vs.is-open {
  width: 45rem;
}

.drawer-text {
  font-size: 1.1rem;
  line-height: 1.2;
}

.heading-3 {
  letter-spacing: -.04em;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .88;
}

.drawer_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.drawer_close {
  background-color: #e2e2e200;
  padding: 12px;
  text-decoration: none;
  transition: all .3s;
}

.drawer_close:hover {
  background-color: #e4e4e0;
}

.btn-slanted-bg-2 {
  z-index: 0;
  transform-origin: 50% 0;
  border-radius: inherit;
  background-color: #fff;
  width: 120%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0;
  transform: rotate(-30deg)translate(0%, 200%);
}

.drawer-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.titolo-drawer {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

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

.problem-testata {
  border-bottom: 1px solid #0000001a;
  padding: 8px;
}

.testata-text {
  font-size: 12px;
  font-weight: 500;
}

.testata-text.is-blu {
  color: var(--blu);
}

.problema-item {
  border-bottom: 1px solid #0000001a;
  padding: 14px 8px;
}

.problema-item-text {
  font-size: 13px;
  font-weight: 500;
}

.problema-item-text.is-contro {
  color: #616161;
  font-weight: 400;
}

.menu-icon, .icon-embed-custom-2, .icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.drawer-problema {
  z-index: 2147483647;
  background-color: #fff;
  border-left: 1px solid #e1e0da;
  width: 35rem;
  height: 100svh;
  padding: 24px;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: scroll;
}

.drawer-problema.is-open {
  width: 45rem;
}

.problem_layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.problem_1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.problem-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.drawer-sovraign {
  z-index: 2147483647;
  background-color: var(--white);
  width: 35rem;
  height: 100svh;
  padding: 24px;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: scroll;
}

.drawer-sovraign.is-open {
  width: 45rem;
}

.line {
  background-color: #cfcfcf;
  height: 1px;
}

.footers_structure {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.footers-logo {
  width: 12.5rem;
}

.footers-detail {
  color: #a1a1a1;
}

.footers_details {
  justify-content: space-between;
  display: flex;
}

.footers-detail-group {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  display: flex;
}

.footers-address span {
  display: inline;
}

.logo-svg {
  display: none;
}

.dropdown:hover {
  color: #8b8b8b;
}

.bg-video {
  z-index: 2;
  aspect-ratio: 16 / 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.video-bg {
  z-index: 1;
  aspect-ratio: 16 / 10;
  width: 100%;
  height: auto;
}

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

.content-inside.mobile {
  display: none;
}

.main-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video-mobile {
  display: none;
}

.video-contaienr {
  aspect-ratio: 16 / 10;
  width: 100%;
  height: 100%;
}

.icon-embed-custom-4, .icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footers_details {
    flex-flow: column;
    grid-row-gap: 24px;
    justify-content: flex-start;
  }

  .footers-detail-group {
    flex-flow: column;
  }

  .footers-detail[style] {
    text-align: left !important;
  }

  .footers-address span {
    display: block;
  }

  .page-padding.is-hero {
    padding-top: 8rem;
    padding-right: 1.5%;
  }

  .page-padding.is-soluzione {
    padding-top: 6rem;
  }

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

  .hero_left {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

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

  .text-xl {
    font-size: 1.5rem;
  }

  .text-l, .text-m-bold {
    font-size: 1.25rem;
  }

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

  .text-m.text-color-secondary {
    font-size: .9rem;
  }

  .img-100.is-hero {
    height: 600px;
  }

  .highlight-text-h.heading-2 {
    font-size: 3rem;
  }

  .soluzione_layout {
    flex-flow: row;
    display: flex;
  }

  .comparison-header__name.is-label, .comparison-body {
    display: none;
  }

  .step_header, .cta_header {
    width: 100%;
  }

  .btn-slanted.is-navbar {
    display: none;
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .n-page-padding {
    padding-left: 4%;
    padding-right: 4%;
  }

  .n-page-padding.is-hero {
    padding-top: 8rem;
  }

  .n-page-padding.is-soluzione {
    padding-top: 6rem;
  }

  .n-page-padding.close {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1 {
    font-size: 48px;
  }

  .loghi_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .passaggi_list {
    flex-flow: row;
  }

  .azione-tb {
    flex-flow: column;
    display: flex;
  }

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

  .close-layout {
    grid-template-columns: 1fr;
  }

  .capital-2 {
    font-size: 1.13rem;
  }

  .drawer-vs, .drawer-vs.is-open {
    width: 95%;
  }

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

  .menu {
    text-align: left;
    background-color: #f7f7f4;
  }

  .lottie {
    width: 64px;
    height: 64px;
    display: none;
  }

  .icon {
    display: none;
  }

  .menu-button {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .menu-icon {
    width: 2rem;
    height: 2rem;
  }

  .menu-icon5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #05141e;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #05141e;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #05141e;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .drawer-problema, .drawer-problema.is-open, .drawer-sovraign, .drawer-sovraign.is-open {
    width: 95%;
  }

  .main-bg-video {
    aspect-ratio: 16 / 10;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 3.44rem;
  }

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

  .text-xl {
    font-size: 1.25rem;
  }

  .text-l {
    font-size: 1.69rem;
  }

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

  .img-100.is-hero {
    height: auto;
  }

  .funzioni_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .funzioni_item.is-2, .funzioni_item.id-3 {
    padding-top: 0;
  }

  .shutter-scroll__h {
    font-size: 3.5em;
  }

  .soluzione_layout {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .vs_header {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .comparison-header__col {
    max-width: calc(100% / var(--columns-in-view));
  }

  .comparison-header__name {
    font-size: 1.125em;
    font-weight: 700;
  }

  .comparison-header__name.is-label {
    display: block;
  }

  .comparison-row__label.text-m {
    text-align: center;
  }

  .comparison-row__cells {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .comparison-row__h.text-m-bold {
    white-space: nowrap;
  }

  .comparison-header__list {
    display: none;
  }

  .comparison-body {
    display: block;
  }

  .comparison-header__inner {
    min-width: 100%;
    max-width: none;
  }

  .comparison-row__name {
    width: 100%;
    min-width: 100%;
    max-width: none;
    color: var(--blu);
    justify-content: center;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .comparison-header {
    min-width: 100%;
  }

  .comparison-header__corner {
    display: none;
  }

  .comparison-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .comparison-row__cell {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    max-width: calc(100% / var(--columns-in-view));
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .step_header {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .cta_header {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .n-page-padding {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .passaggi_list {
    flex-flow: row;
  }

  .capital-2 {
    font-size: 1rem;
  }

  .drawer-vs {
    width: 95%;
  }

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

  .problema-grid {
    display: none;
  }

  .menu {
    text-align: left;
    background-color: #f7f7f4;
  }

  .lottie {
    width: 64px;
    height: 64px;
  }

  .icon {
    display: none;
  }

  .drawer-problema, .drawer-sovraign {
    width: 95%;
  }

  .content-inside.mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-funzioni, .page-padding.is-photo, .page-padding.is-step {
    padding-top: 0;
  }

  .page-padding.is-cta {
    padding-bottom: 8rem;
  }

  .nav {
    position: absolute;
  }

  .capital {
    font-size: .9em;
  }

  .logo {
    width: 40%;
  }

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

  .text-m.text-color-secondary {
    font-size: 1rem;
  }

  .highlight-text-h.heading-2 {
    font-size: 2.5rem;
  }

  .full-photo_layout {
    aspect-ratio: 2 / 3;
  }

  .comparison-row__label.text-m {
    font-size: 1rem;
  }

  .comparison-row__name {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .comparison-row__cell {
    padding-top: 2em;
  }

  .step_header {
    width: 100%;
  }

  .step_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .step-text {
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .step-text.is-right {
    padding-left: 0;
  }

  .line-absolute {
    display: none;
  }

  .cta_section {
    background-image: url('../images/img-full.png');
    background-position: 50%;
    background-size: cover;
  }

  .cta_layout {
    padding-top: 8rem;
  }

  .btn-slanted-label {
    font-size: .9rem;
    font-weight: 500;
  }

  .cta_grid {
    flex-flow: column;
    padding-left: 0;
    padding-right: 4rem;
    display: flex;
  }

  .cta-img {
    display: none;
  }

  .n-page-padding {
    padding: 4rem 4%;
  }

  .n-page-padding.is-hero {
    padding-top: 12rem;
  }

  .n-page-padding.is-funzioni, .n-page-padding.is-photo, .n-page-padding.is-step {
    padding-top: 0;
  }

  .n-page-padding.is-cta {
    padding-bottom: 8rem;
  }

  .n-hero_header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1 {
    font-size: 42px;
  }

  .hero_video {
    aspect-ratio: 1;
    padding: 8px;
  }

  .loghi_layout {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logo_item {
    padding-left: 12%;
    padding-right: 12%;
  }

  .titolo-sezione {
    font-size: 29px;
  }

  .passaggi_list {
    flex-flow: column;
  }

  .h3 {
    font-size: 1.3rem;
  }

  .azione-tab {
    padding: 16px;
  }

  .content {
    padding: 0;
  }

  .text-tab {
    display: none;
  }

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

  .ecosistema-card {
    border-right-style: none;
    padding-left: 0;
  }

  .close-title {
    font-size: 32px;
    line-height: 1;
  }

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

  .drawer_content {
    text-align: left;
  }

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

  .titolo-drawer {
    text-align: left;
  }

  .titolo-drawer.is-center {
    text-align: center;
  }

  .problema-grid {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .video-bg {
    aspect-ratio: 1;
  }

  .content-inside.mobile {
    aspect-ratio: 1;
    display: block;
  }

  .content-inside.desktop {
    display: none;
  }

  .main-bg-video {
    aspect-ratio: 1;
    height: 100%;
    display: none;
  }

  .img-mobile {
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .video-mobile {
    z-index: 1;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
}

#w-node-db79c2dd-5a19-18d0-e5e3-c33b0a016b6a-0b90cd8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db79c2dd-5a19-18d0-e5e3-c33b0a016b74-0b90cd8a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}


@font-face {
  font-family: 'Ftkunstgroteskunlicensedtrial';
  src: url('../fonts/FTKunstGroteskUnlicensedTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.otf') format('opentype'), url('../fonts/Geist-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}