<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------- Esprimo Typo3 ---------------------------- */

/* Data ultima modifica: 16 febbraio 2022 */


/************** flexslider styles **************/
.flexslider {
  margin: 0 !important;
}
.flexslider .slides &gt; li {
  position: relative;
}
.flex-control-nav {
  bottom: -60px !important;
}
.flex-control-paging li a {
  background: #EEEBE9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a:hover {
  background: #EEEBE9 !important;
}
.flex-control-paging li a.flex-active {
  background: #A69991 !important;
}


/************** payoff styles **************/
.payoff {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 700;
  width: 92%;
  padding: 0 4% 100px;
  text-align: center;
}
.payoff h1 {
  margin: 0;
  font-size: 330%;
  font-weight: 400;
  letter-spacing: -1px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.payoff h2 {
  margin: 0 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 135%;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}


/************** box styles **************/
.box {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.box01, .box02, .box03, .box04 {
  position: relative;
  float: left;
  width: 49%;
  min-height: 250px;
  padding: 100px 0 50px 0;
  margin: 0.5%;
  background: #000000;
  text-align: center;
}
.box .box01:before, .box .box02:before, .box .box03:before, .box .box04:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
.box .box01:before {
  background: url("../images/background/box01.jpg") no-repeat center center / cover;
}  
.box .box02:before {
  background: url("../images/background/box02.jpg") no-repeat center center / cover;
}
.box .box03:before {
  background: url("../images/background/box03.jpg") no-repeat center center / cover;
}
.box .box04:before {
  background: url("../images/background/box04.jpg") no-repeat center center / cover;
}

.box .box01:hover:before, .box .box02:hover:before, .box .box03:hover:before, .box .box04:hover:before {
  background: #6F6F6E;
  opacity: 1.0;
}
.box a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1.0;
}
.box h2 {
  z-index: 2;
  margin: 0 5%;
  font-size: 170%;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.box p {
  position: relative;
  z-index: 2;
  margin: 5px 5% 20px 5%;
  font-size: 110%;
  color: #FFFFFF;
}
.box span {
  position: relative;
  z-index: 2;
}




@media only screen and (max-width: 1152px) {

  ul.box {
    margin: 80px 0 50px 0;
  }

  .box01, .box02, .box03, .box04 {
    float: none;
    width: 99%;
  }

}


@media only screen and (max-width: 980px) {
  

}


@media only screen and (max-width: 768px) {

  .payoff {
    position: static;
    width: 92%;
    padding: 40px 4%;
    background: #6F6F6E;
    text-align: left;
  }
  .payoff h1 {
    font-size: 210%;
  }
  .payoff h2 {
    font-size: 110%;
  }

}


@media only screen and (max-width: 480px) {

  #content {
    padding: 10px 0px 60px 0px;
  }
}




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