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

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

@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/TitilliumWeb-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  margin: 0px;
  padding: 0px;
}
/* Forza la separazione tra struttura e presentazione */
html {
  scroll-behavior: auto !important;
}

/* Rispetta l'accessibilità per utenti con sensibilità al movimento */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}
.bold {
  font-weight: bold;
}
a:focus,
button:focus {
  outline: 2px solid #005af5 !important; /* Use your theme red */
  outline-offset: 4px !important;
}
.anchor:focus {
  outline: 2px solid white !important; /* Use your theme red */
  outline-offset: 4px !important;
  text-decoration: underline;
}
.red {
  color: #c30000 !important;
}
.redBG {
  background-color: #c30000 !important;
}
button {
  border: none !important;
}
.header {
  background-color: #0064dc;
  width: calc(100% - 256px * 2);
  padding: 16px 256px;
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}
.header-red {
  background-color: #c30000;
}
.anchors {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.anchor {
  font-size: 1.25rem;
  font-family: "TitilliumWeb";
  font-weight: 400;
  color: white;
  text-decoration: none;
}
.anchor:hover {
  text-decoration: underline;
}
a.active {
  font-weight: bold !important;
  text-decoration: underline;
}

.logoHeader {
  height: 48px;
  width: auto;
  margin-right: 64px;
}
.wrapHeadHero {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 256px;
}
.wrapHeadHeroAbsolute {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: fixed;
  left: 256px;
  max-width: calc(60vw - 256px);
}
.chip {
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
  background-color: #005af5;
  border-radius: 1000px !important;
  width: fit-content !important;
  padding: 0.5rem 0.75rem !important;
  color: white !important;
  font-family: "TitilliumWeb" !important;
  font-weight: bold !important;
}
.headHero {
  font-size: 5rem;
  font-family: "Lora";
  font-weight: 700;
}
.wrapTextTappa {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  margin-left: 256px;
}
.wrapTappa {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  max-width: 60vw;
  height: 100%;
  bottom: 0px;
  gap: 192px;
}

.wrapTextHeroTappaFirst {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 64px;
}
.titleTappa {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "TitilliumWeb";
}
.bodyTappa {
  font-size: 1.5rem;
  font-family: "TitilliumWeb";
  font-weight: 400;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.wrapLineaTappe {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 16px;
  background-color: #002de1;
  border-radius: 0px;
  margin-left: 288px;
  margin-bottom: 96px;
}
.line-1 {
  border-radius: 1000px 0px 0px 1000px;
  margin-left: 256px;
  width: 105%;
}
.iconaTappe {
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  background-color: blue;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconaTappe img {
  scale: 1;
  width: 100%;
  height: auto;
  max-width: 40px;
  height: auto;
  max-height: 32px;
}
.icon-1 {
  margin-left: 0px;
}
.icon-1,
.line-1 {
  background-color: #00009b;
}
.line-2,
.icon-2 {
  background-color: #005af5;
}
.line-3,
.icon-3 {
  background-color: #002de1;
}
.line-4,
.icon-4 {
  background-color: #00009b;
}
.line-5,
.icon-5 {
  background-color: #002de1;
}
.line-6,
.icon-6 {
  background-color: #005af5;
}
.line-7,
.icon-7 {
  background-color: #00009b;
}
.line-8,
.icon-8 {
  background-color: #0aa000;
}
.line-8 {
  width: 0%;
}
.pointer {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 144px;
  left: 256px;
  z-index: 1000;
}
.numberPointer {
  position: absolute;
  left: 36%;
  top: 10%;
  font-family: "TitilliumWeb";
  font-size: 2rem;
  font-weight: bold;
}
.swiper {
  width: 100%;
  /*height: 100svh;
  margin-top: -5%;
  */
  height: auto;
  overscroll-behavior-x: contain;
}
.invisible {
  visibility: hidden;
}
.swiper-slide {
  width: auto !important;
}
.last-slide {
  width: 100% !important;
}
.last-slide .wrapTappa {
  max-width: 100%;
}
.last-slide .wrapTappa .wrapTextHeroTappaFirst {
  max-width: 60vw;
}
.swiper-button-next {
  right: 32px !important;
  width: 48px !important;
  height: 48px !important;
  /* backdrop-filter: blur(4px); */
  border-radius: 1000px !important;
  background-color: rgba(0, 90, 220, 0.3) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
  backdrop-filter: blur(4px);
}
.swiper-button-prev {
  left: 32px !important;
  width: 48px !important;
  height: 48px !important;
  /* backdrop-filter: blur(4px); */
  border-radius: 1000px !important;
  background-color: rgba(0, 90, 220, 0.3) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
  backdrop-filter: blur(4px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.25rem !important;
  font-weight: bold;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: white;
}
.swiper-button-next,
.swiper-button-prev {
  transition: all ease 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 90, 220, 1) !important;
}

html.safari {
  font-size: 12px; /* or whatever delta you need */
}
.wrapTappa.safari {
  padding-top: 384px;
}
.autoplay-timer {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #0064dc;
  z-index: 10;
}
.wrapLanding {
  width: 100%;
  padding-top: 192px;
  display: flex;
  flex-direction: column;
  gap: 256px;
}

.wrapSection {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
.wrapBlock {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin: 0px 256px;
}
.wrapBlockFull {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin: 0px 0px 0px 256px;
}
.wrapBlockFullStrada {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin: 128px 128px 128px 256px;
}
.wrapBlock3strade {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: 128px 32px;
  margin: 0px;
  overflow-x: hidden;
}
.wrapBlock3strade .wrapTextSection {
  margin: 0px 0px 0px 256px;
}
.wrap3stradeImgs {
  grid-column: span 12;
}

.wrap3stradeImgs img {
  min-width: 100%;
  height: auto;
  object-fit: contain;
}
.wrapTextSection {
  display: flex;
  grid-column: span 6;
  flex-direction: column;
  gap: 64px;
}
.wrapBlockFull .wrapTextSection {
  grid-column: span 5;
}
.wrapTextSectionReverse {
  display: flex;
  grid-column: 7 / span 6;
  flex-direction: column;
  gap: 64px;
}
.halfGap {
  gap: 32px;
}
.wrapTextSectionSecondary {
  display: flex;
  grid-column: span 6;
  flex-direction: column;
  gap: 32px;
}
.wrapHeadingSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapBody {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1.5rem;
}
.wrapRightCol {
  grid-column: 8 / span 5;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.wrapBlockFull .wrapRightCol {
  grid-column: 7 / span 6;
}
.wrapRightColReverse {
  grid-column: span 5;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.rightColSmall {
  margin-top: 0;
}
.wrapBlockFooter {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  position: relative;
}
.wrapBlockFooter .wrapTextSection {
  margin: 0px 0px 0px 256px;
}
/*
.wrapFullFooter {
  position: absolute;
  top: 0;
  width: 100%;
}
  .imgSectionFooter {
  position: absolute;
  top: 192px;
  right: 0;
}
  */
.wrapImgFooterLeft {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 48px;
}
.bodyImgFooter {
  width: 50% !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  font-family: "TitilliumWeb" !important;
  font-weight: 400 !important;
  height: fit-content;
}
.bodyImgFooterMobile {
  width: 50% !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  font-family: "TitilliumWeb" !important;
  font-weight: 400 !important;
  height: fit-content;
}
.imgLeftFooter {
  position: absolute;
  left: 35%;
}
.wrapFullFooter {
  grid-column: 8 / span 5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0px;
}
.imgSectionFooter {
  width: 100%;
}
.wrapImgSectionFooter {
  position: absolute;
  top: 0;
  width: 100%;
  left: 256px;
  right: 0px;
}
.wrapTitleRightCol {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: start;
  z-index: 100;
}
.pallinoRightCol {
  width: 10px;
  height: 10px;
  border-radius: 10000px;
  background-color: black;
  flex: none;
  margin-top: 10px;
}

.titleRightCol {
  color: black;
  font-family: "TitilliumWeb";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.titleRightColApp {
  color: black;
  font-family: "TitilliumWeb";
  font-weight: 600;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
}
.underline {
  text-decoration: underline;
}
.wrapImgSection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgSection {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: 100%;
}
.wrapImgSectionFull {
  display: flex;
  justify-content: end;
  align-items: start;
}
.vertOffset {
  margin-top: -160px;
}
.imgSectionFull {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
}
h1.headingSection,
h2.headingSection {
  font-family: "Lora";
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
h3.headingSection {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.h2correction,
h3.headingSection {
  font-family: "TitilliumWeb" !important;
  font-weight: bold !important;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
h4.headingSection {
  font-family: "TitilliumWeb";
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
h5.headingSection {
  font-family: "TitilliumWeb";
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.wrapTextSection p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.wrapTextSectionReverse p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.wrapBody p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.bodyTappa p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.fixed {
  position: fixed;
}
.wrapCardsSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  margin: 0px 256px;
}
.wrapCardsSingle {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wrapCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Questo assicura che ogni riga sia alta quanto l'elemento più alto */
  gap: 32px;
}
.card {
  border-radius: 32px;
  border: solid 1px #ededed;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: span 1;
  height: auto;
}
.wrapHeadCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.iconCard {
  object-fit: contain;
  max-width: 64px;
  max-height: 64px;
  width: 64px;
  height: 64px;
}
.titleCard {
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: bold;
  text-transform: uppercase;
}
.bodyCard {
  font-size: 1.5rem;
  font-family: "TitilliumWeb";
  font-weight: 400;
  line-height: 1.5;
}
.headingCards {
  color: #002de1;
  font-size: 2rem;
  font-family: "TitilliumWeb";
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: start;
  align-items: center;
}
.dot {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  border-radius: 10000px;
  background-color: #002de1;
  display: block;
}
.iconHeadingCards {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
.wrapHeadingCardsIcon {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: start;
}
.wrapBloccoStradaVerticale {
  grid-column: 8 / span 5;
  display: flex;
  flex-direction: row;
  gap: 0px;
  justify-content: start;
  align-items: start;
}
.stradaVerticale {
  min-width: 36px;
  height: 100%;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #dadada;
  position: relative;
  z-index: -1;
}
.stradaVerticale::before {
  content: "";
  position: absolute;
  top: 0;
  height: 128px;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 10%, #dadada00 100%);
}
.stradaVerticale::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 128px;
  width: 100%;
  background: linear-gradient(to top, #ffffff 10%, #dadada00 100%);
}
.trattiniStradaVerticale {
  width: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* for example */
}

.trattiniStradaVerticale span {
  display: block;
  width: 100%;
  height: 20px; /* dash height */
  background-color: white;
  border-radius: 1000px; /* rounded dashes */
}
.wrapRightColStradaVerticale {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: start;
  align-items: start;
}
.wrapDimensioniStradaVerticale {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: start;
  align-items: start;
  margin-left: -52px;
}
.marginLeftStradaVert {
  margin-left: 32px;
}
.dimensione {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: start;
  align-items: start;
}
.iconDimensione {
  min-width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgIconDimensione {
  width: 80px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.wrapTextDimensione {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapHeadDimensione {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.subheadDimensione {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  font-family: "TitilliumWeb" !important;
  font-weight: 600 !important;
}
.wrapTextDimensione p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.wrapDimensioniStradaVerticale .dimensione:last-child {
  margin-bottom: 32px;
}
.wrapImgSectionStrada {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.imgSectionStradaMobile {
  width: 100%;
  height: auto;
}
.imgSectionStrada {
  width: 100%;
  height: auto;
}
.wrapTextSectionStrada {
  display: flex;
  grid-column: span 5;
  flex-direction: column;
  gap: 64px;
}
.wrapRightColStrada {
  grid-column: 7 / span 6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapBlockStradaCentered {
  align-items: center;
}
.stradaTopLeft {
  height: 64px;
  width: 100%;
  background-color: #00009b;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapStrada {
  position: relative;
}
.wrapStrada .wrapBlock {
  padding-top: 128px;
  padding-bottom: 128px;
}

.stradaLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 115%;
  width: 64px;
  position: absolute;
  top: -15%;
  left: calc(128px - 32px);
  flex-direction: column;
}
.backgroundStradaLeft {
  position: absolute;
  width: 100%;
  height: calc(100% - 64px);
  background-color: #005af5;
  top: 0;
}
.trattiniStradaLeft {
  width: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 10;
  padding-bottom: 12px;
  padding-top: 12px;
}
.trattiniStradaLeft span {
  display: block;
  width: 100%;
  height: 32px; /* dash height */
  background-color: white;
  border-radius: 1000px; /* rounded dashes */
}

.stradaBottomLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 100%;
  background-color: #005af5;
  position: absolute;
  bottom: 0;
  left: 160px;
  padding-left: 12px;
}
.trattiniStradaBottomLeft {
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.trattiniStradaBottomLeft span {
  display: block;
  height: 100%;
  width: 32px; /* dash height */
  background-color: white;
  border-radius: 1000px; /* rounded dashes */
}
.junctionBottomLeft {
  min-width: 64px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 48px;
  background-color: #005af5;
}
.junctionBottomLeft svg {
  transform: translate(12px, -12px);
}
.junctionTopLeft {
  min-width: 64px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 48px;
  background-color: #005af5;
  padding-left: 128px;

  position: absolute;
  top: -64px;
  z-index: 15;
  right: 0;
}
.junctionTopLeft svg {
  transform: translate(-28px, 12px);
}
.curve {
  width: 12px;
  height: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 20px;
}
.curve.bottom-left {
  border-left: 8px solid white;
  border-bottom: 8px solid white;
  transform: translate(7px, -7px);
}

.trattiniStradaTopLeft {
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.trattiniStradaTopLeft span {
  display: block;
  height: 100%;
  width: 32px; /* dash height */
  background-color: white;
  border-radius: 1000px; /* rounded dashes */
}
.wrapRightColTestoStrade {
  grid-column: 8 / span 5;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  position: relative;
  align-items: start;
}
.wrapRightColTestoStrade p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.stradaLeftTesto {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: calc(100% - 128px);
  position: absolute;
  background-color: #005af5;
}
.trattiniStradaLeftTesto {
  width: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 10;
  padding-bottom: 12px;
  padding-top: 12px;
  box-sizing: border-box;
}
.trattiniStradaLeftTesto span {
  display: block;
  width: 100%;
  height: 32px; /* dash height */
  background-color: white;
  border-radius: 1000px; /* rounded dashes */
}
.wrapTextRightColTestoStrade {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: start;
  margin-left: 128px;
  margin-top: 128px;
  margin-bottom: 128px;
}
.junctionTopRight {
  min-width: 64px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 48px;
  background-color: #005af5;
  position: absolute;
  top: -64px;
  padding-right: 50vw;
  left: 0;
}
.junctionTopRight svg {
  transform: translate(29px, 12px);
}

.junctionBottomRight {
  min-width: 64px;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 48px;
  background-color: #005af5;
  position: absolute;
  bottom: -64px;
  padding-right: 50vw;
  left: 0;
}
.junctionBottomRight svg {
  transform: translate(29px, -12px);
}
.wrapTitleRightColFull {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: start;
  z-index: 100;
  margin-right: 256px;
}
.wrapTitleRightColFullApp {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: center;
  z-index: 100;
  margin-right: -256px;
  float: right;
  background-color: #002de1;
  color: white;

  border-radius: 4px 0px 0px 4px;
}
.wrapTitleRightColFullApp figcaption {
  color: white;
  margin-right: 256px;
  padding-left: 16px;
}
.wrapLeftColFullDouble {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.wrapRightColFullDouble {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.wrapBlockDoubleFull {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 64px;
  margin: 0px 256px;
}
.wrapTitleLeftColFull {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: start;
  z-index: 100;
}
.wrapImgSectionFullDouble {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
}
.imgSectionFullDouble {
  width: 100%;
  object-fit: contain;
}
.wrapTitleRightColFullDouble {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: start;
  align-items: start;
  z-index: 100;
}
.spanSottotitolo {
  font-size: 1rem;
  font-style: italic;
  text-transform: none;
  font-weight: 600;
}
.wrapRightColCards {
  grid-column: 8 / span 5;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 32px;
}
.cardVert {
  border-radius: 32px;
  border: solid 1px #ededed;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: span 1;
  height: auto;
}
.wrapTextCardVert {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
.cardVert p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.colCardsVert {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
section:nth-child(9) {
  margin-top: -64px;
}
.wrapImgRightTesto {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.wrapImgSectionBody img {
  margin: 0px 96px 32px 96px;
}
.wrapImgRightTesto p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
}
.long .wrapTextSection {
  grid-column: span 5;
}
.long .wrapRightColTestoStrade {
  grid-column: 7 / span 6;
}
.desktopHidden {
  display: none;
}
.swiper-wrapper {
  max-width: 100vw;
}
.mouseScroll {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 64px;
  width: 100%;
  height: calc(100svh - 16px);
  display: flex;
  justify-content: center;
  align-items: end;
  pointer-events: none;
}
iframe {
  border: none;
  width: 64px; /* Adjust size as needed */
  height: 64px;
  pointer-events: none; /* Prevents the iframe from intercepting scrolls */
}
.listaApp {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: start;
  align-items: start;
}
.itemApp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: auto;
}
.iconaApp {
  width: 100%;
  height: 96px;
  object-fit: contain;
}
.nomeApp {
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "TitilliumWeb";
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1750px) {
  .wrapFullFooter {
    margin-top: 128px;
  }
  .wrapBlock,
  .wrapCardsSection {
    margin: 0px 128px;
  }
  .header {
    padding: 16px 128px;
    width: calc(100% - 128px * 2);
  }
  .wrapBlockFull {
    margin: 0px 0px 0px 128px;
  }
  .stradaLeft {
    left: 32px;
  }
  .stradaBottomLeft {
    left: 96px;
  }
  .wrapBlockFullStrada {
    margin: 128px 128px 128px 128px;
  }
  .wrapBlockDoubleFull {
    margin: 0px 128px;
  }
  .wrapBlock3strade .wrapTextSection {
    margin: 0px 0px 0px 128px;
  }
  .wrapHeadHeroAbsolute {
    left: 128px;
    max-width: calc(60vw - 128px);
  }
  .wrapTextTappa,
  .wrapHeadHero {
    margin-left: 128px;
  }
  .wrapLineaTappe {
    margin-left: calc(288px - 128px);
  }
  .line-1 {
    margin-left: calc(288px - 160px);
  }
  .pointer {
    left: 128px;
  }
  .wrapTappa {
    gap: 128px;
  }
  .wrapBlockFooter .wrapTextSection {
    margin: 0px 0px 0px 128px;
  }
  .wrapImgSectionFooter {
    left: 128px;
  }
  .titleCard {
    font-size: 2rem;
    line-height: 1.5;
  }
  .bodyCard {
    font-size: 1.25rem;
  }
  h1.headingSection,
  h2.headingSection {
    font-size: 3.5rem;
  }
  .h2correction,
  h3.headingSection {
    font-size: 2.25rem !important;
  }
  .headingCards {
    font-size: 1.75rem;
  }
  .dot {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
  .vertOffset {
    margin-top: -128px;
  }
  .wrapTitleRightColFull {
    margin-right: 128px;
  }
  .wrapBlockStradaCentered {
    margin-left: 160px;
  }
}
@media screen and (max-width: 1550px) {
  .itemApp {
    width: 80px;
  }
  .iconaApp {
    height: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .nomeApp {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "TitilliumWeb";
    font-weight: 400;
  }
  .wrapLanding {
    gap: 160px;
  }
  .wrapSection {
    gap: 128px;
  }
  .wrapBlock,
  .wrapCardsSection {
    margin: 0px 64px;
  }
  .header {
    padding: 16px 64px;
    width: calc(100% - 64px * 2);
  }
  .wrapBlockFull {
    margin: 0px 0px 0px 64px;
  }
  .stradaLeft {
    left: 32px;
  }
  .stradaBottomLeft {
    left: 96px;
  }
  .wrapBlockFullStrada {
    margin: 128px 128px 128px 64px;
  }
  .wrapBlockDoubleFull {
    margin: 0px 64px;
  }
  .wrapBlock3strade .wrapTextSection {
    margin: 0px 0px 0px 64px;
  }
  .wrapHeadHeroAbsolute {
    left: 64px;
    max-width: calc(60vw - 64px);
  }
  .wrapTextTappa,
  .wrapHeadHero {
    margin-left: 64px;
  }
  .wrapLineaTappe {
    margin-left: calc(288px - 192px);
  }
  .line-1 {
    margin-left: calc(288px - 192px - 32px);
  }
  .pointer {
    left: 64px;
  }
  .wrapTappa {
    gap: 128px;
  }
  .wrapBlockFooter .wrapTextSection {
    margin: 0px 0px 0px 64px;
  }
  .wrapImgSectionFooter {
    left: 64px;
  }
  .titleCard {
    font-size: 2rem;
    line-height: 1.5;
  }
  .bodyCard {
    font-size: 1.25rem;
  }
  h1.headingSection,
  h2.headingSection {
    font-size: 3.5rem;
  }
  .h2correction,
  h3.headingSection {
    font-size: 2.25rem !important;
  }
  .headingCards {
    font-size: 1.75rem;
  }

  .wrapTitleRightColFull {
    margin-right: 64px;
  }
  .wrapBlockStradaCentered {
    margin-left: 128px;
  }
  .anchor {
    font-size: 1rem;
  }
  .anchors {
    gap: 16px;
  }

  .swiper-button-next {
    right: 10px !important;
    width: 44px !important;
    height: 44px !important;
    /* backdrop-filter: blur(4px); */
    border-radius: 1000px !important;
    background-color: rgba(0, 90, 220, 0.3) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    backdrop-filter: blur(4px);
  }
  .swiper-button-prev {
    left: 10px !important;
    width: 44px !important;
    height: 44px !important;
    /* backdrop-filter: blur(4px); */
    border-radius: 1000px !important;
    background-color: rgba(0, 90, 220, 0.3) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: white !important;
    backdrop-filter: blur(4px);
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.25rem !important;
    font-weight: bold;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 1270px) {
  .listaApp {
    gap: 24px;
  }
  .titleRightColApp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .nomeApp {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "TitilliumWeb";
    font-weight: 400;
  }
  h1.headingSection,
  h2.headingSection {
    font-size: 3rem;
  }
  .h2correction,
  h3.headingSection {
    font-size: 2rem !important;
  }
  .headingCards {
    font-size: 1.5rem;
  }
  .dot {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
  }
  .chip {
    font-size: 1rem !important;
  }
  .titleRightCol {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .wrapBody,
  .wrapBody p,
  .wrapTextSection p,
  .wrapImgRightTesto p,
  .bodyTappa p {
    font-size: 1.25rem;
  }
  .wrapCardsSection {
    gap: 32px;
  }
  .wrapHeadingCardsIcon,
  .wrapCards {
    gap: 16px;
  }
  .card,
  .cardVert {
    padding: 24px;
  }
  .iconCardVert {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
  }
  .iconCard {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
  }
  .titleCard {
    font-size: 1.75rem;
  }

  .subheadDimensione {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
  .wrapRightCol,
  .wrapRightColTestoStrade,
  .wrapTextSectionReverse,
  .wrapBloccoStradaVerticale,
  .wrapRightColCards {
    grid-column: 7 / span 6;
  }

  .wrapRightColReverse {
    grid-column: span 6;
  }
  .wrapBlock {
    gap: 64px;
  }
  .wrapRightColTestoStrade {
    grid-column: 7 / span 6 !important;
  }
  .long .wrapRightColTestoStrade {
    grid-column: 6 / span 7 !important;
  }
}
@media screen and (max-width: 1100px) {
  .wrapImgSectionBody img {
    margin: 0px 16px 32px 16px;
  }
  .logoHeader {
    margin-right: 16px;
  }

  .wrapHeadingCardsIcon {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrapCardsSection {
    display: flex;
    flex-direction: column;
  }
  .card {
    grid-column: span 1;
    padding: 16px;
  }
}
@media screen and (max-width: 1055px) {
  .listaApp {
    gap: 16px;
  }
}
@media screen and (max-width: 1035px) {
  .logoHeader {
    height: 32px;
  }
}
@media screen and (max-width: 995px) {
  .anchors {
    gap: 12px;
  }
  .bodyImgFooter {
    font-size: 1rem !important;
  }
  .bodyImgFooterMobile {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 962px) {
  .anchor {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 900px) {
  .anchor:focus {
    outline: 2px solid rgb(0, 0, 0) !important; /* Use your theme red */
    outline-offset: 4px !important;
    text-decoration: underline;
  }
  .vertOffset {
    width: calc(100% - 16px);
    margin-left: 16px;
  }
  section:nth-child(9) {
    margin-top: 0px;
  }
  .listaApp {
    justify-content: center;
  }
  .wrapRightColStrada {
    width: 100%;
  }
  .wrapImgFooterLeft {
    flex-direction: column;
  }
  .imgLeftFooter {
    position: static;
  }
  .anchors {
    opacity: 0;
    visibility: hidden;
  }

  /* This only triggers when our JS adds 'is-red-zone' to the body */
  body.is-red-zone .anchors .anchor.active {
    background-color: #8f0000 !important;
    color: #ffffff;
  }

  /* Optional: Add a smooth transition to the button and menu */
  .anchorBtn,
  .anchors {
    transition: background-color 0.3s ease-in-out;
  }
  .wrapLanding {
    padding-top: 32px;
  }
  .wrapFullFooter {
    position: static;
  }
  .wrapImgSectionFooter {
    position: static;
  }

  .desktopHidden {
    display: flex;
  }
  .mobileHidden {
    display: none;
  }
  .wrapImgFooterMobile {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .wrapImgFooterMobile2 {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .bodyImgFooterMobile {
    width: calc(100% - 32px) !important;
  }
  .wrapBlockFooter {
    gap: 64px !important;
  }
  .anchorBtn {
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #143caa;
    cursor: pointer;
    border-radius: 10000px;
  }
  .header {
    bottom: 32px;
    right: 32px;
    width: fit-content;
    padding: 0px;
    flex-direction: column-reverse;
    background-color: transparent;
    gap: 32px;
    justify-content: end;
    align-items: end;
  }
  .anchors {
    flex-direction: column;
    width: fit-content;
    gap: 0px;
    background-color: #0064dc;
    border: solid white 1px;
  }
  .anchor {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-bottom: solid 1px white;
  }
  a.active {
    background-color: #50a0ff;
    transition: background-color 0.3s ease-in-out;
  }
  .anchors .anchor:last-child {
    border-bottom: none;
  }
  .logoHeader {
    display: none;
  }
  .wrapBlock {
    display: flex;
    flex-direction: column;
    gap: 96px;
    margin: 0px 16px;
  }

  .wrapCardsSection {
    margin: 0px 16px;
  }
  .wrapBlockFull {
    display: flex;
    flex-direction: column;
    gap: 96px;
    margin: 0px 0px 0px 0px;
  }

  .wrapBlockFull .wrapTextSection {
    margin: 0px 16px 0px 16px;
  }

  .wrapTitleRightColFull {
    margin: 0px 16px 0px 16px;
  }
  .wrapBloccoStradaVerticale {
    margin-left: 16px;
    align-items: stretch;
  }
  .stradaVerticale {
    height: auto;
  }
  .wrapTextSection {
    gap: 32px;
  }
  .imgSection {
    max-height: 60svh;
  }
  .wrapRightCol {
    margin-top: 0px;
  }
  .wrapTitleRightCol {
    justify-content: start;
  }
  .stradaLeft {
    left: 16px;
    height: 100%;
    top: 0;
  }
  .stradaTopLeft {
    top: 32px;
  }
  .wrapBlockStradaCentered {
    margin-left: 96px;
  }
  .wrapTextSectionStrada {
    gap: 32px;
  }
  .stradaBottomLeft {
    left: 80px;
  }
  .wrapTextRightColTestoStrade {
    margin-left: 96px;
  }
  .wrapBlockDoubleFull {
    margin: 0px;
  }
  .wrapBlockDoubleFull {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5rem;
  }
  .wrapLeftColFullDouble,
  .wrapRightColFullDouble {
    margin: 0px;
    width: 100%;
  }
  .wrapTitleLeftColFull,
  .wrapTitleRightColFullDouble {
    margin: 0px 16px 0px 16px;
  }
  .wrapBlockFullStrada {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 128px 128px 128px 96px;
  }
  .wrapBlockFullStrada .wrapRightCol {
    width: 100%;
  }
  .wrapBlockFullStrada .wrapTextSectionStrada {
    margin-right: 16px;
  }
  .wrapLeftColFullDouble .wrapImgSectionFullDouble {
    margin-top: -2rem;
  }
  .wrapBlock3strade {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 64px;
  }
  .wrapBlock3strade .wrapTextSection {
    margin: 0px 16px 0px 16px;
    width: calc(100% - 32px);
  }
  .wrapHeadHeroAbsolute {
    left: 16px;
    max-width: none;
    z-index: 10;
    right: 16px;
    max-width: calc(100% - 32px);
  }
  .wrapTextTappa,
  .wrapHeadHero {
    margin-left: 16px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .wrapTappa,
  .last-slide .wrapTappa .wrapTextHeroTappaFirst {
    max-width: 90vw;
  }
  .swiper-slide-next .wrapTappa .wrapTextHeroTappaFirst,
  .swiper-slide-prev .wrapTappa .wrapTextHeroTappaFirst {
    opacity: 0.3;
  }
  .pointer {
    left: 16px;
  }

  .wrapLineaTappe {
    margin-left: 48px;
  }
  .line-1 {
    margin-left: 16px;
  }
  .wrapBlockFooter {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
  }
  .wrapBlockFooter .wrapTextSection {
    margin: 0px 16px 0px 16px;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 768px) {
  .wrapHeadingCardsIcon {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media screen and (max-width: 568px) {
  .wrapHeadingCardsIcon {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrapCards {
    gap: 12px;
  }
  .wrapCardsSection {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .card {
    grid-column: span 1;
    padding: 16px;
  }
  .headingCards {
    font-size: 1.25rem;
  }
  .dot {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
  }
  .titleCard {
    font-size: 1.5rem;
  }
  .bodyCard {
    font-size: 1rem;
  }
  h1.headingSection,
  h2.headingSection {
    font-size: 2.5rem;
  }
  .h2correction,
  h3.headingSection {
    font-size: 1.75rem !important;
  }
  .wrapRightColTestoStrade {
    margin-left: -16px;
  }
  .stradaLeft {
    left: 0px;
  }
  .stradaBottomLeft {
    left: 64px;
  }

  .wrapBlockStradaCentered {
    margin-left: 80px;
  }
  .wrapTextRightColTestoStrade {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .wrapLanding {
    gap: 128px;
  }
  .wrapSection {
    gap: 96px;
  }
}
@media screen and (max-width: 450px) {
  .wrapHeadingCardsIcon {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .wrapCards {
    gap: 12px;
  }
  .wrapCardsSection {
    display: flex;
    flex-direction: column;
  }
  .card {
    grid-column: span 2;
    padding: 16px;
    gap: 16px;
  }
  .headingCards {
    font-size: 1.5rem;
  }
  .iconCard {
    object-fit: contain;
    max-width: 64px;
    max-height: 64px;
    width: 64px;
    height: 64px;
  }
  .dot {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
  }
  .titleCard {
    font-size: 1.75rem;
  }
  .bodyCard {
    font-size: 1.25rem;
  }
  h1.headingSection,
  h2.headingSection {
    font-size: 2rem;
  }
  .wrapTextCardVert {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
@media screen and (max-width: 400px) {
  p {
    font-size: 1rem !important;
  }
  .numberPointer {
    font-size: 2rem !important;
  }
  figcaption {
    font-size: 1rem !important;
    line-height: 1.5;
  }
  .h2correction,
  h3.headingSection {
    font-size: 1.5rem !important;
  }
  .headingCards {
    font-size: 1.25rem;
  }
  .iconHeadingCards {
    width: 64px;
  }
  .iconCard {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
  }
  .imgIconDimensione {
    width: 72px;
  }
}
@media screen and (max-width: 390px) {
  .itemApp {
    width: 64px;
  }
}

@media screen and (max-width: 360px) {
  .titleCard {
    font-size: 1.5rem;
  }
}
