* {
    box-sizing: border-box;
  }

  html,
  body {
    scroll-behavior: smooth;
  }

  body {
    background-color: var(--grigio);
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "roc-grotesk";
  }


  :root {
    --arancione: #ec512d;
    --biancosporco: #e0e0e0;
    --blu: #1c61eb;
    --bordeaux: #78222d;
    --giallo:#f8d409;
    --grigio: #1f2933;
    --lilla: #ca71cf;
    --verde: #4bc3a1;
    --verdemilitare: #475732;
  }



  /* var(--main-bg-color); */


  #big-container {
    width: 100%;
    height: 100%;
    padding-top: 65px;
  }

  /*  SWIPER */

  .swiper-container {
    width: 100%;
    height: calc(100% - 35px);
  }

  .swiper-wrapper {
    background-color: var(--grigio);
  }

  .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: transparent;
    opacity: 0.5;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: transparent;
    opacity: 1;
  }

.swiper-button-next {
    right: 100px;
  }

  .swiper-button-prev {
    left: 100px;
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }


  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 20px;
  }


  .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: .2;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 70px;
}


  /* CLOSE BUTTON */

  #close-button {
    display: none;
  }

/*   #close-button {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 5;
    display: none;
  }

  #close-button button {
    background-color: transparent;
    border: 0;
    color: var(--biancosporco);
    font-size: 30px;
  }


  #close-button button:hover,
  #close-button button:focus {
    color: #ffffff;
    outline: none;
  } */


  /* CARDS */

.slide-content-apertura {
  width: 700px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.slide-content {
  width: 700px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide-content-text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
}



  /* CARD 0 - APERTURA */


  #card-0-apertura {
    background-color: var(--grigio);
    color: var(--lilla);
  }


  #card-0-apertura-titolo h1 {
    font-family: "roc-grotesk-wide";
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: center;
    margin-top: 100px;
  }



  #card-0-apertura-btn {
    display: none;
  }


  #card-0-apertura-img {
    height: calc(100vh - 350px);
    width: 100%;
  }


  .img-apertura {
    width: 100%;
    height: 100%;
  }



  /* CARDS 1 - DECESSI */


  #card-1 {
    background-color: var(--lilla);
  }

  #card-1 .slide-content-text {
    padding-top: 0;
  }

  #card-1-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-1-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 20px;
  }

  #card-1-unita {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-1-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 20px;
  }


  /* CARDS 2 - DPCM */


  #card-2 {
    background-color:  var(--lilla);
  }

  #card-2 .slide-content-text {
    padding-top: 10px;
  }

  #card-2-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-2-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-2-unita {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-2-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding-top: 40px;
  }


  /* CARD 3 - cassa integrazione */

  #card-3 {
    background-color: var(--arancione);

  }


  #card-3-occhiello-inps {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }

  #card-3-occhiello-data {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }


  #card-3-numero {
    font-family: "roc-grotesk-wide";
    font-size: 156px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-3-numero span {
    font-size: 106px;
  }

  #card-3-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }


  /* CARD 4 - mascherini e guanti */

  #card-4 {
    background-color:  var(--verdemilitare);
  }

  #card-4-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-4-numeri-box {
    width: 480px;
    position: relative;
  }



  #card-4-unita {
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-4-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }






  /* CARD 5 - lievito di birra */

  #card-5 {
    background-color:  var(--verdemilitare);
  }

  #card-5-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-5-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 20px;
  }

  #card-5-numero span {
    font-size: 140px;
  }

  #card-5-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }



  /* CARD 6 - S&P */

  #card-6 {
    background-color:  var(--arancione);
  }

  #card-6-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-6-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 20px;
  }

  #card-6-numero span {
    font-size: 140px;
  }

  #card-6-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }






  /* CARD 7 - gel igienizzante */

  #card-7 {
    background-color:  var(--verdemilitare);
  }

  #card-7 .slide-content-text {
    padding-top: 0px;
  }

  #card-7-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-7-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 20px;
  }

  #card-7-unita {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-7-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 8 - acquisti online */

  #card-8 {
    background-color:  var(--verdemilitare);
  }


  #card-8-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-8-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding-top: 20px;
  }

  #card-8-numero span {
    font-size: 140px;
  }

  #card-8-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 9 - nasdaq zoom */

  #card-9 {
    background-color:  var(--verde);
  }

  #card-9-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-9-numero {
    font-family: "roc-grotesk-wide";
    font-size: 170px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.0;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-9-numero span {
    font-size: 110px;
  }

  #card-9-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARd 10 - petrolio */

  #card-10 {
    background-color:  var(--arancione);
  }

  #card-10 .slide-content-text {
    padding-top: 10px;
  }

  #card-10-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-10-numero {
    font-family: "roc-grotesk-wide";
    font-size: 190px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-10-numero span {
    font-size: 140px;
  }

  #card-10-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }


  /*  CARD 11 - cinema  */

  #card-11 {
    background-color: var(--verde);
  }

  #card-11 .slide-content-text {
    padding-top: 10px;
  }

  #card-11-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-11-numero {
    font-family: "roc-grotesk-wide";
    font-size: 170px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-11-numero span {
    font-size: 110px;
  }

  #card-11-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 12 - Istat occupati */

  #card-12 {
    background-color: var(--arancione);
  }

  #card-12 .slide-content-text {
    padding-top: 0px;
  }


  #card-12-occhiello-istat {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }

  #card-12-occhiello-data {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }


  #card-12-numero {
    font-family: "roc-grotesk-wide";
    font-size: 145px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  #card-12-unita {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-12-testo {
    padding-top: 10px;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 13 - TURISTI */

  #card-13 {
    background-color: var(--arancione);
  }



  #card-13-occhiello-istat {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }

  #card-13-occhiello-data {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #000000;
  }


  #card-13-numero {
    font-family: "roc-grotesk-wide";
    font-size: 187px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }


  #card-13-numero span {
    font-size: 131px;
  }


  #card-13-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }





  /* CARD 14 - VOLI */


  #card-14 {
    background-color: var(--verde);
  }


  #card-14-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-14-numero {
    font-family: "roc-grotesk-wide";
    font-size: 138px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }


  #card-14-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 15 - google svago */

  #card-15 {
    background-color: var(--blu);
  }


  #card-15-occhiello {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  #card-15-numero {
    font-family: "roc-grotesk-wide";
    font-size: 138px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }


  #card-15-testo {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }




  /* CARD 16 - CREDITI */

  #card-16 {
    background-color: var(--grigio);
  }

  .card-16-crediti-titolo {
    font-family: "roc-grotesk-wide";
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--verdemilitare);
    align-self: flex-start;
  }

  #card-16 div:nth-child(3) {
    margin-top: 50px;
  }

  .card-16-crediti-testo {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--biancosporco);
    align-self: flex-start;
    text-align: left;
  }


  /* FOOTER */

  .faN {
    width: 30px !important;
    height: 30px !important;
  }




  /* TABLET RESPONSIVE */

  @media only screen and (min-width: 481px) and (max-width: 768px) {
    .swiper-pagination-bullet {
      width: 35px;
      height: 8px;
    }

    /* #close-button {
      top: 110px;
    } */
  }

  /* LARGE DEKSTOP */

  @media screen and (min-width: 1900px) {

    .slide-content {
      width: 1000px;
    }

  #card-2-unita {
    padding-top: 20px;
  }

  #card-1-occhiello,
  #card-2-occhiello,
  #card-3-occhiello,
  #card-4-occhiello,
  #card-5-occhiello,
  #card-6-occhiello,
  #card-7-occhiello,
  #card-8-occhiello,
  #card-9-occhiello,
  #card-10-occhiello,
  #card-11-occhiello,
  #card-12-occhiello,
  #card-13-occhiello,
  #card-14-occhiello,
  #card-15-occhiello {
    font-size: 46px;
  }


  #card-1-numero,
  #card-2-numero,
  #card-3-numero,
  #card-4-numero,
  #card-5-numero,
  #card-6-numero,
  #card-7-numero,
  #card-8-numero,
  #card-9-numero,
  #card-10-numero,
  #card-11-numero,
  #card-12-numero,
  #card-13-numero,
  #card-14-numero,
  #card-15-numero {
    font-size: 220px;
  }



  #card-1-numero span,
  #card-2-numero span,
  #card-3-numero span,
  #card-4-numero span,
  #card-5-numero span,
  #card-6-numero span,
  #card-7-numero span,
  #card-8-numero span,
  #card-9-numero span,
  #card-10-numero span,
  #card-11-numero span,
  #card-12-numero span,
  #card-13-numero span,
  #card-14-numero span,
  #card-15-numero span {
    font-size: 100px;
  }


  #card-1-unita,
  #card-3-unita,
  #card-4-unita,
  #card-5-unita,
  #card-6-unita,
  #card-7-unita,
  #card-8-unita,
  #card-9-unita,
  #card-10-unita,
  #card-11-unita,
  #card-12-unita,
  #card-13-unita,
  #card-14-unita,
  #card-15-unita {
    font-size: 90px;
    line-height: 1.4;
  }


  #card-2-unita {
    line-height: 0.4;
  }

  #card-12-unita {
    line-height: 0.8;
  }

  #card-1-testo,
  #card-2-testo,
  #card-3-testo,
  #card-4-testo,
  #card-5-testo,
  #card-6-testo,
  #card-7-testo,
  #card-8-testo,
  #card-9-testo,
  #card-10-testo,
  #card-11-testo,
  #card-12-testo,
  #card-13-testo,
  #card-14-testo,
  #card-15-testo {
    font-size: 46px;
  }

  .card-16-crediti-titolo,
  .card-16-crediti-testo {
    font-size: 26px;
  }
  }