<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CASE HISTORIES E PROGETTI -------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.project-focus {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: -webkit-linear-gradient(right, #1D428A, #0071CE);
  background: -moz-linear-gradient(right, #1D428A, #0071CE);
  background: -ms-linear-gradient(right, #1D428A, #0071CE);
  background: -o-linear-gradient(right, #1D428A, #0071CE);
  background: linear-gradient(right, #1D428A, #0071CE);
}
.project-focus a:first-child {
  width: calc(50% - clamp(30px, 3.5vw, 80px));
  margin-right: clamp(30px, 3.5vw, 80px);
}
.project-focus .text {
  width: 50%;
  padding: clamp(30px, 3.5vw, 80px) 0;
}
.project-focus .text .btn {
  margin-top: 20px;
}
.project-focus h1 {
  font-size: clamp(30px, 3vw, 55px);
  line-height: normal;
  border-bottom: 2px solid #F88C1D;
  padding-bottom: clamp(10px, 1vw, 15px);
  max-width: 700px;
  color: #FFFFFF;
}
.project-focus h2, .project-focus label {
  font-size: clamp(18px, 1vw, 24px);
  display: block;
  max-width: 700px;
  color: #FFFFFF;
}
.project-focus label {
  margin-bottom: clamp(25px, 2.5vw, 50px);
  color: #F88C1D;
}

.projects-list-container {
  margin: 50px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.projects-list-container .two {
  min-width: 210px;
  width: calc(clamp(240px, 20%, 360px) - 30px);
  padding-right: 30px;
}
.projects-list-container .ten {
  border-left: 1px solid #DADEE3;
  width: calc(100% - clamp(240px, 20%, 360px) - 60px);
  padding-left: 30px;
}
.projects-list-container .tags-container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
}
.projects-list-container .tags-container .flex {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 20px;
}
.projects-list-container .tags-container .projectTags.tags .link,
.projects-list-container .tags-container .caseHistoryTags.tags .link,
.projects-list-container .tags-container .projectTags.tags a,
.projects-list-container .tags-container .caseHistoryTags.tags a {
  margin: 3px 6px 3px 0;
  padding: 3px 10px;
  display: inline-block;
  text-align: center;
  /*margin: 4px 8px 4px 0;
  padding: 3px 9px 3px 20px;*/
}
.projects-list-container .tags-container .cf {
  border-top: 1px solid #DADEE3;
  margin-top: 10px;
  padding-top: 10px;
}
.projects-list-container .tags-container .cf a.cancella-filtri {
  background-color: #F88C1D;
  color: #000000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.projects-list-container .tags-container .cf a.cancella-filtri i {
  font-size: 18px;
  margin-right: 5px;
}

.projects-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.projects-list article {
  margin: 10px 0 clamp(25px, 3vw, 50px) 0;
  width: calc(52% - clamp(25px, 3vw, 50px));
}
.projects-list article:nth-child(2n+1) {
  margin-right: clamp(25px, 3vw, 50px);
}
.projects-list article a:first-child {
  display: block;
  width: 100%;
}
.projects-list article .tit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 30px;
}
.projects-list article .tags {
  border-top: 1px solid #E2E6EB;
  border-bottom: 1px solid #E2E6EB;
  margin-bottom: 30px;
  padding: 5px 0;
}
.projects-list article h2 {
  width: calc(100% - 200px);
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  /*height: 44px;*/
  margin: 15px 15px 15px 0;
  color: #0071CE;
  font-size: clamp(15px, 4vw, 18px);
  line-height: normal;
  /*-webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;*/
}
.projects-list article .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}
.projects-list article h3 {
  color: #606B74;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif;
  margin: 10px 0;
  font-size: clamp(16px, 4vw, 17px);
  line-height: clamp(24px, 4vw, 24px);
}
.projects-list article p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.btn-projects {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1279px) {
  .projects-list article .tit {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .projects-list article .tit h2 {
    width: 100%;
    margin: 10px 0;
  }
  .projects-list article .tit .btn {
    display: none;
  }
  .projects-list article .btn-projects {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    float: right;
    margin-top: 10px;
  }
}
@media all and (max-width: 1023px) {
  .projects-list-container {
    flex-direction: column;
  }
  .projects-list-container .two, .projects-list-container .ten {
    width: 100%;
    padding: 0;
    border: none;
  }
  .projects-list-container .tags-container .flex {
    display: none;
  }
}
@media all and (max-width: 900px) {
  .projects-list article {
    margin-right: 0;
    width: 100%;
  }
  .projects-list article:nth-child(2n+1) {
    margin-right: 0;
  }
  .project-focus {
    flex-direction: column;
  }
  .project-focus a:first-child, .project-focus .text {
    margin-right: 0;
    margin-top: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-bottom: 25px;
  }
}
.tags-select, .tags-select-case {
  display: none;
}

@media all and (max-width: 768px) {
  .projects-list-container .tags-container {
    display: none;
  }
  .tags-select, .tags-select-case {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .editorial.flex, .editorial.flex.reverse {
    flex-direction: column;
  }
  .editorial.flex .img-container, .editorial.flex.reverse .img-container {
    margin-top: 20px;
  }
  .editorial.flex .img-container, .editorial.flex .text, .editorial.flex.reverse .img-container, .editorial.flex.reverse .text {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .projects-list article {
    margin-bottom: 60px;
  }
  .projects-list article .tit {
    flex-direction: column;
  }
  .projects-list article .tit h3 {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    height: auto;
  }
  .projects-list article .tit .btn {
    margin-top: 0;
  }
}

/*# sourceMappingURL=projects.css.map */
</pre></body></html>