<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  margin-bottom: 10px;
  line-height: 22px;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.img {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  color: #843d90;
  font-weight: 400;
}

.logolink {
  margin-bottom: 20px;
}

.ingressi {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button {
  margin-top: 10px;
  padding: 15px;
  background-color: #0096a7;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sticker {
  float: right;
}

.whitediv {
  padding: 35px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.paragraph-2 {
  margin-top: 25px;
  line-height: 24px;
}

.image {
  margin-bottom: 44px;
  margin-left: 44px;
  float: right;
}

.paragraph-3 {
  margin-top: 20px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.link {
  color: #2980bb;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.heading-2 {
  margin-top: 0px;
  font-size: 22px;
  line-height: 33px;
}

.lang {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sticker {
    display: none;
    margin-bottom: 10px;
    float: left;
    clear: none;
  }
  .paragraph {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ingressi {
    font-size: 20px;
    line-height: 26px;
  }
  .image {
    margin-bottom: 30px;
    margin-left: 0px;
    float: none;
  }
}

@media (max-width: 479px) {
  .img {
    display: block;
  }
  .heading {
    font-size: 30px;
    line-height: 38px;
  }
  .ingressi {
    font-size: 18px;
  }
  .container {
    padding-top: 85px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .heading-2 {
    font-size: 18px;
    line-height: 26px;
  }
}

</pre></body></html>