/* barlow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/barlow-v13-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  transition: 0.2s;
  outline: 0;
  cursor: pointer;
  color: #f0882e;
}
a:hover {
  color: #ffffff;
}
a.is-link {
  text-decoration: underline;
}
body {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #083630;
  font-weight: 400;
  background: #fff;
}
body .environment-test {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c92100;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  z-index: 1000;
}
body.is-home .main {
  height: calc(100dvh - 89px);
}
body.is-home .main .home-cols-servizi {
  width: 76%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body.is-home .main .home-cols-servizi .home-col-servizio {
  width: 25%;
}
body.is-home .main .home-cols-servizi .home-col-servizio .cell .cell-container .cell-title {
  height: 175px;
}
body.is-home .main .home-col-utils .cell .cell-container {
  justify-content: flex-start;
}
body.is-home .main .home-col-utils .cell .cell-container .cell-subtitle {
  height: 75px !important;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(odd) {
  background-color: #ebeae5;
}
table tr th {
  padding: 20px;
  background: #f0882e;
  color: #fff;
}
table tr td {
  padding: 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
.list {
  margin-bottom: 25px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin: 25px 0 40px;
  text-align: center;
  color: #f0882e;
}
h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f0882e;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #395e5a;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 0 40px;
  font-weight: 600;
  height: 50px;
}
.btn.btn-important {
  background-color: #f0882e;
}
.btn.btn-no-important {
  background-color: #ebeae5;
}
.btn.btn-only-icon {
  width: 50px;
  min-width: 50px;
  padding: 0;
}
.btn:hover {
  color: #fff;
  background-color: #062622;
}
.btn.btn-arrow {
  width: 55px;
  height: 55px;
  padding: 0;
  background-image: url('/img/icon-arrow-button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.btn.btn-ghost {
  background-color: transparent;
  border: 1px solid #f0882e;
  color: #f0882e;
}
.btn.btn-ghost:hover {
  background-color: #f0882e;
  color: #fff;
}
.container {
  margin: auto;
  max-width: 1440px;
  padding: 0 25px;
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-orange {
  color: #f0882e;
}
.bk-orange {
  background-color: #f0882e !important;
}
.bk-green-dark {
  background-color: #083630 !important;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #f0882e;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #395e5a;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 0 40px;
  font-weight: 600;
  height: 50px;
  margin: 2px;
  border-radius: 100%;
  padding: 8px 6px;
}
.pagination .pagination-prev.btn-important,
.pagination .pagination-next.btn-important {
  background-color: #f0882e;
}
.pagination .pagination-prev.btn-no-important,
.pagination .pagination-next.btn-no-important {
  background-color: #ebeae5;
}
.pagination .pagination-prev.btn-only-icon,
.pagination .pagination-next.btn-only-icon {
  width: 50px;
  min-width: 50px;
  padding: 0;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  color: #fff;
  background-color: #062622;
}
.pagination .pagination-prev.btn-arrow,
.pagination .pagination-next.btn-arrow {
  width: 55px;
  height: 55px;
  padding: 0;
  background-image: url('/img/icon-arrow-button.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.pagination .pagination-prev.btn-ghost,
.pagination .pagination-next.btn-ghost {
  background-color: transparent;
  border: 1px solid #f0882e;
  color: #f0882e;
}
.pagination .pagination-prev.btn-ghost:hover,
.pagination .pagination-next.btn-ghost:hover {
  background-color: #f0882e;
  color: #fff;
}
.pagination .pagination-current {
  display: flex;
  align-items: center;
  padding: 8px 16px;
}
/* ACCORDION */
.accordion-item {
  background-color: #ebeae5;
  border-radius: 15px;
  padding: 35px 35px 35px 60px;
}
.accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-item .accordion-header .accordion-title {
  margin: 0;
}
.accordion-item .accordion-header .btn {
  background-color: #f0882e;
}
.accordion-item .accordion-content {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.accordion-item:not(:last-child) {
  margin-bottom: 25px;
}
.accordion-item.is-open {
  background-color: #f0882e;
}
.accordion-item.is-open .accordion-header .accordion-title {
  color: #fff;
}
.accordion-item.is-open .accordion-header .btn {
  background-color: #ebeae5;
  color: #f0882e;
}
.accordion-item.is-open .accordion-header .btn svg line:nth-child(1) {
  transform: rotate(90deg);
}
.accordion-item.is-open .accordion-content {
  height: auto;
  padding-top: 25px;
  padding-bottom: 20px;
  opacity: 1;
}
/* COLS */
.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cols .col {
  width: 19%;
  border-color: #f0882e;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
.cols .col.big {
  width: 24%;
}
.cols .col.double {
  width: 38%;
}
.cols .col.triple {
  width: 57%;
}
.cols .col.quadruple-big {
  width: 81%;
}
.cols .col .col-container {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.cols .col .col-container .col-icons {
  line-height: 0;
}
.cols .col .col-container .col-icons svg {
  width: 48px;
  height: 48px;
  color: #f0882e;
}
.cols .col .col-container .contact-toggle-icon {
  overflow: visible;
}
.cols .col .col-container .contact-toggle-icon .contact-toggle-icon-line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.25s ease, stroke 0.2s ease;
}
.cols .col .col-container.h-center {
  justify-content: center;
}
/* HEADER */
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-size: 21px;
  font-weight: 500;
  height: 89px;
}
.header .header-logo img {
  height: 48px;
}
.header #m_contatti {
  border-right: none;
}
.header #m_contatti:hover {
  background-color: #f0882e;
  color: #fff;
}
.header #m_contatti:hover .col-icons svg line {
  stroke: #fff;
}
.header #m_contatti.active {
  background-color: #f0882e;
  color: #fff;
}
.header #m_contatti.active .col-icons svg line {
  stroke: #fff;
}
.header #m_contatti.active .contact-toggle-icon .contact-toggle-icon-line-1 {
  transform: translateY(5px) rotate(45deg);
}
.header #m_contatti.active .contact-toggle-icon .contact-toggle-icon-line-2 {
  transform: translateY(-5px) rotate(-45deg);
}
.header .header-login-btn {
  line-height: 0;
}
.header .header-compare-btn,
.header .header-wishlist-btn {
  position: relative;
  line-height: 0;
}
.header .header-compare-btn.has-count,
.header .header-wishlist-btn.has-count {
  margin-right: 5px;
}
.header .header-compare-btn #prod-icon-count,
.header .header-wishlist-btn #prod-icon-count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: -4px;
  right: -7px;
  background-color: #f0882e;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-menu {
  opacity: 0;
  pointer-events: none;
}
.header .header-menu-btn-open {
  line-height: 0;
  display: none;
}
.header .header-menu-btn-open .header-menu-icon-open,
.header .header-menu-btn-open .header-menu-icon-close {
  display: flex;
}
.header .header-menu-btn-open .header-menu-icon-close {
  display: none;
}
.header .header-menu-btn-open.is-open .header-menu-icon-open {
  display: none;
}
.header .header-menu-btn-open.is-open .header-menu-icon-close {
  display: flex;
}
.header .header-languages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header .header-languages a {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}
/* CONTATTI */
#contatti {
  position: fixed;
  top: 89px;
  right: 0;
  width: 24%;
  height: calc(100dvh - 89px);
  z-index: 1000;
  padding: 15px;
  background-color: #fff;
  border-left: 1px solid #f0882e;
  border-bottom: 1px solid #f0882e;
}
#contatti .container {
  max-width: 100%;
  background-color: #083630;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  overflow-y: auto;
}
#contatti .container h3 {
  color: #fff;
}
#contatti .form-field {
  width: 100%;
}
/* MAIN */
.main {
  margin-top: 89px;
}
.main.cols .col {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-width: 0 1px 0 0;
}
.main.cols .col .cell {
  flex: 1;
  padding: 15px;
  border-bottom: 1px solid #f0882e;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.main.cols .col .cell .cell-container {
  height: 100%;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background-color: #083630;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-decoration: none;
}
.main.cols .col .cell .cell-container .cell-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.2s;
}
.main.cols .col .cell .cell-container .cell-gradient.cell-gradient-1 {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(8, 54, 48, 0) 35%, #083630 70%);
}
.main.cols .col .cell .cell-container .cell-gradient.cell-gradient-2 {
  opacity: 0;
  background: linear-gradient(to bottom, rgba(235, 234, 229, 0) 35%, #ebeae5 60%);
}
.main.cols .col .cell .cell-container > * {
  position: relative;
  z-index: 1;
}
.main.cols .col .cell .cell-container .cell-number {
  font-weight: 500;
  font-size: 61px;
  line-height: 61px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scaleY(1.15);
  transform-origin: center;
}
.main.cols .col .cell .cell-container .cell-title {
  font-weight: 600;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-top: 20px;
  transition: 0.3s;
}
.main.cols .col .cell .cell-container .cell-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 80px;
  background-color: #f0882e;
}
.main.cols .col .cell .cell-container .cell-subtitle {
  height: 0;
  overflow: hidden;
  padding-top: 15px;
  transition: 0.3s;
}
.main.cols .col .cell .cell-container.important {
  background-color: #f0882e;
}
.main.cols .col .cell .cell-container.important .cell-title::before {
  background-color: #ebeae5;
}
.main.cols .col .cell .cell-container.full-image::before {
  content: none;
}
.main.cols .col .cell .cell-action {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-image: url('/img/angolare-pulsante-box.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.main.cols .col .cell .cell-action .btn-arrow {
  margin: 30px 0 0 30px;
}
.main.cols .col .cell:hover .cell-container .cell-title {
  color: #f0882e;
  height: auto !important;
}
.main.cols .col .cell:hover .cell-container .cell-subtitle {
  color: #083630;
  height: 175px;
}
.main.cols .col .cell:hover .cell-container .cell-gradient.cell-gradient-1 {
  opacity: 0;
}
.main.cols .col .cell:hover .cell-container .cell-gradient.cell-gradient-2 {
  opacity: 1;
}
.main.cols .col .cell:hover .cell-container.important .cell-title {
  color: #083630;
}
.main.cols .col .cell:hover .cell-container.important .cell-subtitle {
  color: #083630;
}
.main.cols .col .cell:hover .cell-action .btn {
  transform: rotate(45deg);
}
/* PAGE */
.page-title {
  display: flex;
  align-items: center;
  padding: 50px 0 0 0;
}
.page-title .btn-arrow {
  transform: rotate(-90deg);
}
.page-title .btn-arrow:hover {
  transform: rotate(-135deg);
}
.page-title h1 {
  margin: 0 0 0 40px;
}
.page-text-wrapper {
  padding: 50px 0 50px 100px;
}
.page-text-wrapper .page-text {
  columns: 2;
  column-gap: 30px;
}
/* HOME */
/* AZIENDA */
.company {
  border-bottom: 1px solid #f0882e;
}
.company .container {
  padding: 0 75px;
}
.company .company-info {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  align-items: center;
}
.company .company-info .company-logo {
  width: 45%;
}
.company .company-info .company-abstract {
  width: 45%;
  padding-top: 110px;
}
.company .company-team {
  padding: 50px 0 100px;
}
.company .company-team h2 {
  margin-bottom: 30px;
}
.company .company-team .team-member-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.company .company-team .team-member-wrapper .team-member {
  width: calc(25% - 30px);
  background-color: #ebeae5;
  border-radius: 15px;
  padding: 10px 35px 25px;
  font-size: 21px;
}
.company .company-team .team-member-wrapper .team-member .member-name {
  margin: 25px 0 10px;
  font-weight: 700;
  font-size: 29px;
  line-height: 30px;
}
.esg {
  border-bottom: 1px solid #f0882e;
  padding-bottom: 50px;
}
.esg .container {
  padding: 0 75px;
}
.esg .esg-project {
  position: relative;
  overflow: hidden;
  min-height: 365px;
  margin: 0 0 25px 100px;
  padding: 50px;
  border-radius: 10px;
  background-color: #083630;
  background-repeat: no-repeat;
  color: #fff;
}
.esg .esg-project.esg-project-olivami {
  background: linear-gradient(90deg, #083630 0%, #083630 65%, rgba(8, 54, 48, 0.8) 75%, rgba(8, 54, 48, 0.5) 87%, rgba(8, 54, 48, 0) 99%), url('/img/esg-olivami-image.jpg');
  background-position: center left, center right;
  background-size: auto 100%;
}
.esg .esg-project.esg-project-3bee {
  background: linear-gradient(90deg, #083630 0%, #083630 65%, rgba(8, 54, 48, 0.8) 75%, rgba(8, 54, 48, 0.5) 87%, rgba(8, 54, 48, 0) 99%), url('/img/esg-3bee-image.jpg');
  background-position: center left, center right;
  background-size: auto 100%;
}
.esg .esg-project .esg-project-title {
  margin: 0 0 15px;
  color: #f0882e;
}
.esg .esg-project .esg-project-text {
  max-width: 50%;
  width: 100%;
}
.esg .esg-project .esg-project-socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.esg .esg-project .esg-project-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 999px;
  background-color: #f0882e;
  border: 1px solid transparent;
}
.esg .esg-project .esg-project-socials svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.esg .esg-project .esg-project-logo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 165px;
  z-index: 1;
}
.esg .esg-project .esg-project-cta {
  margin-top: 50px;
}
/* SERVIZI */
.servizio {
  font-size: 21px;
}
.servizio .col .cell .container {
  cursor: default;
  color: #062622;
  max-width: 100%;
  padding: 0 50px 50px 50px;
}
.servizio .col .cell .cell-action .btn {
  transform: rotate(-90deg);
}
.servizio .col .cell:hover .cell-action .btn {
  transform: rotate(-135deg) !important;
}
.servizio .col.fixed {
  position: sticky;
  top: 89px;
  left: 0;
  height: calc(100vh - 89px);
  background-color: #fff;
}
.servizio .servizio-section {
  border-radius: 15px;
  margin: 60px 0 100px;
  overflow: hidden;
}
.servizio .servizio-section.bordered {
  border: 1px solid #f0882e;
  padding: 60px;
}
.servizio .servizio-section.servizio-section-gallery {
  border-radius: 0;
}
.servizio .servizio-section.servizio-section-gallery .gallery-content {
  mask-image: linear-gradient(to right, transparent 50px, black 250px, black calc(100% - 250px), transparent calc(100% - 50px));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 250px, black calc(100% - 250px), transparent calc(100% - 50px));
}
.servizio .servizio-section h2 {
  display: flex;
  align-items: center;
}
.servizio .servizio-section h2 img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.servizio .servizio-section .text-columns {
  columns: 2;
  column-gap: 30px;
}
.servizio .servizio-section .section-accordion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.servizio .servizio-section .section-accordion > * {
  width: calc(50% - 30px);
}
.servizio .servizio-section .section-accordion .section-accordion-image .image {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.servizio .servizio-section .gallery-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 0px -50px;
  mask-image: linear-gradient(to right, transparent 0%, black 50px, black calc(100% - 50px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50px, black calc(100% - 50px), transparent 100%);
}
.servizio .servizio-section .gallery-content .gallery-slideshow-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.servizio .servizio-section .gallery-content .gallery-slideshow-wrapper .gallery-slideshow {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  transition-timing-function: linear;
  padding: 0 50px;
}
.servizio .servizio-section .gallery-content .gallery-slideshow-wrapper .gallery-slideshow .image-wrapper .image {
  aspect-ratio: 16 / 9;
  background-color: #f2f2f2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid transparent;
}
.servizio .servizio-section .faq-list .faq {
  margin: 20px 0;
  border-radius: 15px;
  border: 1px solid #f0882e;
  padding: 25px;
}
.servizio .servizio-section .faq-list .faq .faq-question {
  font-weight: 700;
  margin-bottom: 10px;
}
.servizio .servizio-section .section-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.servizio .servizio-section .section-grid .grid-box {
  width: calc(50% - 15px);
  border-radius: 15px;
  padding: 30px;
  background-color: #ebeae5;
  display: flex;
  gap: 30px;
}
.servizio .servizio-section .section-grid .grid-box .box-image {
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.servizio .servizio-section .section-grid .grid-box .box-data {
  width: calc(100% - 280px);
  padding: 30px 0;
}
.servizio .servizio-section.section-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.servizio .servizio-section.section-columns .section-column {
  width: calc(50% - 30px);
}
.servizio .servizio-section.section-columns .section-column.small {
  width: calc(25% - 30px);
}
.servizio .servizio-section.section-columns .section-column.big {
  width: calc(75% - 30px);
}
.servizio .servizio-section.section-columns .section-column .box-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.servizio .servizio-section.section-columns .section-column .box-image.box-image-desktop {
  display: block;
}
.servizio .servizio-section.section-columns .section-column .box-image.box-image-mobile {
  display: none;
}
.servizio .servizio-section.section-columns .section-column .box-image img {
  max-width: 100%;
  max-height: 100%;
}
/* AUTORIZZAZIONI E CERTIFICAZIONI */
.authorizations-certifications {
  font-size: 21px;
  border-bottom: 1px solid #f0882e;
  padding-bottom: 50px;
}
.authorizations-certifications .container {
  padding: 0 75px;
}
.authorizations-certifications .certifications,
.authorizations-certifications .authorizations {
  padding: 30px 0 30px 100px;
}
.authorizations-certifications .certifications h2,
.authorizations-certifications .authorizations h2 {
  margin-bottom: 30px;
}
.authorizations-certifications .certifications .documents-wrapper,
.authorizations-certifications .authorizations .documents-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.authorizations-certifications .certifications .documents-wrapper .document,
.authorizations-certifications .authorizations .documents-wrapper .document {
  width: calc(25% - 15px);
  padding: 20px;
  border-radius: 15px;
  position: relative;
  min-height: 230px;
  cursor: pointer;
}
.authorizations-certifications .certifications .documents-wrapper .document .document-name,
.authorizations-certifications .authorizations .documents-wrapper .document .document-name {
  font-weight: 600;
  color: #f0882e;
}
.authorizations-certifications .certifications .documents-wrapper .document .document-action,
.authorizations-certifications .authorizations .documents-wrapper .document .document-action {
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 100px;
  height: 100px;
  background-image: url('/img/angolare-pulsante-box.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.authorizations-certifications .certifications .documents-wrapper .document .document-action .btn,
.authorizations-certifications .authorizations .documents-wrapper .document .document-action .btn {
  margin: 30px 0 0 30px;
}
.authorizations-certifications .certifications .documents-wrapper .document::before,
.authorizations-certifications .authorizations .documents-wrapper .document::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 35px;
}
.authorizations-certifications .certifications .documents-wrapper .document:hover .document-action .btn-arrow,
.authorizations-certifications .authorizations .documents-wrapper .document:hover .document-action .btn-arrow {
  transform: rotate(45deg);
}
.authorizations-certifications .certifications .documents-wrapper .document {
  background-color: #ebeae5;
}
.authorizations-certifications .certifications .documents-wrapper .document::before {
  background-image: url('/img/icon-certification.svg');
}
.authorizations-certifications .authorizations .documents-wrapper .document {
  background-color: #083630;
}
.authorizations-certifications .authorizations .documents-wrapper .document::before {
  background-image: url('/img/icon-authorization.svg');
}
/* LOGIN */
.form-login {
  background-color: #ebeae5;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 10px;
  padding: 25px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 15px;
}
.form-login-to-registration {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
#map {
  min-height: 375px;
}
/* FORM */
.form-wrapper {
  background-color: #ebeae5;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
}
.form-wrapper h2 {
  width: 100%;
  margin-top: 25px;
}
.form-wrapper h2:first-child {
  margin-top: 0;
}
.form-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrapper form .repeater {
  width: 100%;
  position: relative;
}
.form-wrapper form .repeater .btn {
  min-width: 215px;
}
.form-wrapper form .repeater .btn svg {
  margin-right: 10px;
}
.form-wrapper form .repeater .repeater-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.form-wrapper form .repeater .repeater-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebeae5;
}
.form-wrapper form .repeater .repeater-item:only-of-type .btn-delete {
  display: none;
}
.form-wrapper form .repeater .btn-add {
  position: absolute;
  right: 0;
  bottom: -36px;
}
.radio-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-field {
  width: calc(50% - 10px);
  padding-bottom: 20px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 10px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.form-field.is-checkbox label {
  width: calc(100% - 30px);
  color: #fff;
  font-weight: 400;
}
.form-field.is-radio {
  width: auto;
  cursor: pointer;
}
.form-field.is-radio input {
  display: none;
}
.form-field.is-radio input:checked + label {
  background-color: #f0882e;
}
.form-field label {
  font-size: 15px;
  line-height: 18px;
  color: #f0882e;
  font-weight: 600;
}
.form-field.form-field-upload {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-field.form-field-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-field.is-password {
  position: relative;
}
.form-field.is-password input {
  padding-right: 45px;
}
.form-field.is-password button {
  position: absolute;
  margin: 0;
  bottom: 18px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
}
.form-field.is-password button svg {
  stroke: #f0882e;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 13px;
  line-height: 14px;
  color: #395e5a;
  border: none;
  border-bottom: 1px solid #395e5a;
  font-style: normal;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  background: transparent;
  transition: 0.3s;
}
input:focus,
select:focus,
textarea:focus,
input:not(:placeholder-shown),
select:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border-color: #fff;
  color: #fff;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #fff;
  position: relative;
  padding: 0;
}
input[type=checkbox]::before,
select[type=checkbox]::before,
textarea[type=checkbox]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
  border-radius: 999px;
}
input[type=checkbox]:checked::before,
select[type=checkbox]:checked::before,
textarea[type=checkbox]:checked::before {
  opacity: 1;
}
input[type=radio],
select[type=radio],
textarea[type=radio] {
  width: 20px;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #395e5a;
  opacity: 1;
}
select {
  padding: 0 5px;
}
select option {
  color: #083630;
}
textarea {
  padding: 10px;
  height: 100px;
}
.form-actions {
  text-align: center;
  width: 100%;
}
/* CUSTOMERS */
.customers {
  font-weight: 700;
  font-size: 21px;
}
.customers.cols .col .customers-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 0px -10px;
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.customers.cols .col .customers-content .customers-slideshow-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.customers.cols .col .customers-content .customers-slideshow-wrapper .customers-slideshow {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  transition-timing-function: linear;
}
.customers.cols .col .customers-content .customers-slideshow-wrapper .customers-slideshow .customer-wrapper .customer {
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 1px solid transparent;
}
/* FOOTER */
footer {
  background-color: #083630;
  color: #ebeae5;
  position: relative;
}
footer a {
  text-decoration: none;
  color: #ebeae5;
}
footer a:hover {
  color: #f0882e;
}
footer.cols {
  justify-content: flex-start;
}
footer.cols .col {
  width: 18.5%;
  border: none;
}
footer.cols .col .col-container {
  align-items: flex-start;
  padding: 40px;
}
footer.cols .col .col-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
footer.cols .col .col-icons a {
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 999px;
  background-color: #ebeae5;
  border: 1px solid transparent;
}
footer.cols .col .col-icons a svg {
  fill: #083630;
  width: 26px !important;
  height: auto !important;
  transition: 0.2s;
}
footer.cols .col .col-icons a:hover {
  background-color: transparent;
  border: 1px solid #ebeae5;
}
footer.cols .col .col-icons a:hover svg {
  fill: #ebeae5;
}
footer .footer-company .footer-logo {
  height: 48px;
}
footer .footer-section .section-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
footer .col.footer-col-icons {
  position: absolute;
  margin: auto;
  top: 40px;
  right: 35px;
  width: auto;
}
footer .col.footer-col-icons .col-container {
  padding: 0;
}
.footer-last {
  background-color: #062622;
  color: #fff;
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
/* MODAL */
html.modal-overflow {
  overflow: hidden;
  touch-action: none;
}
html.modal-overflow body {
  overflow: hidden;
  touch-action: none;
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
}
.modal-container.is-visible {
  opacity: 1;
}
.modal-container .modal-window {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 90vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
}
.modal-container .modal-window.success .modal-header {
  background-color: #45a53c;
  padding: 10px 0;
}
.modal-container .modal-window.error .modal-header {
  background-color: #c92100;
  padding: 10px 0;
}
.modal-container .modal-window .modal-header {
  text-align: center;
  line-height: 0;
}
.modal-container .modal-window .modal-header svg {
  width: 48px;
  height: 48px;
  color: #fff;
}
.modal-container .modal-window .modal-content {
  padding: 25px 25px 0 25px;
  overflow-y: auto;
  max-height: calc( 90vh - 85px);
  text-align: center;
}
.modal-container .modal-window .modal-footer {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-container .modal-window.loading {
  text-align: center;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.modal-container .modal-window.loading .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-container .modal-window.loading svg {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  display: block;
}
.modal-container .modal-window.loading .modal-footer {
  display: none;
}
.modal-container .modal-window.is-template-modal {
  max-width: 600px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn + .btn {
  margin-left: 8px;
}
.alert-container .alert.alert-success {
  background-color: #45a53c;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #45a53c !important;
}
.alert-container .alert.alert-error {
  background-color: #c92100;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #c92100 !important;
}
@media (max-width: 1600px) {
  .main.cols .col .cell .cell-container {
    padding: 15px;
  }
  .main.cols .col .cell .cell-container .cell-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
  }
  .main.cols .col .cell .cell-container .cell-subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 1440px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 25px 0 35px 0;
  }
  .servizio {
    font-size: 18px;
  }
  .servizio .col .cell .container {
    padding: 0 25px;
  }
  .servizio .servizio-section {
    margin: 50px 0 75px 0;
  }
  .servizio .servizio-section .section-grid .grid-box .box-image {
    width: 200px;
    height: 200px;
  }
  .servizio .servizio-section .section-grid .grid-box .box-data {
    width: calc(100% - 230px);
    padding: 0;
  }
  .servizio .servizio-section.bordered {
    padding: 40px;
  }
  .accordion-item {
    padding: 30px;
  }
  #contatti .container {
    padding: 20px;
  }
  .form-field {
    padding-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .main.cols .col .cell .cell-container .cell-subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 25px 0 30px 0;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio {
    width: 50%;
    height: 50%;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell .cell-container .cell-title {
    height: 115px;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell .cell-container .cell-subtitle {
    display: block;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container .cell-title {
    color: #fff;
    height: 115px !important;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container .cell-subtitle {
    color: #fff;
    height: 0;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container .cell-gradient.cell-gradient-1 {
    opacity: 1;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container .cell-gradient.cell-gradient-2 {
    opacity: 0;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container.important .cell-title,
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-container.important .cell-subtitle {
    color: #fff;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell:hover .cell-action .btn {
    transform: none;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container {
    background-color: #ebeae5;
    background-image: none !important;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-number {
    color: #f0882e;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-title {
    display: none;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-subtitle {
    color: #083630;
    height: 135px;
    width: calc(100% - 50px);
    padding-top: 20px;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 80px;
    background-color: #f0882e;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-gradient.cell-gradient-1 {
    opacity: 0;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-container .cell-gradient.cell-gradient-2 {
    opacity: 0;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell.is-open .cell-action .btn {
    transform: rotate(45deg);
  }
  .main.cols .col .cell .cell-container .cell-title {
    font-size: 18px;
    line-height: 21px;
  }
  .header {
    font-size: 18px;
  }
  .header .cols .col .col-container {
    padding: 20px;
  }
  .servizio .servizio-section {
    margin: 0 0 50px 0;
  }
  .servizio .servizio-section .section-accordion-wrapper {
    width: 100%;
  }
  .servizio .servizio-section .section-accordion-image {
    width: 100%;
  }
  .servizio .servizio-section .section-grid .grid-box {
    flex-wrap: wrap;
    gap: 15px;
  }
  .servizio .servizio-section .section-grid .grid-box .box-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .servizio .servizio-section .section-grid .grid-box .box-data {
    width: 100%;
  }
  .servizio .servizio-section .section-grid .grid-box .box-data h2 {
    margin-bottom: 5px;
  }
  .authorizations-certifications {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 50px;
  }
  .company .company-team .team-member-wrapper .team-member {
    width: calc(50% - 30px);
    border-radius: 15px;
    padding: 10px 35px 25px;
    font-size: 18px;
  }
  .esg .esg-project .esg-project-text {
    max-width: 100%;
  }
  .esg .esg-project .esg-project-logo {
    right: 30px;
    bottom: 30px;
    width: 125px;
  }
  .esg .esg-project .esg-project-cta {
    margin: 30px 0 50px;
  }
  footer {
    font-size: 16px;
    line-height: 22px;
  }
  footer .container {
    padding: 25px;
  }
  footer.cols .col .col-container {
    padding: 30px 20px;
  }
  .footer-last {
    padding: 20px;
  }
  #contatti {
    width: 100%;
  }
  #contatti form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  #contatti .form-field {
    width: calc(50% - 25px);
  }
  #contatti .form-field.form-field-messaggio {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  body.is-home .main {
    height: auto;
  }
  body.is-home .main .home-cols-servizi {
    width: 100%;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio {
    width: 100%;
    height: auto;
  }
  body.is-home .main .home-cols-servizi .home-col-servizio .cell {
    height: 250px;
  }
  body.is-home .main .home-col-utils {
    width: 100%;
  }
  body.is-home .main .home-col-utils .cell {
    height: 200px;
  }
  h1 {
    margin: 0 0 15px 0;
  }
  .container {
    padding: 0 15px;
  }
  .header .cols {
    flex-wrap: wrap;
  }
  .header .cols .col-claim {
    width: 100%;
    order: 1;
    border-right: none;
  }
  .header .cols .col-claim .col-container {
    padding: 0 15px;
    height: 34px;
  }
  .header .cols .col-logo {
    width: calc(100% - 55px);
    order: 2;
  }
  .header .cols .col-logo .col-container {
    padding: 0 0 0 15px;
    height: 54px;
  }
  .header .cols .col-logo .col-container .header-logo img {
    height: 45px;
  }
  .header .cols #m_contatti {
    display: none;
  }
  .header .cols .header-menu-btn-open {
    order: 3;
    width: 55px;
    height: 55px;
    color: #f0882e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f0882e;
  }
  .header .header-menu {
    position: fixed;
    width: 100%;
    top: 89px;
    left: 0;
    transition: 0.2s;
    height: calc(100dvh - 89px);
    background-color: #f0882e;
  }
  .header .header-menu .header-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px 0 25px;
    background-color: #f0882e;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    line-height: 18px;
  }
  .header .header-menu .header-menu-item.header-menu-subitem {
    background-color: #fff;
    color: #f0882e;
    border-bottom: 1px solid #f0882e;
    padding-left: 30px;
  }
  .header .header-menu .header-menu-item span {
    width: calc(100% - 30px);
  }
  .header .header-menu .header-menu-item svg {
    width: 24px;
    height: 24px;
  }
  .header .header-menu.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .main.cols .col {
    width: 100%;
  }
  .main.cols .col .cell {
    flex: none;
  }
  .main.cols .col .cell .cell-container {
    justify-content: flex-start;
    padding: 25px;
  }
  .main.cols .col .cell .cell-container .cell-gradient.cell-gradient-1 {
    background: linear-gradient(to left, rgba(8, 54, 48, 0) 0%, rgba(8, 54, 48, 0.5) 15%, #083630 70%);
  }
  .main.cols .col .cell .cell-container .cell-number {
    font-size: 50px;
    line-height: 50px;
    top: 20px;
    right: 20px;
  }
  .main.cols .col .cell .cell-container .cell-title {
    height: auto;
    font-size: 25px;
    line-height: 27px;
  }
  .customers .col-clienti-text {
    width: 100%;
  }
  .customers .col-clienti-text .col-container {
    padding: 20px 25px;
  }
  .customers .col.col-clienti-slideshow {
    width: 100%;
    overflow: hidden;
  }
  .servizio .servizio-section {
    margin: 0 0 35px 0;
  }
  .servizio .servizio-section .bordered {
    padding: 25px;
  }
  .servizio .servizio-section .section-accordion {
    padding-top: 0;
  }
  .servizio .servizio-section.section-columns {
    flex-direction: column;
    gap: 25px;
  }
  .servizio .servizio-section.section-columns .section-column {
    width: 100%;
  }
  .servizio .servizio-section.section-columns .section-column .box-image.box-image-desktop {
    display: none;
  }
  .servizio .servizio-section.section-columns .section-column .box-image.box-image-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .servizio .col.fixed {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: 250px;
  }
  .servizio .col.fixed .cell {
    height: 100%;
    border-bottom: none;
  }
  .servizio .col.fixed .cell .cell-action {
    transform: scaleX(-1);
    right: unset;
    left: 0;
  }
  .servizio .col.fixed .cell .cell-action .btn {
    transform: rotate(0);
  }
  .servizio .col.fixed .cell:hover .cell-action .btn {
    transform: rotate(45deg) !important;
  }
  .servizio .col .cell .container {
    padding: 05px;
  }
  .authorizations-certifications {
    padding-bottom: 0;
  }
  .authorizations-certifications .container {
    padding: 0 15px;
  }
  .authorizations-certifications .certifications,
  .authorizations-certifications .authorizations {
    padding: 0 0 35px 0;
  }
  .authorizations-certifications .certifications .documents-wrapper,
  .authorizations-certifications .authorizations .documents-wrapper {
    justify-content: center;
  }
  .authorizations-certifications .certifications .documents-wrapper .document,
  .authorizations-certifications .authorizations .documents-wrapper .document {
    width: 100%;
  }
  .esg {
    padding-bottom: 0;
  }
  .esg .container {
    padding: 0 15px;
  }
  .esg .esg-project {
    margin: 0 0 25px 0;
  }
  .company {
    padding-bottom: 0;
  }
  .company .container {
    padding: 0 15px;
  }
  .company .company-info {
    flex-direction: column;
  }
  .company .company-info .company-logo {
    width: 100%;
  }
  .company .company-info .company-abstract {
    width: 100%;
    padding-top: 25px;
  }
  .company .company-team {
    padding: 50px 0 25px 0;
  }
  .page-title {
    padding: 25px 0 35px 0;
  }
  .page-text-wrapper {
    padding: 0 0 25px 0;
  }
  footer.cols .col {
    width: 33.333%;
    order: 3;
  }
  footer.cols .col.footer-col-company {
    order: 1;
  }
  footer.cols .col.footer-col-icons {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    width: 33.333%;
    margin: 0;
  }
  footer.cols .col.footer-col-icons .col-container {
    padding: 40px 20px;
  }
  footer.cols .col.footer-col-icons .col-container .col-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .header .cols .col-claim .col-container {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }
  .page-title h1 {
    width: calc(100% - 80px);
    margin: 0 0 0 25px;
    text-align: left;
  }
  .company .company-team .team-member-wrapper .team-member {
    width: 100%;
  }
  .servizio .servizio-section.bordered {
    padding: 25px;
  }
  .servizio .servizio-section .text-columns {
    columns: 1;
    column-gap: 0;
  }
  .servizio .servizio-section.section-columns .section-column.small,
  .servizio .servizio-section.section-columns .section-column.big {
    width: 100%;
  }
  .servizio .servizio-section .section-grid .grid-box {
    width: 100%;
  }
  .page-text-wrapper .page-text {
    columns: 1;
    column-gap: 0;
  }
  .esg .esg-project {
    padding: 150px 25px 25px 25px;
  }
  .esg .esg-project.esg-project-olivami {
    background: linear-gradient(180deg, rgba(8, 54, 48, 0) 0%, rgba(8, 54, 48, 0.5) 13%, rgba(8, 54, 48, 0.8) 25%, #083630 35%, #083630 100%), url('/img/esg-olivami-image.jpg');
    background-position: center, center top;
    background-size: 100% 100%, 100% auto;
  }
  .esg .esg-project.esg-project-3bee {
    background: linear-gradient(180deg, rgba(8, 54, 48, 0) 0%, rgba(8, 54, 48, 0.5) 13%, rgba(8, 54, 48, 0.8) 25%, #083630 35%, #083630 100%), url('/img/esg-3bee-image.jpg');
    background-position: center, center top;
    background-size: 100% 100%, 100% auto;
  }
  #contatti {
    top: 90px;
    padding: 0;
    border: none;
  }
  #contatti .container {
    overflow-y: auto;
    border-radius: 0;
  }
  #contatti form {
    gap: 0px;
  }
  #contatti .form-field {
    width: 100%;
  }
  footer.cols .col {
    width: 50%;
  }
}
