@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
body .loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: all 1s ease-out;
}
body.loaded {
  overflow-y: visible;
}
body.loaded .loading {
  display: none;
}

.hero-tab.active {
  background: rgba(255, 255, 255, 0.85);
}

.hero-tab.active div:first-child {
  color: #222222;
}

.hero-tab.active div:last-child {
  color: #222222;
}/*# sourceMappingURL=stili.css.map */