.bricks-is-frontend .appear-menu > *, .bricks-is-frontend .logos {
    opacity: 0;
    transform: translateY(10px);
    /* opzionale, aiuta le perf */
    will-change: opacity, transform;
}
.bricks-is-frontend  .reveal-text,.bricks-is-frontend  .reveal-text-hero {opacity:0;}
.bricks-is-frontend  .first-par-hero p{visibility:hidden; }
.bricks-is-frontend  .btn-cont-row,.bricks-is-frontend  .btn-cont-row-hero {opacity: 0;}

.bricks-is-frontend .anim-divider{
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
.bricks-is-frontend .line-rev h1,
.bricks-is-frontend .line-rev h2,
.bricks-is-frontend .line-rev h3,
.bricks-is-frontend .line-rev h4,
.bricks-is-frontend .line-rev h5,
.bricks-is-frontend .line-rev h6,
.bricks-is-frontend .line-rev .brxe-heading {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(6px);
}
.bricks-is-frontend .case-panel{
  opacity:0;
}
/* stile minimale: gli <h4> vengono impilati nello stesso box */
.bricks-is-frontend .title-rotator{position:relative; overflow:hidden;}
.bricks-is-frontend .title-rotator h4{
  margin:0; opacity:0;position:absolute;
  will-change:transform, opacity;
}