@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --_color---color-white-main: #e5e9f8;
  --_color---color-white-secondary: #d0d4e4;
  --_color---color-blu-main: #3b4d71;
  --font-family: Archivo, sans-serif;
  --_color---color-blu-secondary: #2a3554;
  --main: 1rem;
  --line-height: 1.5;
  --font-weight: 400;
  --letter-spacing: 0em;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a.w--current {
  text-decoration: none;
}

.body {
  background-color: #e5e9f8;
  background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
}

.div-content-hero {
  z-index: 2;
  height: 95vh;
  margin: 0;
  position: fixed;
  inset: auto 0% 0%;
}

.div-content-hero.detail {
  width: auto;
  height: 95vh;
  position: fixed;
  inset: auto 0% 0%;
}

.container {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  max-width: 1196px;
  height: 90vh;
  display: flex;
  position: relative;
}

.container.obiettivi {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
}

.container.animate {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  display: flex;
}

.container.animate.svr {
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container.info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  display: flex;
}

.container.home {
  width: 90%;
}

.container.destinatari {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100vh;
  display: flex;
}

.container.destinatari.tech {
  height: auto;
}

.text-block-3 {
  color: #e5e9f8;
  visibility: hidden;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.text-block-3.detail {
  color: var(--_color---color-white-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.text-block-4 {
  color: var(--_color---color-white-secondary);
  visibility: hidden;
  width: 31rem;
  font-family: Archivo, sans-serif;
  position: relative;
}

.text-block-4.detail {
  font-size: 16px;
  line-height: 24px;
}

.text-block-4.detail.hero {
  text-align: right;
  font-weight: 400;
}

.text-block-4.detail.text-glitch {
  width: auto;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.flex-block.detail {
  width: 50%;
}

.flex-block-3 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.flex-block-3.detail {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-lottie {
  z-index: 5;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: absolute;
  inset: -7% 0% 0%;
  overflow: hidden;
}

.div-lottie.detail {
  display: none;
}

.lottie-animation {
  z-index: 1;
  pointer-events: none;
  width: 90vw;
  height: 90vh;
  position: relative;
}

.svg-3 {
  width: 36px;
  height: 36px;
  position: static;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-end;
  margin-right: 120px;
  position: absolute;
  inset: 0%;
}

.div-icon-text-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-24px {
  width: 24px;
  height: 24px;
}

.text-block-7 {
  color: var(--_color---color-white-secondary);
  font-family: Archivo, sans-serif;
  font-weight: 700;
}

.text-block-7:hover {
  color: var(--_color---color-white-main);
}

.text-block-7.inverted {
  color: var(--_color---color-blu-main);
  font-weight: 700;
}

.flex-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e5e9f81a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
}

.flex-block-6.border {
  border: 1px solid var(--_color---color-blu-main);
}

.flex-block-6.border.white {
  border-color: var(--_color---color-white-main);
}

.flex-block-6.border.white.cta {
  z-index: 1;
  border-color: var(--_color---color-white-main);
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-block-6.border.white.cta:hover {
  border-color: var(--_color---color-white-main);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.nav-2 {
  cursor: pointer;
  display: none;
}

.div-video-container {
  z-index: 400;
  aspect-ratio: 1;
  pointer-events: none;
  width: 30vh;
  height: auto;
  position: relative;
}

.div-video-container._1 {
  aspect-ratio: 1;
  width: 30vh;
  height: auto;
  margin-right: 0;
}

.video-bg {
  z-index: 1;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
}

.div-gradient {
  z-index: 2;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
  -webkit-mask-image: linear-gradient(#0000 10%, #000 100%);
  mask-image: linear-gradient(#0000 10%, #000 100%);
}

.title {
  z-index: 3;
  color: #e5e9f8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
}

.subtitle-hero {
  z-index: 3;
  opacity: 0;
  color: #c4c4c4;
  font-family: Archivo, sans-serif;
  display: none;
  position: relative;
}

.div-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.svg-5 {
  float: left;
  height: 100%;
  margin-left: 0;
  position: relative;
  inset: 0%;
}

.div-decoration {
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-button {
  padding: 8px;
}

.intro-wrapper {
  z-index: 9999;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.intro-top {
  background-color: #aaa;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}

.intro-bottom {
  background-color: #aaa;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-text {
  color: #2e3552;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.fixed-container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 90vh;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.left-svg-wrapper {
  width: 48px;
  height: 100%;
  margin-left: 8rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.left-svg-wrapper._1 {
  height: 100vh;
  margin-left: 120px;
}

.right-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 8rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.svg-7 {
  height: 100%;
}

.section-mobile {
  display: none;
}

.div-video-container-hero {
  z-index: 2;
  width: auto;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section {
  z-index: 2;
  background-color: #e5e9f8;
  width: auto;
  height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.section.contenuti {
  height: 80vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.contenuti.cta {
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 35px;
  overflow: hidden;
}

.section.animate.tech {
  height: auto;
}

.div-obiettivi {
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.heading {
  color: var(--_color---color-blu-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading.white {
  color: #e5e9f8;
}

.heading.white.cta {
  z-index: 1;
  color: var(--_color---color-white-main);
  text-align: center;
  font-size: 72px;
  position: relative;
}

.heading.white.text-typewriter {
  color: var(--_color---color-white-main);
}

.heading.text-typewriter {
  overflow: hidden;
}

.description-text {
  font-family: var(--font-family);
  color: var(--_color---color-blu-secondary);
  font-size: var(--main);
  line-height: var(--line-height);
}

.div-obiettivi-foto-grande {
  width: 70%;
  height: 100%;
  position: relative;
}

.div-obiettivi-foto-grande.grid {
  height: auto;
}

.flex-obiettivi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 50%;
}

.div-obiettivi-foto-piccola {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  width: 40%;
  height: 100%;
  padding-right: 20px;
  position: relative;
}

.image-obiettivi {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-obiettivi.long {
  aspect-ratio: 2.39;
  object-position: 50% 100%;
  position: relative;
}

.text-overlay-image {
  z-index: 3;
  color: var(--_color---color-white-main);
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Archivo, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2rem;
  position: absolute;
  inset: auto 0% 0;
}

.text-overlay-image.technology {
  position: static;
}

.image-blur-overlay {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #3b4d7133;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to top, #000 0% 20%, #0000 80%);
  mask-image: linear-gradient(to top, #000 0% 20%, #0000 80%);
}

.image-blur-overlay.tech {
  -webkit-mask-image: linear-gradient(to top, #000 0% 15%, #0000 40%);
  mask-image: linear-gradient(to top, #000 0% 15%, #0000 40%);
}

.div-features {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div_feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-block-12 {
  color: var(--_color---color-blu-secondary);
  font-family: Archivo, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.text-block-12.svr-xr {
  margin-left: 30%;
}

.text-block-12.svr-xr.white {
  color: #c4c4c4;
}

.main-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
  height: auto;
}

.main-flex._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
}

.subtitle {
  color: #3b4d71;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.subtitle.white {
  color: #c4c4c4;
}

.subtitle.white.animate {
  color: #e5e9f8;
}

.subtitle.animate {
  color: var(--_color---color-blu-secondary);
}

.flex-title-subtitle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
}

.div-tabs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  height: 50%;
}

.heading-3 {
  color: var(--_color---color-blu-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 20px;
}

.heading-3.white {
  color: var(--_color---color-white-main);
}

.text-block-13 {
  color: var(--_color---color-white-secondary);
  font-family: Archivo, sans-serif;
  font-weight: 400;
}

.text-block-13.bold {
  color: var(--_color---color-white-main);
  font-weight: 700;
}

.list-item {
  color: var(--_color---color-white-main);
  font-family: Archivo, sans-serif;
}

.container-contenuti {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1388px;
  height: 100%;
  padding: 24px 48px;
  display: flex;
  position: relative;
}

.container-contenuti.cta {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: #e5e9f8;
  background-image: none;
  justify-content: center;
  align-items: center;
}

.flex-vertical-contenuti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical-contenuti.dx {
  border: 1px solid #e5e9f829;
  padding: 24px;
}

.text-block-14 {
  color: var(--_color---color-white-secondary);
  font-family: Archivo, sans-serif;
  text-decoration: none;
}

.text-block-14.bold {
  color: var(--_color---color-white-main);
  font-weight: 700;
}

.flex-contenuti {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
}

.badge-4 {
  z-index: 2;
  width: auto;
  height: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-title-download {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.heading-obiettivo {
  color: var(--_color---color-white-main);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.heading-obiettivo.inverse {
  color: var(--_color---color-blu-main);
}

.heading-obiettivo.technology {
  z-index: 3;
  aspect-ratio: auto;
  text-transform: uppercase;
  object-fit: fill;
  padding-left: 24px;
}

.obiettivo {
  grid-row-gap: 16px;
  background-image: linear-gradient(299deg, #536c9f, #3b4d71);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.obiettivo.inverse {
  background-image: none;
}

.obiettivo.tech {
  height: auto;
}

.image-obiettivo {
  width: 100px;
  height: auto;
}

.image-obiettivo.tech {
  height: 100px;
}

.text-block-15 {
  color: var(--_color---color-white-secondary);
  font-size: .9rem;
  line-height: 1.1rem;
}

.flex-obiettivi-svr-xr {
  justify-content: space-between;
}

.flex-obiettivi-svr-xr.tech {
  justify-content: space-between;
  align-items: stretch;
}

.tab1 {
  background-image: linear-gradient(296deg, #536c9f, #3b4d71);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  padding: 24px;
  transition: width .2s;
  display: flex;
  position: relative;
}

.tab1.inactive {
  cursor: pointer;
  background-image: none;
  border: 1px solid #3b4d7129;
  width: 30%;
}

.tab_image {
  mix-blend-mode: hard-light;
  height: 50%;
  transition: height .2s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.tab_image.inactive {
  opacity: .8;
  filter: grayscale();
  height: 30%;
  transform: scale(.8);
}

.tab2 {
  background-image: linear-gradient(296deg, #536c9f, #3b4d71);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding: 24px;
  transition: width .2s;
  display: flex;
  position: relative;
}

.tab2.inactive {
  cursor: pointer;
  background-image: none;
  border: 1px solid #3b4d7129;
  width: 30%;
}

.text_inactive {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  width: 75%;
}

.text_inactive._2 {
  opacity: 0;
  max-height: 0;
  display: none;
  overflow: hidden;
}

.heading_3_card {
  color: #3b4d71;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 20px;
}

.heading_3_card.white {
  color: var(--_color---color-white-main);
}

.heading_3_card._2 {
  z-index: 3;
  position: absolute;
  bottom: 0;
}

.div-image-text {
  align-items: center;
  height: auto;
  min-height: 240px;
  display: flex;
  position: relative;
}

.badge-7 {
  height: 100%;
  position: absolute;
  left: -10%;
}

.section-svr {
  z-index: 2;
  background-color: #e5e9f8;
  height: 100vh;
  position: relative;
}

.section-xr {
  z-index: 2;
  background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
  height: 100vh;
  position: relative;
}

.pinned-section-svr {
  z-index: 2;
  height: 400vh;
  display: block;
  position: relative;
}

.pinned-container {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.badge-8 {
  vertical-align: middle;
  object-fit: cover;
  object-position: left center;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 60vw;
  overflow: hidden;
  transform: translate(0, -50%);
}

.info-vr {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #3a4f7629;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  height: 100%;
  padding: 8px 16px 8px 0;
}

.info-vr._6 {
  border-bottom-color: #0000;
}

.flex-vertical-info {
  flex-flow: column;
  justify-content: space-between;
  height: 90%;
  position: relative;
}

.container-6 {
  width: 90%;
  max-width: 1196px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-light {
  z-index: 2;
  background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer-block-two {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-link-two {
  color: var(--_color---color-white-secondary);
  margin-top: 0;
  font-family: Archivo, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--_color---color-white-main);
  font-weight: 700;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--_color---color-white-secondary);
  font-family: Archivo, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.svg-8 {
  vertical-align: middle;
  width: auto;
}

.flex-block-22 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  justify-content: space-between;
  align-items: flex-start;
}

.text-block-17 {
  z-index: 1;
  color: var(--_color---color-white-secondary);
  text-align: center;
  width: 80vh;
  font-family: Archivo, sans-serif;
  position: relative;
}

.div-image-cta {
  background-image: url('../images/scuolavr-edu-1_1scuolavr-edu-1.avif');
  background-position: 50%;
  background-size: cover;
  width: 70%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.div-block-22 {
  mix-blend-mode: multiply;
  background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
  width: 100%;
  height: 100%;
}

.link-block {
  text-decoration: none;
}

.link-gotomtm-footer {
  width: 60%;
}

.llink-download {
  text-decoration: none;
  display: none;
}

.flex-center-spacearound {
  grid-row-gap: 1.5rem;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-container-hero {
  z-index: 1;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.div-container-hero.home {
  height: 90vh;
}

.flex-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
}

.badge-8-mobile {
  vertical-align: middle;
  object-fit: cover;
  object-position: left center;
  max-width: 100%;
  margin-top: 10vh;
  display: none;
  position: absolute;
  inset: 0 0 0 60vw;
  overflow: hidden;
}

.section-navbar {
  z-index: 2000;
  background-color: #0000;
  border-radius: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 1rem 0% auto;
  overflow: visible;
  transform: translate(0);
  box-shadow: 0 0 20px #0000001a, 0 6px 6px #0003;
}

.glass-effect {
  filter: url('../images/');
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.glass-tint {
  border-radius: inherit;
  background-color: #e5e9f866;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff80, inset 2px 2px 1px #ffffff4d;
}

.glass-filter {
  display: none;
}

.logo {
  color: var(--_color---color-blu-main);
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.nav-link {
  color: #3b4d71;
  text-transform: uppercase;
  padding: 1rem 0;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--_color---color-blu-main);
  font-weight: 700;
}

.nav-link.w--current:hover {
  font-weight: 700;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.div-button-navbar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.div-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.div-navigation.home {
  display: none;
}

.svg-outline {
  width: 32px;
  height: 32px;
}

.nav-bar {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.navbar-logo-left {
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.div-spacer-navbar {
  background-color: #fff;
  border-radius: 50px;
  width: 1px;
  height: 32px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-spacer-navbar.home {
  display: none;
}

.div-language {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_color---color-blu-main);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 8px;
}

.dropdown-language {
  z-index: 99999;
  background-color: #fff;
  border-radius: 10px;
  width: 91px;
  margin-top: .5rem;
  position: absolute;
  overflow: hidden;
}

.link-language {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.link-language:hover, .link-language:active, .link-language:focus {
  background-color: #e5e9f880;
}

.container-icon {
  flex: 1;
  height: 32px;
  position: static;
}

.svg-fill {
  width: 32px;
  height: 32px;
  position: absolute;
}

.link-block-5 {
  width: 40%;
  height: 8%;
  text-decoration: none;
}

.flex-center-center {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-center-center.tech {
  align-items: stretch;
  height: auto;
}

.flex-svr-xr-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.flex-left-spacearound {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.lottie-animation-2 {
  width: 1rem;
  height: 1rem;
}

.lottie-animation-2.inactive {
  position: relative;
}

.flex-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-icon-open-close {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-minus {
  width: 1.5rem;
}

.icon-minus.tab2-inactive {
  display: none;
}

.icon-plus {
  width: 1.5rem;
  position: absolute;
}

.icon-plus.tab2-inactive {
  display: block;
}

.icon-plus.hidden {
  display: none;
}

.link {
  color: #c4c4c4;
  text-decoration: none;
}

.link:hover {
  color: var(--_color---color-white-main);
  font-weight: 500;
}

.grid {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.flex-block-28 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  position: absolute;
}

.div-image-tech {
  display: flex;
}

.lottie-icon {
  height: 80px;
}

.footer-link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-content-hero {
    bottom: 5%;
  }

  .div-content-hero.detail {
    width: 100%;
    margin-bottom: 5%;
  }

  .container {
    justify-content: center;
    align-items: flex-end;
    max-width: 704px;
    height: 95vh;
  }

  .container.obiettivi {
    width: 100%;
    max-width: 704px;
    height: 100%;
  }

  .container.animate, .container.info {
    width: 100%;
    max-width: 704px;
  }

  .container.home {
    width: 100%;
  }

  .container.destinatari {
    width: 100%;
    max-width: 704px;
  }

  .text-block-3.detail {
    font-size: 1.5rem;
  }

  .text-block-4.detail {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block-4.detail.hero {
    text-align: left;
  }

  .flex-block.detail {
    width: 100%;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .flex-block-3.detail {
    grid-row-gap: 8px;
    flex-flow: row-reverse wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-lottie {
    height: 90vh;
    position: absolute;
  }

  .lottie-animation {
    height: 90vh;
  }

  .flex-block-6.border.white.cta {
    width: 100%;
    height: 100%;
  }

  .div-video-container, .div-video-container._1 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 50%;
    height: 25vh;
  }

  .menu-button {
    padding: 0 4px 0 0;
  }

  .section.contenuti {
    height: 100%;
  }

  .section.contenuti.cta {
    padding-bottom: 35px;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.2rem;
  }

  .heading.white.cta {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .description-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .flex-obiettivi {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-obiettivi-foto-piccola {
    height: auto;
  }

  .text-overlay-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: .8rem;
    line-height: 1.1rem;
    bottom: 0;
  }

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

  .div-features.tech {
    grid-template-columns: 1fr 1fr;
  }

  .div_feature {
    justify-content: center;
    align-items: flex-start;
  }

  .image-features {
    width: 50%;
  }

  .text-block-12 {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .main-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 4rem;
  }

  .main-flex._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .flex-title-subtitle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .div-tabs {
    height: 60%;
  }

  .heading-3.white {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .text-block-13, .list-item {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .container-contenuti {
    max-width: 704px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .flex-vertical-contenuti {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-14 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .badge-4 {
    z-index: 5;
    height: 30%;
  }

  .image-obiettivo {
    width: 50%;
  }

  .text-block-15 {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .tab_image {
    height: 40%;
  }

  .heading_3_card {
    font-size: 1.2rem;
  }

  .heading_3_card.white {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .badge-7 {
    height: 80%;
    left: -15%;
  }

  .pinned-section-svr {
    height: 300vh;
  }

  .badge-8 {
    left: 55vw;
  }

  .flex-vertical-info {
    height: auto;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-block-two {
    justify-content: flex-start;
  }

  .svg-8 {
    width: 50%;
  }

  .text-block-17 {
    width: 70vw;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .link-gotomtm-footer {
    width: 100%;
    height: 100%;
  }

  .flex-center-spacearound {
    grid-row-gap: 0rem;
  }

  .flex-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .badge-8-mobile {
    margin-top: 50%;
    left: 55vw;
  }

  .section-navbar {
    border-radius: 1rem;
  }

  .logo {
    font-size: 20px;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff9;
    border-radius: 1rem;
    width: 100%;
    margin-top: .5rem;
    position: absolute;
  }

  .div-button-navbar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    padding: 1rem;
  }

  .div-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .container-8 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-spacer-navbar {
    width: 75%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-radius: .5rem;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
  }

  .icon {
    color: #3b4d71;
  }

  .link-block-5 {
    width: 80%;
  }

  .flex-center-center {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-around;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .flex-center-center.tech {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .flex-svr-xr-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .flex-left-spacearound {
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container.obiettivi, .container.animate {
    width: 90%;
  }

  .container.animate.svr, .container.animate.xr {
    height: auto;
  }

  .container.info {
    width: 90%;
    height: auto;
  }

  .container.destinatari {
    width: 90%;
  }

  .flex-block-6.border.white.cta, .section {
    height: 100%;
  }

  .section.contenuti {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .heading {
    font-size: 1.3rem;
  }

  .div-obiettivi-foto-grande {
    height: auto;
  }

  .text-block-12.svr-xr {
    margin-left: 0%;
  }

  .image-obiettivo {
    width: 30%;
  }

  .flex-obiettivi-svr-xr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab_image {
    right: -10%;
  }

  .div-image-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .badge-7 {
    width: 70%;
    position: relative;
    left: 0%;
  }

  .section-svr {
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .section-xr {
    width: 100%;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
    position: relative;
    transform: translate(0%);
  }

  .pinned-section-svr, .pinned-container {
    height: auto;
  }

  .badge-8 {
    margin-top: 20%;
    display: none;
  }

  .info-vr {
    width: 100%;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .badge-8-mobile {
    object-position: CENTER;
    max-width: 50%;
    margin-top: 0%;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .link-block-5 {
    width: 60%;
    height: 7%;
  }

  .flex-center-center.tech {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-left-spacearound {
    grid-row-gap: 1.5rem;
  }

  .lottie-animation-2 {
    width: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
  }

  .div-content-hero {
    height: 95vh;
    margin-bottom: 5%;
    position: relative;
  }

  .div-content-hero.detail {
    pointer-events: none;
    height: 95vh;
    margin-bottom: 1vh;
  }

  .container {
    height: 95dvh;
    padding-bottom: 20px;
  }

  .container.obiettivi {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .container.animate {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.animate.svr {
    width: 100%;
    height: auto;
  }

  .container.animate.xr {
    height: auto;
  }

  .container.info {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.home {
    width: 100vw;
    max-width: 704px;
    height: 95vh;
  }

  .container.destinatari {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .text-block-4 {
    width: auto;
    font-size: 12px;
  }

  .text-block-4.detail {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .text-block-4.detail.hero {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4.detail.text-glitch {
    font-size: .9rem;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 90vw;
  }

  .flex-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-3.detail {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
  }

  .lottie-animation {
    width: 160%;
    height: 90%;
    position: absolute;
  }

  .svg-3 {
    width: 24px;
  }

  .flex-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 27%;
    margin-right: 16px;
  }

  .div-icon-text-button {
    justify-content: center;
    align-items: center;
  }

  .flex-block-6.border.white.cta {
    width: 100%;
    height: 100%;
  }

  .div-video-container {
    width: 90vw;
    height: 140px;
    display: none;
  }

  .div-video-container._1 {
    width: 90vw;
    height: 140px;
    margin-right: 0;
  }

  .div-video-container._1._2 {
    width: 100%;
    height: 50%;
    margin-bottom: 8px;
    display: block;
    position: relative;
  }

  .div-video-container._2 {
    z-index: 0;
    width: 100%;
    height: 50%;
    display: block;
  }

  .div-gradient {
    pointer-events: none;
  }

  .title {
    font-size: 1rem;
  }

  .subtitle-hero {
    font-size: 12px;
    line-height: 1rem;
    display: none;
  }

  .div-text {
    z-index: 3;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .svg-5 {
    clear: none;
    height: 100%;
    margin-top: 0%;
    margin-left: 0;
  }

  .menu-button {
    padding: 4px;
  }

  .logo-text {
    font-size: 24px;
  }

  .fixed-container {
    height: 80vh;
    top: 50%;
  }

  .left-svg-wrapper {
    width: 32px;
    height: 80%;
    margin-left: 2%;
    top: 45%;
  }

  .left-svg-wrapper._1 {
    width: 24px;
    margin-left: 16px;
  }

  .right-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 1rem;
  }

  .section-mobile {
    z-index: 2;
    height: 100vh;
    margin: 0 8px 8px;
    padding-bottom: 8px;
    display: block;
    position: relative;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .page-container {
    background-image: linear-gradient(99deg, #3d4552, #31394b 22%, #282f4a 80%, #262e4c);
    overflow-x: hidden;
  }

  .section {
    height: 100%;
  }

  .section.contenuti {
    width: 100%;
    height: 70%;
    padding-top: 6vh;
  }

  .section.contenuti.cta {
    width: 100vw;
    height: 100px;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.animate {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .div-obiettivi {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .heading {
    font-size: 1.3rem;
  }

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

  .heading.white.cta {
    font-size: 64px;
    line-height: 56px;
  }

  .heading.white.footer {
    font-size: 24px;
  }

  .description-text {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .div-obiettivi-foto-grande {
    width: 100%;
    height: 50%;
  }

  .div-obiettivi-foto-grande.grid {
    aspect-ratio: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-obiettivi {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-obiettivi-foto-piccola {
    aspect-ratio: 3 / 2;
    object-position: 50% 50%;
    width: 100%;
    height: 20%;
    padding-right: 0;
    display: block;
  }

  .image-obiettivi {
    object-fit: cover;
    position: static;
  }

  .image-obiettivi.tech {
    aspect-ratio: 1;
    object-fit: fill;
    width: auto;
    height: 100%;
  }

  .image-obiettivi.long {
    object-fit: cover;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .div-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .main-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 2rem;
    margin-left: 16px;
    margin-right: 16px;
  }

  .main-flex._2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .main-flex._2.tech {
    margin-left: 16px;
    margin-right: 16px;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .flex-title-subtitle {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-tabs {
    flex-flow: column;
    margin-top: 2vh;
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-3.white {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .container-contenuti {
    margin-left: 16px;
    margin-right: 16px;
    padding: 40px 16px;
    overflow: visible;
  }

  .flex-vertical-contenuti.dx {
    padding: 16px;
  }

  .flex-contenuti {
    flex-flow: column;
  }

  .badge-4 {
    max-width: 100%;
    height: 20%;
    margin-top: 0%;
    margin-right: -1rem;
    top: 45%;
  }

  .flex-title-download {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading-obiettivo.technology {
    padding-left: 16px;
  }

  .image-obiettivo {
    width: 30%;
  }

  .text-block-15 {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .flex-obiettivi-svr-xr {
    flex-flow: column;
    display: flex;
  }

  .tab1 {
    width: 100%;
    padding: 16px;
  }

  .tab_image {
    order: 2;
    max-width: 60%;
    height: auto;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .tab_image.inactive {
    max-width: 50%;
    display: none;
  }

  .tab2.inactive {
    width: 100%;
    height: 30%;
    padding: 16px;
  }

  .text_inactive {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: 3;
    width: 100%;
  }

  .div-image-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .badge-7 {
    width: auto;
    height: auto;
    margin-bottom: 24px;
    position: relative;
    left: 0%;
  }

  .section-svr {
    z-index: 1;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
    top: auto;
    right: auto;
  }

  .section-xr {
    z-index: 2;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0);
  }

  .pinned-section-svr {
    height: auto;
  }

  .pinned-container {
    height: auto;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .badge-8 {
    display: none;
  }

  .info-vr {
    width: 100%;
    padding-left: 0;
  }

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

  .footer-light {
    padding: 3rem 16px;
  }

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-block-two {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    margin-top: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .svg-8 {
    width: 40%;
  }

  .flex-block-22 {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    align-items: flex-start;
  }

  .text-block-17 {
    width: auto;
    display: block;
  }

  .list {
    padding-left: 24px;
  }

  .flex-center-spacearound {
    justify-content: center;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-container-hero {
    height: 100vh;
  }

  .div-container-hero.home {
    display: none;
  }

  .div-contenuti {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .badge-8-mobile {
    object-position: center;
    max-width: 80%;
    margin-top: 0;
    display: block;
    position: relative;
    transform: translate(-50%);
  }

  .section-navbar {
    border-radius: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    left: 0;
    right: 0;
  }

  .logo {
    padding-left: 0;
    font-size: 16px;
  }

  .div-button-navbar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .link-block-5 {
    width: 70%;
  }

  .flex-center-center {
    justify-content: space-around;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .flex-center-center.tech {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .flex-svr-xr-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .flex-left-spacearound {
    grid-row-gap: 1.5rem;
  }

  .lottie-animation-2 {
    width: 2rem;
  }

  .flex-block-27 {
    flex-flow: row;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .flex-block-28 {
    position: absolute;
  }
}

#w-node-_5241e692-ad66-d2e8-8619-f9e90d7eee49-c89da3ca {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_5241e692-ad66-d2e8-8619-f9e90d7eee4b-c89da3ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ef6cf66-1f3e-ef5d-5991-79ae7c901364-f2d9ab9f {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_0ef6cf66-1f3e-ef5d-5991-79ae7c901365-f2d9ab9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3cd2d51-bdaf-6894-c9f4-6d766e21bbcc-c905451d {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-f3cd2d51-bdaf-6894-c9f4-6d766e21bbce-c905451d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3f0d9fdf-dcd3-2819-9416-621d7a0238bb-c89da3eb, #w-node-_3f0d9fdf-dcd3-2819-9416-621d7a0238bb-c905451d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}