:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999;
  --dl-color-gray-900: #d9d9d9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #a22020;
  --dl-color-danger-500: #bf2626;
  --dl-color-danger-700: #e14747;
  --dl-color-gray-black: #000;
  --dl-color-gray-white: #fff;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003eb3;
  --dl-color-primary-300: #0074f0;
  --dl-color-primary-500: #14a9ff;
  --dl-color-primary-700: #85dcff;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32a94c;
  --dl-color-success-700: #4cc366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}
.button {
  display: inline-block;
}
.button,
.input {
  background-color: #fff;
  background-color: var(--dl-color-gray-white);
  border-color: #000;
  border-color: var(--dl-color-gray-black);
  border-radius: 4px;
  border-width: 1px;
  color: #000;
  color: var(--dl-color-gray-black);
  padding: 0.5rem 1rem;
}
.input,
.textarea {
  cursor: auto;
}
.textarea {
  background-color: #fff;
  background-color: var(--dl-color-gray-white);
  border-color: #000;
  border-color: var(--dl-color-gray-black);
  border-radius: 4px;
  border-width: 1px;
  color: #000;
  color: var(--dl-color-gray-black);
  padding: 0.5rem;
}
.list {
  display: block;
  list-style-position: outside;
  list-style-type: none;
  margin: 1em 0;
  padding: 0 0 0 1.5rem;
  width: 100%;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: translateX(0) !important;
}
.Content {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  text-transform: none;
}
.Textstyleunder,
.Textstyleunder1 {
  font-family: Mongoose;
  font-size: 250px;
  font-weight: 400;
  line-height: 0.4;
  text-decoration: none;
  text-transform: none;
}
.Heading {
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  text-transform: none;
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
.hero1-text-right-hero,
.hero1-text-right-hero1,
.hero1-text-right-hero2 {
  animation: floating 3s ease-in-out infinite;
}
.hero1-text-right-hero {
  animation-delay: 0s;
}
.hero1-text-right-hero1 {
  animation-delay: 0.4s;
}
.hero1-text-right-hero2 {
  animation-delay: 0.8s;
}
.hero1-container {
  height: 100%;
  width: 100%;
}
.hero1-hero-container1 {
  align-items: flex-end;
  height: auto;
  justify-content: space-between;
  transform: skewY(2deg);
}
.hero1-contenuto-hero,
.hero1-hero-container1 {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 100%;
}
.hero1-contenuto-hero {
  align-items: flex-start;
  align-self: flex-start;
  background-image: url(/playground_assets/provalogo.png);
  background-position: 50%;
  background-size: auto;
  height: 100%;
}
.logo-animated-container {
  z-index: 1;
}
.hero1-navbar-interactive {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: var(--dl-space-space-twounits) var(--dl-space-space-threeunits);
  position: relative;
  transform: skewY(-2deg);
  width: 100%;
  z-index: 100;
}
.hero1-logo-icone-social {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  height: 50px;
  justify-content: flex-start;
  width: auto;
}
.hero1-logo {
  height: 4rem;
  margin-right: var(--dl-space-space-threeunits);
}
.hero1-instagram,
.hero1-linkedin,
.hero1-whatsapp {
  height: 2rem;
}
.hero1-desktop-menu {
  display: none;
}
.hero1-nav {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.hero1-text001,
.hero1-text002,
.hero1-text003,
.hero1-text004 {
  margin-left: var(--dl-space-space-twounits);
}
.hero1-btn-group {
  align-items: center;
  display: none;
  flex-direction: row;
  justify-content: space-between;
}
.hero1-login {
  border-width: 0;
  margin-right: var(--dl-space-space-twounits);
}
.hero1-burger-menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
.hero1-menu-icon {
  object-fit: cover;
  width: 50px;
}
.hero1-mobile-menu {
  background-image: url(/playground_assets/home-1500h.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  left: 0;
  padding: 32px;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: 0.5s;
  width: 100%;
  z-index: 100;
}
.hero1-mobile-menu--on-top {
  position: relative;
}
.hero1-mobile-menu--on-top:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.hero1-nav1 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.hero1-container1 {
  align-items: center;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.hero1-menu-close {
  align-items: center;
  display: flex;
  justify-content: center;
}
.hero1-icon {
  fill: #fff;
  height: 24px;
  width: 24px;
}
.hero1-nav2 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.hero1-text005 {
  color: #fff;
  font-family: Mongoose;
  font-size: 46px;
  margin-bottom: var(--dl-space-space-unit);
}
.hero1-text006,
.hero1-text007,
.hero1-text008,
.hero1-text009 {
  color: #daff41;
  font-family: Mongoose;
  font-size: 18vh;
}
.hero1-text009 {
  margin-bottom: var(--dl-space-space-unit);
}
.hero1-container2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 30px;
  margin-top: -20px;
  width: auto;
}
.hero1-instagram1,
.hero1-instagram2,
.hero1-instagram3 {
  object-fit: cover;
  width: 33px;
}
.hero1-hero-h-div {
  gap: 80px;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  transform: skewY(-2deg);
  width: 100%;
}
.hero1-hero-h-div,
.hero1-heroh-part1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
}
.hero1-heroh-part1 {
  flex-direction: column;
  height: auto;
  margin-left: 41px;
  margin-top: 73px;
  width: 40%;
}
.hero1-text010 {
  color: #8815ac;
  font-family: Mongoose;
  font-size: 250px;
  line-height: 0.9;
  white-space: nowrap;
  z-index: 10;
}
.hero1-container3 {
  align-items: flex-start;
  background-color: #daff41;
  display: flex;
  height: 45px;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  margin-top: -80px;
  width: 532px;
}
.hero1-text011 {
  align-self: flex-start;
  color: #8815ac;
  font-family: Mongoose;
  font-size: 250px;
  line-height: 0.8;
}
.hero1-text012 {
  align-self: flex-start;
  color: #9d8df1;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: var(--dl-space-space-sixunits);
  margin-top: var(--dl-space-space-unit);
}
.hero1-heroh-part2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 50px;
  height: auto;
  justify-content: center;
  width: 50%;
}
.hero1-text-right-hero {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  height: 213px;
  width: auto;
}
.hero1-text015 {
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(-20deg);
}
.hero1-text016 {
  color: #8815ac;
}
.hero1-text017 {
  color: #9d8df1;
}
.hero1-text018 {
  align-self: flex-end;
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(15deg);
}
.hero1-text019 {
  color: #8815ac;
}
.hero1-text020 {
  color: #9d8df1;
}
.hero1-text-right-hero1 {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  height: 213px;
  width: auto;
}
.hero1-text021 {
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(15deg);
}
.hero1-text022 {
  color: #8815ac;
}
.hero1-text023 {
  color: #9d8df1;
}
.hero1-text024 {
  align-self: flex-end;
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(-15deg);
}
.hero1-text025 {
  color: #8815ac;
}
.hero1-text026 {
  color: #9d8df1;
}
.hero1-text-right-hero2 {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  height: 213px;
  width: auto;
}
.hero1-text027 {
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(-9deg);
}
.hero1-text028 {
  color: #8815ac;
}
.hero1-text029 {
  color: #9d8df1;
}
.hero1-text030 {
  align-self: flex-end;
  font-family: Mongoose;
  font-size: 101px;
  transform: rotate(-8deg);
}
.hero1-text031 {
  color: #8815ac;
}
.hero1-text032 {
  color: #9d8df1;
}
.hero1-striscia-sotto {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.hero1-show-reel,
.hero1-show-reel01,
.hero1-show-reel02,
.hero1-show-reel03,
.hero1-show-reel04,
.hero1-show-reel05,
.hero1-show-reel06,
.hero1-show-reel07,
.hero1-show-reel08,
.hero1-show-reel09,
.hero1-show-reel10,
.hero1-show-reel11,
.hero1-show-reel12,
.hero1-show-reel13,
.hero1-show-reel14,
.hero1-show-reel15,
.hero1-show-reel16,
.hero1-show-reel17,
.hero1-show-reel18,
.hero1-show-reel19,
.hero1-show-reel20,
.hero1-show-reel21,
.hero1-show-reel22,
.hero1-show-reel23,
.hero1-show-reel24,
.hero1-show-reel25,
.hero1-show-reel26,
.hero1-show-reel27,
.hero1-show-reel28,
.hero1-show-reel29,
.hero1-show-reel30,
.hero1-show-reel31,
.hero1-show-reel32,
.hero1-show-reel33 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.hero1-root-class-name {
  background-repeat: no-repeat;
}
@media (max-width: 3200px) {
  .hero1-btn-group,
  .hero1-desktop-menu {
    display: none;
  }
  .hero1-burger-menu {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .hero1-heroh-part2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero1-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .hero1-text001,
  .hero1-text002,
  .hero1-text003,
  .hero1-text004 {
    margin-left: var(--dl-space-space-unit);
  }
  .hero1-nav2 {
    align-self: flex-start;
    margin-bottom: 0;
  }
  .hero1-text005 {
    font-size: 36px;
  }
  .hero1-text006,
  .hero1-text007,
  .hero1-text008,
  .hero1-text009 {
    font-size: 110px;
  }
  .hero1-text010 {
    font-size: 140px;
  }
  .hero1-container3 {
    height: 35px;
    margin-bottom: var(--dl-space-space-unit);
    margin-right: 0;
    margin-top: -55px;
    width: 318px;
  }
  .hero1-text011 {
    font-size: 140px;
  }
  .hero1-text012 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .hero1-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .hero1-instagram,
  .hero1-linkedin,
  .hero1-whatsapp {
    display: none;
  }
  .hero1-mobile-menu {
    padding: 16px;
  }
  .hero1-heroh-part1 {
    margin-left: var(--dl-space-space-halfunit);
    width: 100%;
  }
  .hero1-text010 {
    width: 100%;
  }
  .hero1-text012 {
    margin-right: var(--dl-space-space-unit);
    width: auto;
  }
  .hero1-root-class-name {
    margin-top: 0;
  }
}
@media (max-width: 1120px) {
  .logo-animated-container {
    display: none !important;
  }
}
.video-component-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.video-component-video-div1 {
  align-items: flex-start;
  align-self: center;
  display: flex;
  height: 50vw;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.video-component-background-video {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.video-component-video-icona1 {
  align-self: flex-end;
  display: none;
  margin-bottom: -90px;
  margin-left: 70px;
  object-fit: cover;
  width: 100px;
  z-index: 10;
}
.video-component-video-icona2 {
  display: none;
  margin-right: 10px;
  margin-top: -30px;
  object-fit: cover;
  width: 50px;
  z-index: 10;
}
.video-component-root-class-name {
  align-self: center;
  margin-bottom: -2.5vw;
  margin-top: -1.8vw;
  position: relative;
}
@media (max-width: 1200px) {
  .videoServizi {
    width: 80vw;
  }
}
@media (max-width: 900px) {
  .video-component-video-div1 {
    height: 50vw;
    width: 90%;
  }
  .logoDominiHero {
    margin-top: -100px;
  }
  .video-component-video-icona1 {
    align-self: flex-end;
    margin-bottom: -90px;
    margin-left: 0;
    object-fit: cover;
    width: 100px;
    z-index: 10;
  }
  .video-component-container {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .video-component-video-icona2 {
    margin-right: -20px;
    margin-top: -30px;
    object-fit: cover;
    width: 50px;
    z-index: 10;
  }
}
@media (min-width: 2500px) {
  .logoDominiHero {
    margin-top: -430px;
  }
}
@media (min-width: 901px) {
  .video-component-video-icona1,
  .video-component-video-icona2 {
    display: none !important;
  }
}
.about-us-container {
  align-items: center;
  background-color: #8815ac;
  display: flex;
  flex-direction: column;
  height: 1520px;
  justify-content: center;
  position: relative;
  transform: skewY(-2deg);
  transform-origin: top right;
  width: 100%;
}
.about-us-striscia-sopra-about {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.about-us-aboutus,
.about-us-aboutus01,
.about-us-aboutus02,
.about-us-aboutus03,
.about-us-aboutus04,
.about-us-aboutus05,
.about-us-aboutus06,
.about-us-aboutus07,
.about-us-aboutus08,
.about-us-aboutus09,
.about-us-aboutus10,
.about-us-aboutus11,
.about-us-aboutus12,
.about-us-aboutus13,
.about-us-aboutus14,
.about-us-aboutus15,
.about-us-aboutus16,
.about-us-aboutus17,
.about-us-aboutus18,
.about-us-aboutus19,
.about-us-aboutus20,
.about-us-aboutus21,
.about-us-aboutus22,
.about-us-aboutus23,
.about-us-aboutus24,
.about-us-aboutus25,
.about-us-aboutus26,
.about-us-aboutus27,
.about-us-aboutus28,
.about-us-aboutus29,
.about-us-aboutus30,
.about-us-aboutus31,
.about-us-aboutus32,
.about-us-aboutus33,
.about-us-aboutus34,
.about-us-aboutus35,
.about-us-aboutus36,
.about-us-aboutus37,
.about-us-aboutus38,
.about-us-aboutus39 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.about-us-about-us-div1 {
  align-items: center;
  align-self: flex-start;
  background-position: 80% 20%, 80% 80%, 20% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  justify-content: center;
  transform: skewY(2deg);
  width: 100%;
}
.about-us-about-child1,
.about-us-about-us-div1 {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.about-us-about-child1 {
  align-items: flex-start;
  height: auto;
  margin-bottom: var(--dl-space-space-fiveunits);
  width: 70%;
}
.about-us-text80 {
  font-family: Mongoose;
  font-size: 80px;
  line-height: 1.2;
}
.about-us-text81 {
  color: #fbfbffcc;
}
.about-us-text82 {
  color: #fbfbffcc;
  font-family: Mongoose;
}
.about-us-text83 {
  color: #fbfbffcc;
}
.about-us-text84 {
  color: #fbfbffcc;
  font-family: Mongoose;
}
.about-us-text85 {
  color: #fbfbffcc;
}
.about-us-text86 {
  background-color: #daff41;
  color: #005884;
}
.about-us-text87 {
  color: #fbfbffcc;
}
.about-us-text88 {
  background-color: #daff41;
  color: #005884;
}
.about-us-text89 {
  color: #fbfbffcc;
}
.about-us-text90 {
  background-color: #daff41;
  color: #005884;
}
.about-us-text91 {
  color: #fbfbffcc;
}
@media (max-width: 1200px) {
  .about-us-about-us-div1 {
    background-position: 50%;
    background-size: contain;
  }
}
@media (max-width: 850px) {
  .about-us-text80 {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .about-us-about-child1 {
    width: 90%;
  }
  .about-us-text80 {
    font-size: 50px;
  }
  .about-us-container {
    height: 1200px;
  }
}
@media (min-width: 1350px) {
  .about-us-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 85vw;
    justify-content: center;
    position: relative;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
  }
}
@media (min-width: 1530px) {
  .about-us-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 60vw;
    justify-content: center;
    position: relative;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .about-us-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 50vw;
    justify-content: center;
    position: relative;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .about-us-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 45vw;
    justify-content: center;
    position: relative;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
  }
}
@media (min-width: 2300px) {
  .about-us-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 35vw;
    justify-content: center;
    position: relative;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
  }
}
.case-story-container {
  align-items: center;
  background-color: var(--dl-color-gray-white);
  display: flex;
  flex-direction: column;
  height: 461px;
  justify-content: center;
  position: relative;
  transform: skewY(2deg);
  transform-origin: top right;
  width: 100%;
  z-index: 10;
}
.case-story-striscia-sotto-about {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.case-story-casestory,
.case-story-casestory01,
.case-story-casestory02,
.case-story-casestory03,
.case-story-casestory04,
.case-story-casestory05,
.case-story-casestory06,
.case-story-casestory07,
.case-story-casestory08,
.case-story-casestory09,
.case-story-casestory10,
.case-story-casestory11,
.case-story-casestory12,
.case-story-casestory13,
.case-story-casestory14,
.case-story-casestory15,
.case-story-casestory16,
.case-story-casestory17,
.case-story-casestory18,
.case-story-casestory19,
.case-story-casestory20,
.case-story-casestory21,
.case-story-casestory22,
.case-story-casestory23,
.case-story-casestory24,
.case-story-casestory25,
.case-story-casestory26,
.case-story-casestory27,
.case-story-casestory28,
.case-story-casestory29,
.case-story-casestory30,
.case-story-casestory31,
.case-story-casestory32,
.case-story-casestory33,
.case-story-casestory34,
.case-story-casestory35,
.case-story-casestory36,
.case-story-casestory37,
.case-story-casestory38,
.case-story-casestory39 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.case-story-about-us-div1 {
  align-items: flex-start;
  align-self: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.case-story-root-class-name {
  background-color: #fbfbff;
  height: 230px;
}
@media (min-width: 2500px) {
  .case-story-root-class-name {
    height: 361px;
  }
}
.image-slider-container {
  align-items: center;
  height: 1207px;
}
.image-slider-container,
.image-slider-slide {
  display: flex;
  justify-content: center;
  width: 100%;
}
.image-slider-slide {
  align-items: flex-start;
  align-self: center;
  flex: 0 0 auto;
  gap: 120px;
}
.image-slider-slide-div1 {
  align-items: flex-start;
  background-image: url(/playground_assets/screen1-700h.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 344px;
  justify-content: space-between;
  width: 550px;
  z-index: 10;
}
.image-slider-div-c1 {
  align-items: center;
  align-self: flex-start;
  display: flex;
  height: 144px;
  justify-content: flex-start;
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-top: -90px;
  width: 100px;
}
.image-slider-text,
.image-slider-text04 {
  color: #005884;
  font-family: Mongoose;
  font-size: 163px;
  font-style: normal;
  font-weight: 800;
  height: 100%;
  letter-spacing: 0.4px;
  width: 100%;
  z-index: 1;
}
.image-slider-ellisse {
  align-items: flex-start;
  background-image: url(/playground_assets/ellisse%2027-200h.png);
  background-position: 50%;
  background-size: cover;
  height: 87px;
  margin-left: -55px;
  width: 87px;
}
.image-slider-div1c2,
.image-slider-ellisse {
  align-self: flex-end;
  display: flex;
  flex: 0 0 auto;
}
.image-slider-div1c2 {
  align-items: center;
  background-color: #8815ac;
  border-radius: 5px;
  height: 73px;
  justify-content: center;
  margin-bottom: -65px;
  margin-right: -30px;
  transform: rotate(-6deg);
  width: 350px;
}
.image-slider-text07 {
  color: #daff41;
  font-family: Mongoose;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
}
.image-slider-slide-div2 {
  align-items: flex-start;
  background-image: url(/playground_assets/screen2-700h.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  height: 644px;
  justify-content: space-between;
  width: 950px;
}
.image-slider-div-c11 {
  align-items: center;
  align-self: flex-start;
  display: flex;
  height: 144px;
  justify-content: flex-start;
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-top: -90px;
  width: 100px;
}
.image-slider-text08,
.image-slider-text12 {
  color: #005884;
  font-family: Mongoose;
  font-size: 163px;
  font-style: normal;
  font-weight: 800;
  height: 100%;
  letter-spacing: 0.4px;
  width: 100%;
  z-index: 1;
}
.image-slider-ellisse1 {
  align-items: flex-start;
  background-image: url(/playground_assets/ellisse%2027-200h.png);
  background-position: 50%;
  background-size: cover;
  height: 87px;
  margin-left: -55px;
  width: 87px;
}
.image-slider-div1c21,
.image-slider-ellisse1 {
  align-self: flex-end;
  display: flex;
  flex: 0 0 auto;
}
.image-slider-div1c21 {
  align-items: center;
  background-color: #8815ac;
  border-radius: 5px;
  height: 103px;
  justify-content: center;
  margin-bottom: -65px;
  margin-right: -30px;
  transform: rotate(-6deg);
  width: 600px;
}
.image-slider-text15 {
  color: #daff41;
  font-family: Mongoose;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
}
.image-slider-root-class-name {
  align-self: center;
  height: var(--dl-size-size-maxwidth);
  width: 100%;
}
.image-slider-root-class-name1 {
  margin-top: -200px;
}
@media (max-width: 768px) {
  .image-slider-slide-div1 {
    height: 70vw;
    width: 90%;
  }
  .image-slider-div1c2 {
    height: 70px !important;
    margin-right: 20px !important;
    margin-top: -50px !important;
    width: 240px !important;
  }
  .image-slider-text07 {
    font-size: 50px;
  }
  .image-slider-text {
    font-size: 100px;
    margin-top: 105px;
  }
  .image-slider-ellisse {
    height: 50px;
    margin-left: -172px;
    width: 50px;
  }
}
.popup-container2 {
  align-items: center;
  background-color: #00000080;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 5%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 44;
}
.popcontentrotation {
  transform: rotate(3deg);
}
.popup-content2 {
  animation: popupOpen 0.3s ease-out;
  background-color: #8815ac;
  border-color: #daff41;
  border-radius: 5px;
  border-radius: 20px;
  border-width: 4px;
  padding: 200px;
  position: relative;
  transform: rotate(-3deg);
}
.popup-close2 {
  background-color: initial;
  border: none;
  color: #daff41;
  cursor: pointer;
  font-size: 1.5rem;
  font-size: 2;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.titlepopupdiv {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: left;
}
.popup-textH1 {
  color: #daff41;
  font-size: 5.2rem;
}
.popup-textH1,
.popup-textNumber {
  font-family: Mongoose, sans-serif;
  font-weight: 800;
}
.popup-textNumber {
  color: #fff;
  font-size: 3.2rem;
}
.popup-textP {
  color: #fff;
  font-family: Mongoose, sans-serif;
  font-size: 2rem;
}
@media (max-width: 1170px) {
  .popup-content2 {
    padding: 100px;
  }
}
@media (max-width: 945px) {
  .popup-content2 {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .image-slider-slide-div2 {
    height: 500px;
    width: 500px;
  }
  .image-slider-div1c2,
  .image-slider-div1c21 {
    height: 100px;
    margin-left: -30px;
    width: 140px;
  }
}
@media (max-width: 1920px) {
  .image-slider-slide {
    justify-content: flex-start;
    margin-left: var(--dl-space-space-fiveunits);
  }
}
@media (max-width: 550px) {
  .image-slider-slide {
    gap: 80px;
  }
  .case-popup .popup-textP {
    font-size: 1.7rem;
  }
  .service-popup .popup-textP {
    font-size: 1.7em;
  }
  .popup-content2 {
    min-width: 120%;
  }
}
@media (max-width: 451px) {
  .image-slider-root-class-name1 {
    margin-top: -250px;
  }
}
@media (max-width: 375px) {
  .case-popup .popup-textP {
    font-size: 1.6rem;
  }
  .popup-content2 {
    padding: 20px 30px;
  }
  .popup-textH1 {
    font-size: 3.2rem;
  }
}
.servizi-container {
  align-items: center;
  background-color: #005884;
  display: flex;
  flex-direction: column;
  height: 1030px;
  justify-content: center;
  position: relative;
  transform: skewY(1deg);
  transform-origin: top right;
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}
.zoom-image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease-in-out;
  width: 100%;
}
.zoom-wrapper {
  border-radius: 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@keyframes popupOpen {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(-3deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(-3deg);
  }
}
.popup {
  align-items: center;
  animation: popupOpen 0.3s ease-out;
  background-color: #000c;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.popup-close {
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup-video {
  border-radius: 8px;
  max-height: 80%;
  max-width: 80%;
}
.image-overlay {
  align-items: center;
  background-color: #00000080;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.zoom-wrapper:hover .zoom-image {
  transform: scale(1.2);
}
.zoom-wrapper:hover .image-overlay {
  opacity: 1;
}
.play-button {
  color: #fff;
  font-size: 2rem;
}
.zoom-image:hover {
  transform: scale(1.2);
}
.servizi-striscia-sopra-servizi {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.servizi-servizi {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  gap: 20px;
  overflow: hidden;
}
.servizi-servizi,
.servizi-servizi01 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  white-space: nowrap;
}
.servizi-servizi01 {
  font-weight: 800;
}
.servizi-servizi02,
.servizi-servizi03,
.servizi-servizi04,
.servizi-servizi05,
.servizi-servizi06,
.servizi-servizi07,
.servizi-servizi08,
.servizi-servizi09,
.servizi-servizi10,
.servizi-servizi11,
.servizi-servizi12,
.servizi-servizi13,
.servizi-servizi14,
.servizi-servizi15,
.servizi-servizi16,
.servizi-servizi17,
.servizi-servizi18,
.servizi-servizi19,
.servizi-servizi20,
.servizi-servizi21,
.servizi-servizi22,
.servizi-servizi23,
.servizi-servizi24,
.servizi-servizi25,
.servizi-servizi26,
.servizi-servizi27,
.servizi-servizi28,
.servizi-servizi29,
.servizi-servizi30,
.servizi-servizi31,
.servizi-servizi32,
.servizi-servizi33,
.servizi-servizi34,
.servizi-servizi35,
.servizi-servizi36,
.servizi-servizi37,
.servizi-servizi38,
.servizi-servizi39,
.servizi-servizi40,
.servizi-servizi41,
.servizi-servizi42,
.servizi-servizi43,
.servizi-servizi44,
.servizi-servizi45,
.servizi-servizi46,
.servizi-servizi47,
.servizi-servizi48,
.servizi-servizi49,
.servizi-servizi50,
.servizi-servizi51,
.servizi-servizi52,
.servizi-servizi53,
.servizi-servizi54,
.servizi-servizi55,
.servizi-servizi56,
.servizi-servizi57,
.servizi-servizi58,
.servizi-servizi59,
.servizi-servizi60,
.servizi-servizi61,
.servizi-servizi62 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.servizi-about-us-div1 {
  align-items: center;
  align-self: flex-start;
  background-image: url(/playground_assets/sfondoservizi-1600h.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  justify-content: center;
  transform: skewY(-1deg);
  width: 100%;
}
.servizi-about-child1,
.servizi-about-us-div1 {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.servizi-about-child1 {
  align-items: flex-start;
  height: auto;
  margin-bottom: var(--dl-space-space-fiveunits);
  margin-top: -130px;
  width: 76%;
}
.servizi-c1 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
}
.servizi-text126 {
  color: #fbfbff;
  font-family: Mongoose;
  font-size: 178px;
  line-height: 1.2;
}
.servizi-image {
  object-fit: cover;
  width: 30px;
}
.servizi-image1 {
  object-fit: cover;
  width: 285px;
}
.servizi-c2 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
}
.servizi-text127 {
  color: #fbfbff;
  font-family: Mongoose;
  font-size: 178px;
  line-height: 1.2;
  white-space: nowrap;
}
.servizi-image2 {
  object-fit: cover;
  width: 30px;
}
.servizi-image3 {
  object-fit: cover;
  width: 285px;
}
.servizi-c3 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: flex-start;
  width: 100%;
}
.servizi-text128 {
  color: #fbfbff;
  font-family: Mongoose;
  font-size: 178px;
  line-height: 1.2;
  white-space: nowrap;
}
.servizi-image4 {
  object-fit: cover;
  width: 30px;
}
.servizi-image5 {
  object-fit: cover;
  width: 285px;
}
@media (max-width: 1920px) {
  .servizi-text126,
  .servizi-text127,
  .servizi-text128 {
    font-size: 148px;
  }
}
@media (max-width: 1550px) {
  .servizi-about-us-div1 {
    background-position: 50%;
    background-size: contain;
  }
  .servizi-about-child1 {
    gap: 30px;
  }
  .servizi-text126,
  .servizi-text127,
  .servizi-text128 {
    font-size: 100px;
  }
}
@media (max-width: 1210px) {
  .servizi-c1 {
    flex-direction: column;
  }
  .servizi-text126 {
    text-align: center;
  }
  .servizi-c2 {
    flex-direction: column;
  }
  .servizi-text127 {
    text-align: center;
  }
  .servizi-c3 {
    flex-direction: column;
  }
  .servizi-text128 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .servizi-about-child1 {
    gap: 30px;
  }
  .servizi-c1 {
    flex-direction: column;
  }
  .servizi-text126 {
    font-size: 70px;
    text-align: center;
  }
  .servizi-c2 {
    flex-direction: column;
  }
  .servizi-text127 {
    font-size: 70px;
    text-align: center;
  }
  .servizi-c3 {
    flex-direction: column;
  }
  .servizi-text128 {
    font-size: 70px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .servizi-about-child1 {
    width: 90%;
  }
  .servizi-text126,
  .servizi-text127 {
    font-size: 55px;
  }
  .servizi-text128 {
    font-size: 55px;
    text-align: center;
  }
}
@media (max-width: 1211px) {
  .servizi-container {
    height: 1400px;
  }
  .servizi-about-child1 {
    margin-bottom: 140px;
  }
}
@media (max-width: 450px) {
  .servizi-container {
    margin-top: -25vw;
  }
}
.partners-container {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  transform: skewY(-2deg);
  transform-origin: top right;
  width: 100%;
}
.partners-striscia-sopra-partners {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.partners-partners,
.partners-partners01,
.partners-partners02,
.partners-partners03,
.partners-partners04,
.partners-partners05,
.partners-partners06,
.partners-partners07,
.partners-partners08,
.partners-partners09,
.partners-partners10,
.partners-partners11,
.partners-partners12,
.partners-partners13,
.partners-partners14,
.partners-partners15,
.partners-partners16,
.partners-partners17,
.partners-partners18,
.partners-partners19,
.partners-partners20,
.partners-partners21,
.partners-partners22,
.partners-partners23,
.partners-partners24,
.partners-partners25,
.partners-partners26,
.partners-partners27,
.partners-partners28,
.partners-partners29,
.partners-partners30,
.partners-partners31 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.partnersprova {
  width: 100%;
}
.partners-partners32,
.partners-partners33 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.partners-container1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  height: 100px;
  width: 100%;
}
.partners-partners-div1 {
  align-items: center;
  align-self: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  margin-bottom: -40px;
  margin-top: 40px;
  transform: skewY(2deg);
}
.partners-partners-c1,
.partners-partners-div1 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.partners-partners-c1 {
  margin-top: var(--dl-space-space-sixunits);
}
.partners-partners-c1,
.partners-partners-c2 {
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 100px;
}
.partners-partners-c2 {
  display: flex;
  justify-content: center;
  margin-left: 280px;
  width: 100%;
}
.partners-partner,
.partners-partner01,
.partners-partner02,
.partners-partner03,
.partners-partner04,
.partners-partner05,
.partners-partner06,
.partners-partner07,
.partners-partner08,
.partners-partner09 {
  object-fit: cover;
  width: 131px;
}
.partners-root-class-name {
  background-color: #fbfbff;
  margin-bottom: var(--dl-space-space-sixunits);
  margin-top: -250px;
}
@media (max-width: 1200px) {
  .partners-partners-div1 {
    background-position: 50%;
    background-size: contain;
  }
  .partners-partners-c1 {
    align-self: flex-start;
    flex-direction: row;
  }
}
@media (max-width: 479px) {
  .partners-partners-c1 {
    justify-content: flex-start;
  }
  .partners-partners-div1 {
    background-position: 50%;
    background-size: contain;
  }
}
@media (max-width: 579px) {
  .partners-partners-c1 {
    justify-content: flex-start;
  }
  .partners-partners-div1 {
    background-position: 50%;
    background-size: contain;
    margin-bottom: -90px;
    margin-top: 10px;
  }
  .partners-partner,
  .partners-partner01,
  .partners-partner02,
  .partners-partner03,
  .partners-partner04,
  .partners-partner05,
  .partners-partner06,
  .partners-partner07,
  .partners-partner08,
  .partners-partner09 {
    object-fit: cover;
    width: 131px;
  }
}
.contattaci-container {
  align-items: center;
  background-color: #8815ac;
  display: flex;
  flex-direction: column;
  height: 1060px;
  justify-content: center;
  position: relative;
  transform: skewY(1deg);
  transform-origin: top right;
  width: 100%;
}
.contattaci-striscia-sopra-contattaci {
  align-items: center;
  background-color: #dafd41;
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  height: 50px;
  justify-content: flex-start;
  overflow: hidden;
  width: 100%;
}
.contattaci-aboutus,
.contattaci-aboutus01,
.contattaci-aboutus02,
.contattaci-aboutus03,
.contattaci-aboutus04,
.contattaci-aboutus05,
.contattaci-aboutus06,
.contattaci-aboutus07,
.contattaci-aboutus08,
.contattaci-aboutus09,
.contattaci-aboutus10,
.contattaci-aboutus11,
.contattaci-aboutus12,
.contattaci-aboutus13,
.contattaci-aboutus14,
.contattaci-aboutus15,
.contattaci-aboutus16,
.contattaci-aboutus17,
.contattaci-aboutus18,
.contattaci-aboutus19,
.contattaci-aboutus20,
.contattaci-aboutus21,
.contattaci-aboutus22,
.contattaci-aboutus23,
.contattaci-aboutus24,
.contattaci-aboutus25,
.contattaci-aboutus26,
.contattaci-aboutus27,
.contattaci-aboutus28,
.contattaci-aboutus29,
.contattaci-aboutus30,
.contattaci-aboutus31,
.contattaci-aboutus32,
.contattaci-aboutus33,
.contattaci-aboutus34,
.contattaci-aboutus35,
.contattaci-aboutus36,
.contattaci-aboutus37,
.contattaci-aboutus38,
.contattaci-aboutus39,
.contattaci-aboutus40,
.contattaci-aboutus41,
.contattaci-aboutus42,
.contattaci-aboutus43 {
  color: #005884;
  font-family: Mongoose;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.contattaci-contattaci-div1 {
  align-self: flex-start;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  transform: skewY(-1deg);
  width: 100%;
}
.contattaci-contattaci-c1,
.contattaci-contattaci-div1 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}
.contattaci-contattaci-c1 {
  height: auto;
  margin-bottom: var(--dl-space-space-fiveunits);
  width: 70%;
}
.contattaci-text88 {
  color: #fbfbff;
  font-family: Mongoose;
  font-size: 100px;
  line-height: 0.5;
  text-align: center;
}
.contattaci-text90 {
  color: #daff41;
}
.contattaci-text91 {
  font-family: Mongoose;
  line-height: 1.2;
}
.contattaci-contattaci-button {
  align-items: center;
  background-color: #daff41;
  border-radius: 25px;
  display: flex;
  flex: 0 0 auto;
  height: 130px;
  justify-content: center;
  margin-top: var(--dl-space-space-sixunits);
  width: 373px;
}
.contattaci-text94 {
  color: #8815ac;
  font-family: Mongoose;
  font-size: 60px;
}
.contattaci-root-class-name {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .contattaci-contattaci-div1 {
    background-position: 50%;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .contattaci-text88 {
    font-size: 70px;
  }
  .contattaci-container {
    align-items: center;
    background-color: #8815ac;
    display: flex;
    flex-direction: column;
    height: 870px;
    justify-content: center;
    position: relative;
    transform: skewY(1deg);
    transform-origin: top right;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .contattaci-contattaci-c1 {
    width: 90%;
  }
  .contattaci-text88 {
    font-size: 55px;
  }
  .contattaci-contattaci-button {
    height: 40%;
    width: 80%;
  }
}
.popup-container3 {
  align-items: center;
  background-color: #000000b3;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.popup-content3 {
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  width: 80%;
}
.popup-close3 {
  background: #0000;
  border: none;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-scrollable3 {
  max-height: 80vh;
  overflow-y: auto;
}
.popup-content-inner3 {
  padding: 20px;
}
.popup-title3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.popup-number3 {
  font-size: 24px;
  font-weight: 700;
}
.popup-header3 {
  font-size: 18px;
  font-weight: 700;
}
.popup-text3 {
  font-size: 16px;
  margin-top: 10px;
}
.footer-container {
  align-items: center;
  background-color: #fbfbff;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  position: relative;
  width: 100%;
}
.scrollable {
  max-height: 300px;
  overflow: auto;
}
.footer-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: var(--dl-space-space-twounits) var(--dl-space-space-threeunits);
  width: 100%;
}
.footer-indirizzo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--dl-space-space-unit);
  height: auto;
  width: 156px;
}
.footer-image {
  height: auto;
  object-fit: cover;
  width: 30px;
}
.footer-text,
.footer-text2 {
  color: #005884;
  font-family: Mongoose;
  font-size: 20px;
}
.footer-links-footer {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: var(--dl-space-space-threeunits);
  height: auto;
  width: auto;
}
.footer-text4,
.footer-text5,
.footer-text6,
.footer-text7,
.footer-text8 {
  color: #005884;
  font-family: Mongoose;
  font-size: 20px;
}
.footer-icon-group {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
.footer-instagram,
.footer-linkedin,
.footer-whatsapp {
  height: 2rem;
}
.footer-root-class-name {
  margin-top: -60px;
}
@media (max-width: 767px) {
  .footer-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media (max-width: 479px) {
  .footer-footer {
    flex-direction: column;
    padding: var(--dl-space-space-unit);
  }
  .footer-image {
    margin-bottom: var(--dl-space-space-unit);
  }
  .footer-instagram,
  .footer-linkedin,
  .footer-whatsapp {
    display: none;
  }
  .footer-links-footer {
    gap: 20px;
  }
  .footer-text4,
  .footer-text5,
  .footer-text6,
  .footer-text7,
  .footer-text8 {
    font-size: 14px;
  }
  .footer-indirizzo {
    margin-bottom: 20px;
  }
}
.home-container {
  background-color: #fbfbff;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  overflow: hidden;
}
.home-case-story,
.home-container {
  align-items: center;
  display: flex;
  width: 100%;
}
.home-case-story {
  flex: 0 0 auto;
  justify-content: center;
  margin-bottom: -190px;
  margin-left: var(--dl-space-space-halfunit);
  margin-top: -300px;
  overflow-x: scroll;
}
.home-case-story,
.image-slider-container {
  position: relative;
}
.home-scroll-button {
  align-items: flex-start;
  background-image: url(/playground_assets/raggruppa%2051-200h.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 114px;
  max-height: 114px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  width: 114px;
  z-index: 10;
}
.home-scroll-button,
.home-scroll-button.hidden {
  opacity: 0;
  visibility: hidden;
}
.home-scroll-button.visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  visibility: visible;
}
@keyframes scrollAnimation {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 4000px;
  }
}
.loading-container.scroll-animation {
  animation: scrollAnimation 4s linear infinite;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media (max-width: 868px) {
  .loading-container.scroll-animation {
    animation: scrollAnimation 8s linear infinite;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
@media (max-width: 668px) {
  .loading-container.scroll-animation {
    animation: scrollAnimation 10s linear infinite;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
@media (max-width: 408px) {
  .loading-container.scroll-animation {
    animation: scrollAnimation 12s linear infinite;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
.loading-container {
  align-items: center;
  background-color: #8815ac;
  background-image: url(/playground_assets/raggruppa\ 981-1600h.png);
  background-position: 50%;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.loading-container.animation-complete {
  transform: translateY(-100%);
  transition: transform 1.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-text {
  color: #daff41;
  display: flex;
  font-family: Mongoose, cursive;
  font-size: 4rem;
  margin-bottom: -100px;
  margin-top: 100px;
  text-transform: uppercase;
}
.letter {
  animation: compose-letter 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
}
.first-timeout .letter:first-child {
  animation-delay: 0.1s;
}
.first-timeout .letter:nth-child(2) {
  animation-delay: 0.2s;
}
.first-timeout .letter:nth-child(3) {
  animation-delay: 0.3s;
}
.first-timeout .letter:nth-child(4) {
  animation-delay: 0.4s;
}
.first-timeout .letter:nth-child(5) {
  animation-delay: 0.5s;
}
.first-timeout .letter:nth-child(6),
.second-timeout .letter:first-child {
  animation-delay: 0.6s;
}
.second-timeout .letter:nth-child(2) {
  animation-delay: 0.7s;
}
.second-timeout .letter:nth-child(3) {
  animation-delay: 0.8s;
}
.second-timeout .letter:nth-child(4) {
  animation-delay: 0.9s;
}
.second-timeout .letter:nth-child(5) {
  animation-delay: 1s;
}
.second-timeout .letter:nth-child(6) {
  animation-delay: 1.1s;
}
@keyframes compose-letter {
  0% {
    opacity: 0;
    transform: translateY(30px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.loading-bar-container {
  background-color: #005884;
  height: 20px;
  margin-top: 30px;
  position: relative;
  width: 80%;
}
.loading-bar {
  background-color: #daff41;
  height: 100%;
  position: relative;
  transition: width 0.1s ease-out;
}
.percentage {
  color: #daff41;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -24px;
}
.home-scroll-button-container {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .home-scroll-button {
    display: none;
    height: 40px;
    right: 10px;
    width: 40px;
  }
}
/*# sourceMappingURL=main.fcdd1bcb.css.map*/
