<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Ortica';
  src: url("./assets/fonts/Ortica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

header li {
  list-style: none;
}

header a {
  text-decoration: none;
}

header .header {
  border-bottom: 1px solid #E2E8F0;
}

header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
}

header .hamburger {
  display: none;
}

header .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav-item {
  margin-left: 5rem;
}

header .nav-link {
  color: #DFB103;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

header .nav-link:hover {
  text-decoration: underline;
  color: #DFB103;
}

header .logo {
  background-image: url("./assets/files/logo.svg");
  background-size: contain;
  width: 100px;
  height: 50px;
  background-position-y: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  header .nav-menu {
    position: fixed;
    left: 0;
    top: -100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }
  header .nav-menu.active {
    top: 5rem;
    padding-left: 0;
    height: calc(100vh - 5rem);
  }
  header .nav-item {
    margin: 2.5rem 0;
  }
  header .hamburger {
    display: block;
    cursor: pointer;
  }
}

.img-bg {
  background-image: url("./assets/files/img-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.bg-giallo {
  background-color: #DFB103;
}

.bg-nero {
  background-color: #1E1E1C;
}

.centra-verticale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  font-family: 'Homemade Apple', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .title {
    margin-left: 10px;
  }
}

.post-title {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 55px;
  }
}

.immagine-hero {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.citazione {
  color: #ffffff;
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .citazione {
    font-size: 25px;
  }
}

.width-75 {
  width: 75% !important;
}

@media screen and (max-width: 768px) {
  .width-75 {
    width: 100% !important;
  }
}

.titolo-sezione {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #DFB103;
}

@media screen and (max-width: 768px) {
  .titolo-sezione {
    font-size: 18px;
  }
}

.titolo-sezione-bianco {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .titolo-sezione-bianco {
    font-size: 18px;
  }
}

.descrizione-sezione {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #1E1E1C;
}

@media screen and (max-width: 768px) {
  .descrizione-sezione {
    font-size: 25px;
  }
}

.paragrafo {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  color: #000000;
  line-height: 30px;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 768px) {
  .paragrafo {
    font-size: 18px;
  }
}

.titolo-tecnica {
  font-family: 'Homemade Apple', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 53px;
  color: #1E1E1C;
}

@media screen and (max-width: 768px) {
  .titolo-tecnica {
    font-size: 30px;
    text-align: center;
  }
}

.column-count {
  /* height: 450px; */
  -webkit-column-count: 2;
          column-count: 2;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.8px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .column-count {
    -webkit-column-count: 1;
            column-count: 1;
    height: 100%;
  }
}

.img-2-cols {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.titolone {
  font-family: 'Homemade Apple', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  color: #1E1E1C;
}

@media screen and (max-width: 768px) {
  .titolone {
    font-size: 35px;
    text-align: center;
  }
}

footer li {
  list-style: none;
}

footer a {
  text-decoration: none;
}

footer .header {
  border-bottom: 1px solid #E2E8F0;
}

footer .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
}

footer .hamburger {
  display: none;
}

footer .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
}

footer .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .nav-item {
  margin-left: 5rem;
}

footer .nav-link {
  color: #DFB103;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .nav-link:hover {
  text-decoration: underline;
  color: #DFB103;
}

footer .logo {
  background-image: url("./assets/files/logo-white.svg");
  background-size: contain;
  width: 100px;
  height: 50px;
  background-position-y: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  footer .logo {
    display: block;
  }
  footer .navbar {
    text-align: left;
    display: block;
  }
  footer .nav-menu {
    display: block;
    padding-left: 0;
  }
  footer .nav-item {
    margin: 1rem 0;
  }
  footer .nav-link {
    padding: .5rem 0;
  }
  footer .hamburger {
    display: block;
    cursor: pointer;
  }
}

footer .contatta {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

footer .email a {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  footer .email a {
    font-size: 25px;
  }
}

footer .email a:hover {
  text-decoration: underline;
}

footer .bordo-bianco {
  border-top: 1px solid #ffffff;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer .bordo-bianco {
    width: 100%;
  }
}

footer .indirizzo {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}

footer .telefono {
  font-family: 'Ortica';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
}

/* .hide-header{
    top: -110px;
  }

.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 1;
} */
.instagram {
  background-color: #EDEDED;
}

.instagram .segui-stefano {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  color: #1E1E1C;
}

.slick-slide {
  margin: 0 20px;
}
.slick-slide .immagine-carousel{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick-slide {
    margin: 0;
  }
}
</pre></body></html>