/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root {
  --black: #000000;
  --gold: #93897C;
  --grey: #768A8E;
  --white: #FFFFFF;
  --green: #D2E554;
  --peach: #F5C49B;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  position: relative;
  height: 100%;
}

html {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
	scroll-behavior: smooth;
}
body {
  font-family: "Nunito Sans", sans-serif;
  background: url(../img/bg-sfondo.webp) repeat-y top center;
  background-size: cover;
}
main {
  min-width: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: .0625rem;
  border: 0;
  border-top: .0625rem solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

ul, ol {
  list-style-type: none;
}

button, input[type='text'], input[type='email'], select, textarea {
  border: none;
  outline: none;
  background-color: #fff;
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* ==========================================================================
   Author's custom styles
   ============== */

a {
  text-decoration: none;
}
p {
  word-wrap: break-word;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: 600!important;
}
.fw-medium {
  font-weight: 500;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
.fw-lighter {
  font-weight: 200;
}
.gradient-text {
  background: linear-gradient(
    to right,
    #E86341 5%,
    #F8D3B5 25%,
    #849BD9 50%,
    #D2E554 95%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.color-peach {
  color: var(--peach);
}
.title-01 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
.title-02 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.text-01 {
  font-size: 1.25rem;
  line-height: 1.3;
}
.mt-01 {
  margin-top: 80px;
}
.mt-02 {
  margin-top: 10px;
}
.mb-01 {
  margin-bottom: 10px;
}
.mb-02 {
  margin-bottom: 15px;
}
.mb-03 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .show-sm {
    display: block !important;
  }
  .show-sm-flex {
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
  .mt-01 {
    margin-top: 35px;
  }
  .mb-01 {
    margin-bottom: 25px;
  }
  .mb-02 {
    margin-bottom: 15px;
  }
  .mb-02 {
    margin-bottom: 25px;
  }
  .mb-03 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .show-lg {
    display: block !important;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg-flex {
    display: flex !important;
  }
  .title-01 {
    font-size: 4rem;
    line-height: 1;
  }
  .title-02 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  .text-01 {
    font-size: 1.5rem;
    line-height: 1.56;
  }
}
/*** LAYOUT ***/
main {
  
}
.container {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}
header {  
  background: url(../img/bg_header.webp) no-repeat center center;
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 2.1875rem 1.25rem;
  display: grid;  
  justify-content: space-between;
  align-items: center;    
}
header .logo { 
  z-index: 999;
}
header .logo img {
  max-width: 250px;
}

.site-header__menu-icon {
  width: 1.5625rem;
  height: .9375rem;
  position: absolute;
  top: 2.5rem;
  left: 1.6875rem;
  z-index: 999;
  background-color: transparent;
}
.site-header__menu-icon__middle {
  position: absolute;
  top: .4375rem;
  left: 0;
  width: 1.5625rem;
  height: .0625rem;
  background-color: var(--black);
  transform-origin: 0 50%;
  transition: all 0.3s ease-out;
}
.site-header__menu-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5625rem;
  height: .0625rem;
  background-color: var(--black);
  transform-origin: 0 0;
  transition: transform 0.3s ease-out;
}
.site-header__menu-icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5625rem;
  height: .0625rem;
  background-color: var(--black);
  transform-origin: 0 100%;
  transition: transform 0.3s ease-out;
}
.site-header__menu-icon--close .site-header__menu-icon__middle {
  opacity: 0;
  transform: scaleX(0);
  height: 0;
}
.site-header__menu-icon--close:before {
  color: #ffffff;
  transform: rotate(45deg) scaleX(1.25) translate(0,0);
}
.site-header__menu-icon--close:after {
  transform: rotate(-45deg) scaleX(1.25) translate(-0.3125rem,.3125rem);
}
.footer-block-01 span {
  font-size: .75rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  p {
    font-size: .75rem;
    line-height: 1.5;
  }
  header {
    padding: 14px 18px;
    justify-content: center;
  }
  .container {
    padding: 0 18px;
  }
  .site-header__lang-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 999;
    background-color: transparent;
  }
  .site-header__menu-icon {
    top: 22px;
    left: 18px;
  }
  .header--nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    transform-origin: top;
    background-color: #ffffff; 
    display: grid;
    grid-template-rows: auto min-content;
    align-items: center;
    z-index: 998;
    transition: right 0.5s ease-in-out;
  }
  .header--nav { 
    grid-template-rows: auto min-content min-content;
  }
  .header--nav.site-header__main-menu--is-visible {
    right: 0;
    transition: right 0.5s ease-in-out;
  }  
  .secondary-menu .header-list-02 {
    display: none;
  }
  .header-list-01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8125rem;
    row-gap: 30px;
  }
  .header-list-01 li {
    display: flex;
  }
  .header-list-01 li a {
    font-size: 2.0rem;
    line-height: 2.875rem;
    font-weight: 300;
    letter-spacing: .1625rem;
    color: var(--black);
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  header {
    padding: 3.75rem;
    display: block;
  }
  .header-inner {    
    margin: 0 auto;    
    display: grid;
    grid-template-columns: max-content minmax(min-content, 1fr) min-content;
    justify-content: center;
    align-items: center;
  }
  .top-menu {
    display: flex;
    justify-content: end;
    margin-right: 120px;
  }
  header .logo img {
    max-width: 448px;
  }
  .header--nav {
    position: relative;
  }
  .header-list-01 {
    width: 100%;
    display: flex;
    flex-direction: row;    
    gap: 25px;
  }
  .header-list-01 li {
    display: inline-flex;
  }
  .header-list-01 .menu-item-hover a {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--black);
  }
  .header-list-02 li a {
    font-size: 1rem;
    font-weight: 300;
    color: var(--black);
    text-decoration: underline;
  }
  footer {
    margin-top: 70px;
    padding: 2.5rem 3.75rem;
  }
  .footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .footer-block-01 span {
    font-size: .875rem;
  }
  .footer .footer-block-02  {
    display: flex;
    justify-content: center;
  }
  .footer .footer-block-03  {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
  }
}

.social-list {
  margin-bottom: 10px;
  display: flex;
  gap: 7px;
}
.footer-link li {
  text-align: right;
}
.footer-link a {
  font-size: .875rem;
  font-weight: 600;
  color: var(--black);
}

/*** BOX ***/
.hero {
  display: flex;
  flex-direction: column;
  height: 100dvh;  
  position: relative;
  overflow: hidden;
}
.hero--img {
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
  overflow: hidden; /* Hide any excess video content */
}
.hero--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.video-bg {
  width: 100%;
  height: 100%;
  min-height: calc(100dvh - 10.5rem);
  object-fit: cover; /* adatta il video senza deformarlo */
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
/*  background: rgba(0, 0, 0, 0.3); /* overlay facoltativo per migliorare leggibilitÃ  */
  z-index: 1;
}
.divider {
  padding: 80px 0;
}
.logo-light {
  max-width: 170px;
}
.box-01 {
  margin-top: 35px;
}
.box-01 h3 {
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 5px;
}
.icon-box {
  padding: 25px;
  border-radius: 30px;
  aspect-ratio: 1 / 1;
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.icon-box img {
  object-fit: contain;
}
.service-box {
  padding: 10px;
  border-radius: 15px;
  aspect-ratio: 1 / 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.service-box img {
  object-fit: contain;
}
.service-box--green {
  background-color: rgba(210, 229, 84, 0.3);
}
.service-box--green-dark {
  background-color: rgba(115, 155, 165, 0.3);
}
.service-box--blue {
  background-color: rgba(132, 155, 217, 0.3);
}
.service-box--orange {
  background-color: rgba(245, 196, 155, 0.3);
}
.service-box--red {
  background-color: rgba(232, 99, 65, 0.3);
}
.box-02-list li {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: 100%;
  background-color: rgba(132, 155, 217, 0.5) ;
  background-repeat: no-repeat;
  background-position: calc(100% - 10%) 100%;
  background-size: auto 55%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  display: flex;
  align-items: start;
  padding: 15px;
  position: relative;
}
.box-02-list li:first-child {
  background-image: url(../img/icons/4446_IconeOCW-10.svg);
  background-position: calc(100% - 10%) 0;
  background-size: auto 75%;
}
.box-02-list li:nth-child(2) {
  background-image: url(../img/icons/4446_IconeOCW-11.svg);  
}
.box-02-list li:nth-child(3) {
  background-image: url(../img/icons/4446_IconeOCW-12.svg);  
}
.box-02-list li:nth-child(4) {
  background-image: url(../img/icons/4446_IconeOCW-13.svg);  
}
.box-02-list li:nth-child(5) {
  background-image: url(../img/icons/4446_IconeOCW-14.svg);  
}
.box-02-list li:nth-child(6) {
  background-image: url(../img/icons/4446_IconeOCW-15.svg);  
}
.box-02-list .b2bShowroom {
    font-size: 1rem;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
}  						   
.next-open {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: .75rem;
  font-weight: 500;
  color: var(--white);
}
.box-02-a {
  grid-area: box02list;
}
.box-02-b {
  grid-area: box02map;
}
.box-02-b picture {
  display: flex;
  height: 100%;
}
.box-02-b picture img {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.box-02-c {
  grid-area: box02footer;
}
.box-02 {
  display: grid;
  gap: 17px;
  grid-template-areas: 
    "box02map"
    "box02list"
    "box02footer";
  margin-top: 35px;
}
.box-02-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.box-02-list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.box-02-item-03 {
    min-height: 180px;
    background-image: url(../img/icons/4446_IconeOCW-16.svg);
    background-repeat: no-repeat;
    background-position: 80% -5%;
}
.box-02 .box-02--title {
    color: var(--black);
    font-size: 1.125rem;
    line-height: 1.06;
    font-weight: 200;
    text-transform: uppercase;
    flex: 1 1 100%;
}
.box-02-item-03 {
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(232, 99, 65, 0.5);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  position: relative;
}
.box-02-item-03 > a {
  display: flex;
  width: 100%;
  height: 100%;
}
.box-03-list .icon-box {
  grid-area: box-03-icon;
  margin: 0;
}
.box-03-list .box-03--title {
  grid-area: box-03-title;
}
.box-03-list p {
  grid-area: box-03-text;
}
.box-04 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 30px;  
  position: relative;
}
.shadow:after {
  content: '';
  width: 100%;
  height: 150px;
  background: url(../img/shadow.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  left: 0;
  z-index: -1;
}
.box-04 > div img {
  width: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.box-05 {
  display: block;
}
.box-05 > div:last-child {
  position: relative;
}
.box-05-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.box-05-list li {
  max-width: 50px;
}
.box-05-list li .service-box img {
  width: 100%;
}
.box-05-map-img {
  border-radius: 30px;  
}
.box-contact {
  padding: 35px 20px;
  margin: 40px 0 80px;  
  border-radius: 20px;
  background: url(../img/bg-contact.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.box-contact select,
.box-contact input[type='text'],
.box-contact input[type='email'],
.box-contact form input[type='submit'] {
    width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--black);
}
.box-contact select {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: var(--green);
  padding: 20px;
  margin-bottom: 10px;
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 10.810811 10.810811' fill='none' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'/%3E%3Crect width='37' height='37' fill='%23d2e554' id='rect1' x='-8.5861187' y='-7.7463584'/%3E%3Cpath d='m 5.4239355,1.670832 v 7.47224 M 1.6878123,5.4069692 h 7.4722604' stroke='%23ffffff' stroke-width='1.38482' stroke-linecap='round' stroke-linejoin='round' id='path1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  cursor: pointer;
}
.box-contact input[type='text'],
.box-contact input[type='email'] {
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
.box-contact input[type='text']::placeholder,
.box-contact input[type='email']::placeholder {
  color: var(--green);
}
.box-contact form input[type='submit'] {
  font-size: 1rem;
  color: var(--white);
  font-weight: 400;
  border: 0 none;
  background-color: var(--green);
  display: block;
}

.box-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-newsletter input[type='email'] {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  background-color: transparent;
}
.box-newsletter input[type='email']::placeholder {
  color: #F8B986;
}
.box-newsletter input[type='submit'] {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  border: 0 none;
  width: 100%;
  background-color: #F5C49B;
  display: block;
}
@media screen and (max-width: 991px) {
  .divider {
    padding: 55px 0;
  }
  .divider img {
    max-width: 100px;
  }
  .box-01-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .box-01-header .icon-box {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
  }
  .box-01-header .icon-box img {
    width: 100%;
  }
  .box-01,
  .box-03-list {
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px;
  }
  .box-01 .box-01-header h3 {
    font-size: 1rem;
    margin: 0;
  }
  .box-01 .swiper-wrapper,
  .box-03-list .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
  .box-01 .swiper-slide {
    border-radius: 10px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;     /* impila contenuto verticalmente */
    height: auto !important;    /* evita forzature da Swiper */
  }
  .box-02-list p {
    font-size: 1.125rem;
  }
  .box-03 .text-01 {
    font-size: .75rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px;
  }
  .box-03-list .swiper-slide {
    display: grid;
    border-radius: 10px;
    padding: 30px 25px;
    grid-template-columns: min-content auto;
    grid-template-rows: min-content auto;
    grid-template-areas: 
    "box-03-icon box-03-title"
    "box-03-text box-03-text";
    column-gap: 15px;
    row-gap: 15px;
    height: auto;
  }  
  .box-03-list .box-03--title {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .box-03-list .icon-box {
    width: auto;
    height: auto;
    padding: 0;
  }
  .box-03-list .icon-box img {
    max-width: 40px;
    max-height: 35px;
  } 
  .box-05 .text-01 {
    text-align: center;
  }
  .box-05-map {
    margin-top: 35px;
  }
  .box-05-map-img {
    border-radius: 8px;
  }
  .box-05-list li .service-box {
    width: 50px;
    height: 50px;
  } 
  .box-red {
    background-color: rgba(232, 99, 65, 0.5);
  }
  .box-blue {
    background-color: rgba(132, 155, 217, 0.5);
  }
  .box-green {
    background-color: rgba(210, 229, 84, 0.5);
  }
  .box-brown {
    background-color: rgba(248, 211, 181, 0.5);
  }
  .box-light-blue {
    background-color: rgba(155, 155, 165, 0.5);
  }
  .box-newsletter input[type='text'] {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: left;
    padding: 15px;
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: rgba(248, 211, 181, 0.26);
  }
  .box-newsletter input[type='submit'] {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    padding: 15px;
  }
  .box-newsletter > div {
    width: 100%;
  }
  .box-newsletter > div:first-child {
    text-align: center;
  }
  .footer-block-01 {
    grid-area: footer-copy;
  }
  .footer-block-02 {
    grid-area: footer-logo;
    margin-top: 50px;
  }
  .footer-block-03 .social-list {
    grid-area: footer-social;
    justify-content: center;
  }
  .footer-block-03 .footer-link {
    grid-area: footer-link;
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  .footer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 
    "footer-social"
    "footer-logo"
    "footer-link"
    "footer-copy";
    column-gap: 15px;
    row-gap: 15px;
    height: auto;
    text-align: center;
    padding: 70px 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    height: calc(100dvh - 10.5rem);
  }
  .box-01 .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
    margin-top: 70px;
  } 
  .box-01 h3 {
    font-size: 1.5rem;
  }
  .next-open {
    font-size: .875rem;
  }
  .box-02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-areas: 
      "box02list box02map"
      "box02list box02map"
      "box02footer box02footer";
    margin-top: 70px;
  }
  .icon-box--green {
    background-color: rgba(210, 229, 84, 0.3);
  }
  .icon-box--green-dark {
    background-color: rgba(115, 155, 165, 0.3);
  }
  .icon-box--blue {
    background-color: rgba(132, 155, 217, 0.3);
  }
  .icon-box--orange {
    background-color: rgba(245, 196, 155, 0.3);
  }
  .icon-box--red {
    background-color: rgba(232, 99, 65, 0.3);
  }
  .box-02-item-03 {
    grid-column: 1 / span 2;
  }
  .box-02-list .b2bShowroom {
    font-size: 2rem; 
  }
  .box-02-item-03 {
    min-height: 180px;
  }
  .box-02 .box-02--title {
    font-size: 2.375rem;
  }
  .box-02-list .b2bShowroom {
    font-size: 2rem; 
  }						 
  .box-03 {
    display: grid;
    grid-template-columns: 28% auto;
    gap: 180px;
    margin-top: 70px;
  }
  .box-03-list > div {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .box-03-list .swiper-slide {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: min-content max-content;
    grid-template-areas: 
    "box-03-icon box-03-title"
    "box-03-icon box-03-text";
    column-gap: 40px;
    row-gap: 0;
  }
  .box-03--title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .box-04 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
  }
  .box-04 > div {
    max-width: 100%;
  }
  .box-04 > div img {
    width: 100%; 
  }
  .box-05 {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 85px;
    margin-top: 70px;
  }
  .box-05-list {
    display: flex;
    justify-content: start;
    column-gap: 28px;
    margin-bottom: 55px;
  }
  .box-05-list li {
    max-width: 60px;
  }
  .box-contact {
    margin: 40px 0 150px;
    padding: 40px;
  }
  .box-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .box-contact select,
  .box-contact input[type='text'],
  .box-contact input[type='email'] {
      background-color: #FFF;
      padding: 20px;
      font-size: 1.75rem;
      line-height: 2.1875rem;
      font-weight: 700;
      color: var(--black);
  }  
  .box-contact select {
    color: var(--green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none' viewBox='0 0 37 37'%3E%3Cpath fill='%23d2e554' d='M0 0h37v37H0z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M18.5 7.709v21.583M7.708 18.5h21.584'/%3E%3C/svg%3E");
    background-position: right 24px center;
    background-size: 37px;
  }
  .box-contact input[type='text'],
  .box-contact input[type='email'] {
    font-weight: 700;
    text-align: center;
  }
  .box-contact form input[type='submit'] {
    font-size: 1.875rem;
    line-height: 2.1875rem;
    font-weight: 600;
    padding: 20px;
  }
  .box-newsletter {
    background-color: rgba(248, 211, 181, 0.26);
    box-shadow: 8px 7px 13px 2px rgba(248, 211, 181, 1);
    align-items: center;    
    flex-direction: row;
    padding: 7px 12px;
    position: relative;
  }
  .box-newsletter input[type='text'] {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    text-align: center;
  }
  .box-newsletter input[type='submit'] {
    font-size: 1.25rem;
    line-height: 2.25rem;    
  }
  .box-newsletter > div:first-child {
    text-align: center;
    flex: 1 1 calc(100% - 40%);
    margin: 0 auto;
  }
  .box-newsletter > div:last-child {
    position: absolute;
    right: 12px;
  }
  .box-newsletter input[type='submit'] {
    padding: 0 100px;
  }
}

.aspect-ratio-img {
  aspect-ratio: 16/9;
}
.aspect-ratio-img img {
  object-fit: cover;
}

.google-maps {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); 
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
@media screen and (max-width: 991px) {
  .google-maps {
    height: 400px;
  }
}

/*** PLUGINS ***/
.swiper-logos {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.swiper-logos-01 {
  margin: 30px 0 0;
}
.swiper-logos-01 .swiper-wrapper,
.swiper-logos-02 .swiper-wrapper,
.swiper-logos-03 .swiper-wrapper  {
  transition-timing-function: linear;
}
.swiper-logos-02 {
  margin: 0;
}
.swiper-logos-03 {
  margin: 0 0 80px;
}
.swiper-logos .swiper-wrapper {
  height: auto;
}
.swiper-logos .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 4000px;
  width: auto !important; /* importante per non forzare larghezza */
}
.swiper-logos .swiper-slide img {
  display: block;
  height: 100px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .swiper-logos {
    height: 60px;
  }
  .swiper-logos .swiper-slide {  
    min-width: 1000px;
  }
  .swiper-logos .swiper-slide img {      
    height: 60px;  
  }
}
@media screen and (min-width: 992px) {
  .swiper-logos-03 {
    margin: 0 0 190px;
  }
}

.image-mobile,
.video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .image-desktop,
  .video-desktop {
    display: none;
  }
  .image-mobile,
  .video-mobile {
    display: block;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: .0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: .0625rem;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: .0625rem solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

