/* CSS FRAMEWORK
versione 4.0 by Newwave srl - http://www.newwwave-media.it/

-------------------------------------------------------------
-------------------------------------------------------------
	background-image: url(../img/xxx.png);
	_background-image: url(../common/img/transparent.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/xxx.png", sizingMethod="crop");
	background-repeat: no-repeat;
*/

:root {
  --px2vw: 0.05208;
  --linear-gradient: linear-gradient(
    225deg,
    rgba(228, 242, 245, 1) 0%,
    rgba(245, 225, 190, 1) 50%,
    rgba(221, 231, 204, 1) 100%
  );
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

pre {
  padding: 15px;
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  width: auto !important;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

:focus {
  outline: 0;
}
/* bicubic resizing for non-native sized IMG:*/
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearer {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}

/* Heading kerning pairs and ligatures */
h1,
h2,
h3 {
  text-rendering: optimizeLegibility;
}

/* END RESET CSS */

#infocontent {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -900px;
  left: -900px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 10px;
}

#infocontent ul li {
  list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* -------- STILI PROGETTO ------- */
::selection {
  background: #f26e20;
  color: #fff;
}

::-moz-selection {
  background: #f26e20;
  color: #fff;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  transition: all 600ms;
  -moz-transition: all 600ms;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
}

#loader.nascosto {
  opacity: 0;
  z-index: -100;
}

#privacySlider {
  background-color: #333;
  color: #fff;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  bottom: 0;
  height: auto;
  min-height: 30px;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  font-style: normal;
  line-height: 130%;
  font-size: 13px;
  font-variant: normal;
  display: none;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

#privacySlider a {
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

#privacySlider a:hover {
  text-decoration: none;
}

#privacySlider a#cookieBtn {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #053216;
  margin: 5px;
}

#privacySlider a#cookieBtn:hover {
  background-color: #000;
  color: #fff;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Light.woff2") format("woff2"),
    url("../fonts/MyriadPro-Light.woff") format("woff"),
    url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Semibold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Semibold.woff") format("woff"),
    url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

/* caveat-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: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/caveat-v18-latin-regular.woff2") format("woff2"),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url("../fonts/caveat-v18-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;

  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}

body.newwave-body-scroll {
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

a,
a:hover,
a:focus {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

sup {
  font-size: 75%;
}

.small,
small {
  font-size: 75%;
  font-weight: inherit;
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
}

.clbtn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #f26e20;
  padding: 12px 20px;
  min-width: 150px;
  text-align: center;
  border: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.clbtn:hover,
.clbtn:focus {
  color: #fff;
  filter: brightness(110%);
  box-shadow: 0 0 5px #ddd;
}

.clbtn-green {
  color: #333;
  background-color: #dde4ad;
}

.clbtn-green:hover,
.clbtn-green:focus {
  color: #333;
}

.clbtn-out {
  color: #f26e20;
  border: 1px solid #f26e20;
  background-color: #fff;
}

.clbtn-out:hover,
.clbtn-out:focus {
  color: #fff;
  background-color: #f26e20;
  opacity: 0.85;
}

.clbtn-out-nb {
  color: #f26e20;
  background-color: #fff;
}

.clbtn-out-nb:hover,
.clbtn-out-nb:focus {
  color: #f26e20;
  background-color: #fff;
  opacity: 0.85;
}

.clbtn-out-dark {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}

.clbtn-out-dark:hover,
.clbtn-out-dark:focus {
  color: #fff;
  background-color: #000;
  opacity: 0.85;
}

.clbtn-out-w {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  background: transparent;
}

.clbtn-out-w:hover,
.clbtn-out-w:focus {
  color: #000;
  background-color: #fff;
  opacity: 0.85;
  box-shadow: none;
}

.clbtn-out-d {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}

.clbtn-out-d:hover,
.clbtn-out-d:focus {
  color: #000;
  background-color: #fff;
  opacity: 0.85;
  box-shadow: none;
}

.fuoriterra .clbtn-linea {
  background-color: #d8e2a5;
}

.interrata .clbtn-linea {
  background-color: #e2d7c2;
}

.goccia .clbtn-linea {
  background-color: #cfe2f2;
}

.clbtn-linea,
.clbtn-linea:hover,
.clbtn-linea:focus {
  color: #333;
}

.jarallax,
.lazy-jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  will-change: transform;
}

.lazy-jarallax > div[id^="jarallax-container"] > div {
  will-change: transform;
}

/* LOCOMOTIVE-SCOLL CSS */
html[data-scroll-orientation="horizontal"] {
  body {
    width: fit-content;
  }
  [data-scroll-container] {
    display: flex;
  }
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* -------- ICONE ------- */
.fill-o {
  fill: #f26e20;
}
.fill-d {
  fill: #2e2e2e;
}

.icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* -------- HEADER ------- */
#pre_navbar {
  display: none;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 70px;
  width: 100vw;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#navbar::before {
  content: "";
  width: 47%;
  height: 70px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #f26e20;
}

#navbar_placeholder {
  width: 100%;
  height: 70px;
  display: block;
}

#brand {
  height: 60px;
  width: 40vw;
  max-width: 160px;
  display: block;
  text-indent: -999px;
  background: url(../img/logo.svg) no-repeat left center / contain;
}

#main_nav {
  display: none;
}

#nav_icon {
  vertical-align: middle;
  display: inline-block;
}

#nav_icon ul li {
  display: inline-block;
  vertical-align: middle;
}

#nav_icon ul li .icon-link {
  width: 32px;
  height: 32px;
  padding: 4px;
  display: block;
  position: static;
}

#nav_icon ul li .icon-link svg {
  width: 100%;
  height: 100%;
  display: block;
}

#nav_icon ul li .icon-link .fill-o,
#nav_icon ul li .icon-link .fill-d {
  fill: #2e2e2e;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#nav_icon ul li .icon-link.active .fill-o,
#nav_icon ul li .icon-link:hover .fill-o,
#nav_icon ul li .icon-link.active .fill-d,
#nav_icon ul li .icon-link:hover .fill-d {
  fill: #f26e20;
}

#nav_icon ul li .icon-link .fill-none {
  fill: none;
  stroke: #2e2e2e;
  stroke-width: 0.1em;
}

#nav_icon ul li .icon-link.active .fill-none,
#nav_icon ul li .icon-link:hover .fill-none {
  fill: none;
  stroke: #f26e20;
}

#nav_icon #search_form {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #f26e20;
  padding: 15px 0;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s ease;
}

#nav_icon #search_form.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}

#nav_icon #search_form .input-search-wrapper {
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 100%;
  height: 46px;
  padding: 5px 10px;
}

#nav_icon #search_form .input-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  float: left;
  vertical-align: middle;
  color: #fff;
  line-height: 32px;
  width: calc(100% - 32px);
  border: 0;
  background-color: transparent;
}

#nav_icon #search_form .input-search::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  line-height: 32px;
}

#nav_icon #search_form .input-search::-moz-placeholder {
  color: #fff;
  opacity: 1;
  line-height: 32px;
}

#nav_icon #search_form .input-search:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  line-height: 32px;
}

#nav_icon #search_form .input-search:-moz-placeholder {
  color: #fff;
  opacity: 1;
  line-height: 32px;
}

#nav_icon #search_form .submit-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: block;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

#nav_icon #search_form .submit-search:focus {
  outline: 0;
}

#nav_icon #search_form .submit-search svg {
  width: 100%;
  height: 100%;
  display: block;
}

#nav_icon #search_form .submit-search path {
  fill: #fff;
}

#nav_icon #search_form .times {
  color: #fff;
  font-weight: lighter;
  font-size: 32px;
}

#nav_icon #quick_login {
  text-align: left;
  color: #ffff;
  font-weight: 400;
  text-transform: uppercase;

  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #f26e20;
  padding: 15px 0;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s ease;
}

#nav_icon #quick_login.is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}

#nav_icon #quick_login .clbtn.clbtn-out:focus,
#nav_icon #quick_login .clbtn.clbtn-out:hover {
  background-color: #ddd;
  color: #333;
  box-shadow: none;
  opacity: 1;
}

#hamburger {
  width: 32px;
  height: 32px;
  padding: 5px 4px 0;
  display: block;
}

#hamburger span {
  width: 100%;
  height: 1px;
  margin-bottom: 4px;
  display: block;
  background-color: #2e2e2e;
}

#hamburger .label {
  text-align: center;
  width: 100%;
  font-size: 8px;
  font-weight: 600;
  color: #f26e20;
  text-transform: uppercase;
}

#lang {
  display: none;
}

#mobile_navbar_blur {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 105;
  width: 100vw;
  height: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

#mobile_navbar_blur.is-open {
  opacity: 1;
  pointer-events: all;
}

#mobile_navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 85vw;
  max-width: 320px;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile_navbar.is-open {
  transform: translate3d(0, 0, 0);
}

#mobile_navbar #mobile_navbar_header,
#sub_panels .sub-panel .sub-panel-header {
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  text-align: right;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

#mobile_navbar #mobile_navbar_wrapper {
  overflow-y: auto;
  max-height: calc(100% - 70px);
  width: 100%;
  padding: 45px 0;
  text-align: right;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

#mobile_navbar #mobile_navbar_wrapper li + li {
  margin-top: 12px;
}

#mobile_navbar #mobile_navbar_wrapper #help_mobile_menu {
  margin-top: 25px;
  padding: 25px 0 0;
  border-top: 1px solid #ddd;
  text-align: right;
  width: 100%;
}

#mobile_navbar #mobile_navbar_wrapper #help_mobile_menu li a {
  font-size: 80%;
}

#mobile_navbar #mobile_navbar_wrapper #help_mobile_menu li a.contatti {
  padding: 6px 10px;
  color: #fff;
  background-color: #f26e20;
}

#mobile_navbar #mobile_navbar_wrapper #lang_mobile_menu {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  text-align: right;
  width: 100%;
}

#mobile_navbar #mobile_navbar_wrapper #lang_mobile_menu li {
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
  color: #333;
}

#mobile_navbar #mobile_navbar_wrapper #lang_mobile_menu li + li::before {
  content: "/";
  margin-right: 5px;
}

#mobile_navbar #mobile_navbar_wrapper #lang_mobile_menu li a.current {
  font-weight: 600;
  color: #000;
}

#sub_panels {
  visibility: hidden;
}

#sub_panels.is-open {
  visibility: visible;
}

#sub_panels .sub-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: 85vw;
  max-width: 320px;
  height: 100%;
  padding: 0 15px;
  background-color: #fff;
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#sub_panels .sub-panel.is-open {
  transform: translate3d(0, 0, 0);
}

#sub_panels .sub-panel .sub-panel-wrapper {
  overflow-y: auto;
  max-height: calc(100% - 70px);
  width: 100%;
  padding: 45px 0;
  text-align: right;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

#sub_panels .sub-panel .sub-panel-wrapper li a {
  padding: 3px 0;
  display: inline-block;
  text-transform: none;
}

#sub_panels .sub-panel .sub-panel-big {
  display: none;
}

/* -------- FOOTER ------- */
footer {
}

#footer_newsletter {
  padding: 60px 0;
  color: #fff;
  background-color: #f26e20;
}

#footer_newsletter .newsletter-tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;
  text-transform: uppercase;
}

#footer_newsletter .input-w {
  max-width: 100%;
  background-color: transparent;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #fff;
}

#footer_newsletter .input-w .bnw-email,
#footer_newsletter .input-w .bnw-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  display: inline-block;
  float: left;
  color: #fff;
  background-color: transparent;
  border: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 15px;
}

#footer_newsletter .input-w .bnw-email::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#footer_newsletter .input-w .bnw-email::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#footer_newsletter .input-w .bnw-email:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#footer_newsletter .input-w .bnw-email:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#footer_newsletter .input-w .bnw-submit {
  position: relative;
  left: 1px;
  width: 30%;
  border-radius: 50px;
  color: #f26e20;
  background-color: #fff;
  text-transform: uppercase;
  padding: 0;
  box-shadow: -1px 0 13px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#footer_newsletter .newsletter-privacy {
  margin-top: 10px;
}

#footer_newsletter .newsletter-privacy .input-radio {
  color: #333;
  text-align: left;
  width: 100%;
}

#footer_newsletter .newsletter-privacy .input-radio input {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 2px;
  width: 20px !important;
  float: left;
}

#footer_newsletter .newsletter-privacy .input-radio span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  vertical-align: middle;
  max-width: calc(100% - 25px);
}

#footer {
  color: #000;
  font-size: 16px;
  padding: 60px 0;
  background: #f9f5f4 no-repeat center / cover;
}

#footer .footer-txt {
  margin-bottom: 60px;
}

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

#footer .footer-txt h5 {
  font-weight: 500;
  margin-bottom: 5px;
}

#footer .footer-txt ul {
  list-style: none;
}

#footer .footer-txt li + li {
  margin-top: 5px;
}

#footer_copy {
  padding-top: 30px;
}

#footer_copy .footer-txt {
  padding-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid #bfbfbf;
}

#footer_copy .footer-txt p {
  margin-bottom: 10px;
}

#footer #footer_social {
}

#footer #footer_social li {
  vertical-align: middle;
  display: inline-block;
}

#footer #footer_social li + li {
  margin: 0;
  margin-left: 12px;
}

#footer #footer_social .social-icon {
  width: 20px;
  height: 20px;
  display: block;
}

#footer #footer_social .social-icon svg {
  width: auto;
  height: 20px;
  display: block;
  fill: #717170;
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}

#footer #footer_social .social-icon:hover svg {
  fill: #c15b00;
}

/* -------- HERO ------- */
#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 56vw; /* 16:9 */
  background: no-repeat center / cover;
  overflow: hidden;
}

#hero.hero-contatti,
#hero.hero-lista-prodotti {
  min-height: 0;
  height: auto;
  max-height: none;
}

#hero .video-cover,
#hero img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

#hero #hero_content {
  position: relative;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 150px 0;
  text-shadow: 0 0 32px #000;
}

#hero #hero_content .tt {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

#hero #hero_content .tt + .s-tt {
  margin-top: 5px;
}

#hero #hero_content .s-tt {
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
}

#hero #hero_content .tt + .txt {
  margin-top: 15px;
}

#hero #hero_content .txt,
.banner-txt.banner-company .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

#hero #hero_content .clbtn {
  margin-top: 25px;
  text-shadow: none;
  min-width: 180px;
}

#hero #scroll_down {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: auto;
  text-align: center;
  color: #fff;
  pointer-events: all;
  cursor: initial;
}

#hero #scroll_down span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

#hero #scroll_down svg {
  width: 36px;
  height: 16px;
  fill: #fff;
  display: inline-block;
}

/* -------- BREADCRUMB ------- */
#breadcrumb {
  padding: 10px 0;
  font-size: 14px;
  background-color: #f0f0f0;
  line-height: 130%;
}

#breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

#breadcrumb .breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

/* -------- BANNER ------- */
#banner {
  color: #000;
  width: 100vw;
  max-width: 100%;
  min-height: 400px;
  height: auto;
  padding: 45px 0;
  overflow: hidden;
  background: no-repeat center / cover;
}

#banner.text-white {
  color: #fff;
  text-shadow: 0 0 18px #000;
}

#banner .title + .txt,
#home_banner .title + .txt {
  margin-top: 15px;
}

#banner .txt,
#home_banner .txt {
  font-weight: 300;
}

.banner-newsletter {
  padding: 30px 0 60px;
}

.banner-newsletter .bnw-wrapper {
  text-align: center;
  padding: 90px 15px;
  background: #ebebeb no-repeat center / cover;
}

.banner-newsletter .bnw-content {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.banner-newsletter .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.banner-newsletter .hr {
  height: 40px;
  width: 400px;
  max-width: 75%;
  margin: 0 auto 30px;
  background: url(../img/hr.png) no-repeat center / contain;
}

.banner-newsletter .txt {
  color: #373737;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-newsletter .input-w {
  max-width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
}

.banner-newsletter .input-w .bnw-email,
.banner-newsletter .input-w .bnw-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  display: inline-block;
  float: left;
  background-color: transparent;
  border: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding-left: 15px;
}

.banner-newsletter .input-w .bnw-submit {
  width: 30%;
  border-radius: 50px;
  color: #fff;
  background-color: #f26e20;
  text-transform: uppercase;
  padding: 0;
  box-shadow: -1px 0 13px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-newsletter .input-w .bnw-submit:hover {
  filter: brightness(110%);
}

/* -------- SCHEMA ------- */
.schema {
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  overflow: hidden;
  background: no-repeat center / cover;
}

.titolo-schema {
  text-align: center;
  padding: 90px 0 60px;
}

.testo-schema {
  text-align: center;
  padding: 90px 0 120px;
}

.titolo-schema + .testo-schema {
  text-align: center;
  padding: 0 0 90px;
}

.titolo-schema.bg-right-top,
.testo-schema.bg-right-top {
  background: no-repeat right top / auto;
}

.titolo-schema.bg-right-btm,
.testo-schema.bg-right-btm {
  background: no-repeat right bottom / 11vw auto;
}

.titolo-schema.bg-left-top,
.testo-schema.bg-left-top {
  background: no-repeat left top / auto 60vh;
}

.titolo-schema.bg-left-btm,
.testo-schema.bg-left-btm {
  background: no-repeat left bottom / auto 35vh;
}

.titolo-schema .tt,
.testo-schema .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.testo-schema .txt {
  margin-bottom: 45px;
}

.testo-schema .clbtn-toggle {
}

.testo-schema .clbtn-toggle::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 20px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  background: url(../img/chv_up.png) no-repeat center / contain;
}

.testo-schema .clbtn-toggle.collapsed::after {
  -wbkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
}

.kit-collapsable {
}

.kit-collapsable .row-kit {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;

  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.kit-collapsable .row-kit:hover {
  color: #f26e20;
}

.kit-collapsable .row-kit:first-child {
  margin-top: 45px;
}

.kit-collapsable .row-kit .el-fig {
}

.kit-collapsable .row-kit .el-fig .img-fluid {
  max-height: 120px;
}

.kit-collapsable .row-kit .el-name {
  font-size: 14px;
  font-weight: 300;
}

.kit-collapsable .row-kit .el-name strong {
  font-weight: 600;
  display: block;
}

.kit-collapsable .row-kit .el-cod {
  font-size: 14px;
  font-weight: 300;
}

.kit-collapsable .row-kit .el-qty {
  font-size: 16px;
  font-weight: 600;
}

.kit-collapsable .row-kit-btns {
  margin-top: 30px;
  padding-bottom: 60px;
}

.kit-collapsable .row-kit-btns .clbtn {
  margin-top: 15px;
  min-width: 200px;
}

/* -------- PAGINAZIONE VERTICALE ------- */
#v_pag {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 25px;
  overflow: visible;
  pointer-events: none;
}

#v_pag::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 2px;
  height: 100%;
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0) 85%
  );
  background: linear-gradient(
    to top,
    rgb(255 255 255 / 10%) 0%,
    rgb(255 255 255) 75%,
    rgb(255 255 255 / 10%) 80%,
    rgb(255 255 255 / 0%) 85%
  );
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.1);
}

#v_pag ul {
}

#v_pag ul li {
  position: relative;
  display: block;
  opacity: 0;
  padding-bottom: 5vh;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#v_pag ul li:not(:last-child)::before {
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: -1;
  background-color: #fff;
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.2);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

#v_pag ul li.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#v_pag ul li a {
  position: relative;
  display: block;
  padding: 8px 0 10px 8px;
  text-align: center;
  pointer-events: all;
}

#v_pag ul li a .dot {
  width: 8px;
  height: 8px;
  display: block;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  border: 1px solid transparent;
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.3);
}

#v_pag ul li.active a .dot {
  /*    border-color: #F26E20;*/
  transform: scale(1.75);
}

/*
#v_pag ul li.active::before {
    background-color: #F26E20;
}
*/

#v_pag ul li:hover a .dot {
  /*    border-color: #F26E20;*/
  transform: scale(1.5);
}

#v_pag ul li a .label {
  display: none;
}

/* -------- LISTA PRODOTTI ------- */
#lista_prodotti {
}

#lista_prodotti + #lista_prodotti #content_lista_prodotti {
  padding-top: 0;
}

.col-swiper-prodotti .swiper-container .swiper-scrollbar {
  position: relative;
  width: calc(100% - 14px);
  left: 7px;
  top: 0;
  bottom: 0;
  margin-top: 15px;
  height: 3px;
}

#wishlist_pop {
  position: fixed;
  top: 75px;
  right: 5px;
  width: 460px;
  z-index: 99;
  padding: 20px 10px;
  max-width: calc(100% - 10px);
  min-height: 80px;
  height: auto;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);

  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}

#wishlist_pop .row-header-wishlist {
  margin-bottom: 25px;
}

#wishlist_pop .wish-tt {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 15px;
}

#wishlist_pop #close_wish_pop {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

#wishlist_pop #close_wish_pop span {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
}

#wishlist_pop #close_wish_pop span:nth-child(2) {
  transform: rotate(-45deg);
}

#wishlist_pop .row-prod-wishlist {
  margin-bottom: 15px;
}

#wishlist_pop .figure {
  width: 100%;
  padding-top: 100%;
  display: block;
  background: no-repeat center / cover;
}

#wishlist_pop .row-prod-wishlist .article-del {
  display: inline-block;
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  color: #333;
  /*    border: 1px solid #333;*/
  text-transform: uppercase;
  font-weight: 400;
  background: url(../img/close.svg) no-repeat center / contain;
}

#wishlist_pop .row-prod-wishlist .article-del:hover {
  /*
    color: #fff;
    background-color: #333;
*/
}

#wishlist_pop .row-footer-wishlist {
  margin-top: 45px;
}

#lista_prodotti #header_lista_prodotti {
  padding: 30px 0;
  width: 100%;
}

.article-new.fuoriterra,
#lista_prodotti.fuoriterra .article-new,
.fuoriterra #product_intro .article-new,
#lista_prodotti.fuoriterra #header_lista_prodotti,
#lista_prodotti.fuoriterra .wrapper-lancio-mobile {
  background-color: #d8e2a5;
}

.article-new.interrata,
#lista_prodotti.interrata .article-new,
.interrata #product_intro .article-new,
#lista_prodotti.interrata #header_lista_prodotti,
#lista_prodotti.interrata .wrapper-lancio-mobile {
  background-color: #e2d7c2;
}

.article-new.goccia,
#lista_prodotti.goccia .article-new,
.goccia #product_intro .article-new,
#lista_prodotti.goccia #header_lista_prodotti,
#lista_prodotti.goccia .wrapper-lancio-mobile {
  background-color: #cfe2f2;
}

.article-new.no-availability {
  background-color: #f0f0f0 !important;
}

#lista_prodotti #header_lista_prodotti .tt-linea {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
}

#filtro_linea {
}

#filtro_linea .filtro-serie {
  font-size: 16px;
  padding-top: 30px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#filtro_linea .nav-filtro-serie + .filtro-serie {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*    padding-top: 30px;*/
}

#filtro_linea .filtro-serie::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 20px;
  transform: rotate(180deg);
  transition: all 200ms ease-in-out;
  transform: rotate(180deg);
  background: url(../img/chevron.svg) no-repeat center / contain;
}

#filtro_linea .filtro-serie.collapsed::after {
  transform: rotate(0);
}

#filtro_linea .nav-filtro-serie ul {
  padding-bottom: 30px;
}

#filtro_linea .nav-filtro-serie ul li a {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#filtro_linea .nav-filtro-serie ul li a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

#filtri_lista_prodotti {
  padding: 20px 0;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}

#filtri_lista_prodotti > .container {
  position: relative;
}

#filtri_lista_prodotti .call-pop {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#filtri_lista_prodotti .call-pop::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 20px;
  transition: all 200ms ease-in-out;
  background: no-repeat center / contain;
}

#filtri_lista_prodotti .call-pop-sort::after {
  background-image: url(../img/arrow.svg);
}

#filtri_lista_prodotti .call-pop-filter::after {
  background-image: url(../img/filter.svg);
}

#filtri_lista_prodotti .call-pop-search::after {
  background-image: url(../img/search.svg);
}

#filtri_lista_prodotti .pop-content {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: calc(100% + 20px);
  width: calc(100% - 30px);
  background-color: #fff;
  box-shadow: 0 3px 10px #ddd;
  opacity: 0;
  pointer-events: none;
  transition: all 360ms ease-in-out;
  max-height: 60vh;
  overflow-y: auto;
}

#filtri_lista_prodotti .pop-content .clbtn {
  margin-top: 25px;
}

#filtri_lista_prodotti .pop-content.pop-visible {
  opacity: 1;
  pointer-events: all;
}

#filtri_lista_prodotti #sort_pop.pop-content,
#filtri_lista_prodotti #search_pop.pop-content {
  max-width: 400px;
}

#sort_pop {
  padding: 15px 30px;
}

#sort_pop li {
  margin: 15px 0;
}

#search_pop {
  padding: 15px 30px;
}

#search_pop .pop-search-wrapper {
  display: block;
  border: 1px solid #333;
  border-radius: 50px;
  width: 100%;
  height: 46px;
  padding: 5px 10px;
}

#search_pop .search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  float: left;
  vertical-align: middle;
  color: #333;
  line-height: 32px;
  width: calc(100% - 32px);
  border: 0;
  background-color: transparent;
}

#search_pop .search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: block;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

#search_pop .search-submit svg {
  width: 100%;
  height: auto;
  display: block;
}

#filter_pop {
  font-weight: 300;
  padding: 25px 30px;
  min-height: 200px;
}

.tooltip {
  font-weight: 300;
  pointer-events: none;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow::before {
  border-bottom-color: #f26e20;
}

body.fuoriterra .tooltip .arrow::before {
  border-bottom-color: #d8e2a5;
}

body.goccia .tooltip .arrow::before {
  border-bottom-color: #cfe2f2;
}

body.interrata .tooltip .arrow::before {
  border-bottom-color: #e2d7c2;
}

.tooltip .tooltip-inner {
  color: #000;
  text-align: left;
  padding: 15px;
  font-size: 13px;
  max-width: 290px;
  background-color: #f26e20;
}

body.fuoriterra .tooltip .tooltip-inner {
  background-color: #d8e2a5;
}

body.goccia .tooltip .tooltip-inner {
  background-color: #cfe2f2;
}

body.interrata .tooltip .tooltip-inner {
  background-color: #e2d7c2;
}

#filter_pop .filter-pop-label {
  position: relative;
  padding: 15px 0;
  padding-right: 30px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#filter_pop .filter-pop-label::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 27px;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ddd;
}

#filter_pop .filter-pop-label::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: scaleY(-1);
  transition: all 200ms ease-in-out;
  background: url(../img/chevron.svg) no-repeat center / contain;
}

#filter_pop .filter-pop-label.collapsed::after {
  transform: scaleY(1);
}

#filter_pop .filter-pop-label span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}

#filter_pop .filter-pop-label .filter-tooltip {
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  color: #333;
  border: 1px solid #333;
  cursor: pointer;
}

#filter_pop .filter-ul {
}

#filter_pop .filter-ul li:last-child {
  margin-bottom: 45px;
}

#filter_pop ul {
  list-style: none;
}

#filter_pop ul li a.active,
#filter_pop ul li a:hover {
  color: #f26e20;
}

#filter_pop ul > li > a {
  display: inline-block;
  font-weight: 400;
  padding-bottom: 5px;
}

#filter_pop ul > li.active > a {
  font-weight: 600;
  letter-spacing: -0.017em;
  color: #f26e20;
}

#filter_pop ul > li > ul > li {
  padding-left: 10px;
}

#filter_pop ul > li > ul > li > a {
  display: inline-block;
  font-weight: 300;
}

#content_lista_prodotti {
  padding: 45px 0 60px;
  background-color: #f2f2f2;
}

#content_lista_prodotti .swiper-slide {
  height: auto;
  padding-bottom: 15px;
}

#content_lista_prodotti .article {
  text-align: center;
  margin-bottom: 15px;
  height: auto;
}

#content_lista_prodotti .swiper-slide .article {
  margin-bottom: 0;
  height: 100%;
}

#content_lista_prodotti .article-wrapper {
  position: relative;
  display: block;
  padding: 65px 10px 30px;
  height: 100%;
  background-color: #fff;
}

#content_lista_prodotti .article-wrapper--banner {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
}

#content_lista_prodotti .article-wrapper--banner .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

#content_lista_prodotti .article-wrapper--banner .heading {
  position: absolute;
  top: 50px;
  left: 30px;
  text-align: left;
  z-index: 11;
}

#content_lista_prodotti .article-wrapper--banner .heading .slogan {
  line-height: 1em;
  margin-top: 15px;
}

#content_lista_prodotti .article-wrapper--banner .heading.white {
  color: #fff;
}

#content_lista_prodotti .article-wrapper--banner .heading.black {
  color: #000;
}

#content_lista_prodotti .article-wrapper--banner .clbtn {
  z-index: 11;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

/*------- END -------- */

#content_lista_prodotti .arti #content_lista_prodotti .article-new {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  transition: all 200ms ease-in;
}

#content_lista_prodotti .article-new.limited-availability {
  background-color: #ddd;
}

#content_lista_prodotti .article-wrapper:hover .article-new {
  filter: brightness(105%);
}

#content_lista_prodotti .article-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50px;
  transition: all 200ms ease-in;
  cursor: pointer;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

#content_lista_prodotti .article-wishlist:hover {
  width: 200px;
  background-color: #f26e20;
  box-shadow: 0 0 5px #ddd;
}

#content_lista_prodotti .article-wishlist.added:hover {
  background-color: #f2f2f2;
}

#content_lista_prodotti .article-wishlist .heart-help {
  position: absolute;
  top: 14px;
  right: 29px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 100%;
  margin-right: 7px;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
}

#content_lista_prodotti .article-wishlist.added .heart-help {
  color: #444;
}

#content_lista_prodotti .article-wishlist .heart {
  position: absolute;
  right: 5px;
  top: 7px;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: auto;
}

#content_lista_prodotti .article-wishlist .heart svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
  stroke: #000;
  stroke-width: 1;
  transform: scale(1);
  transition: all 200ms ease-in;
}

#content_lista_prodotti .article-wishlist:hover .heart svg {
  fill: #fff;
  stroke: #f26e20;
}

#content_lista_prodotti .article-wishlist.added .heart svg {
  fill: #f26e20;
  stroke: #f26e20;
}

#content_lista_prodotti .article-wishlist.added:hover .heart svg {
  fill: #f26e20;
  stroke: #f26e20;
  transform: scale(0.85);
}

#content_lista_prodotti .article .figure {
  margin: auto;
  width: 80%;
  padding-top: 80%;
  height: 0;
  display: block;
  margin-bottom: 30px;
  background: no-repeat center / contain;
}

#content_lista_prodotti .article .article-name {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 130%;
}

#content_lista_prodotti .article .article-name strong {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

#content_lista_prodotti .article .article-name small {
  font-weight: 300;
}

#content_lista_prodotti .article .article-cod {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
}

#content_lista_prodotti .article .clbtn {
  margin-bottom: 10px;
}

#content_lista_prodotti .article .article-dots {
  list-style: none;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

#content_lista_prodotti .article .article-dots li {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

#content_lista_prodotti .article .article-dots li .label,
#content_lista_prodotti .article .article-dots li .dots {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

#content_lista_prodotti .article .article-dots li .label {
  text-align: right;
  font-size: 13px;
  line-height: 110%;
}

#content_lista_prodotti .article .article-dots li .dots span {
  width: 18px;
  padding-top: 18px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50px;
  float: left;
  background-color: #c9c9c9;
}

#content_lista_prodotti .article .article-dots li .dots span.o {
  background-color: #f26e20;
}

#lista_manuali #content_lista_prodotti .article .article-wrapper {
  padding-bottom: 0;
  height: 100%;
  padding-bottom: 70px;
}

#lista_manuali #content_lista_prodotti .article .article-icons {
  position: absolute;
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #f26e20;
  padding: 10px 0;
}

#lista_manuali #content_lista_prodotti .article .article-icons .icona {
  display: block;
  width: 50px;
}

#lista_manuali #content_lista_prodotti .article .article-icons .icona svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
}

/* -------- SCHEMA INTERATTIVO ------- */
.schema-interattivo {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  height: 70vh;
  overflow: hidden;
  cursor: all-scroll;
  background: #fff no-repeat left center / cover;
}

.schema-interattivo.schema-basso {
  max-height: 70vh;
  height: 70vh;
}

.schema-interattivo .ndd-annotator-interface {
  opacity: 1 !important;
}

.schema-interattivo .ndd-annotator-interface .ndd-annotator-navigator {
  /*
    top: 10px !important;
    left: 10px !important;
    margin: 0 !important;
*/
}

.schema-interattivo .ndd-annotator-container {
  z-index: 50 !important;
}

.schema-interattivo .img-scroll {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.schema-interattivo .newwave-visible .img-scroll {
  /*    opacity: 0.6 !important;*/
}

.schema-interattivo .ndd-spot {
  cursor: pointer;
  padding: 7px;
}

.schema-interattivo .ndd-spot .ndd-marker-container,
.schema-interattivo .ndd-spot .ndd-marker-container.ndd-marker-style-5 {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/icon_loc_01.png) no-repeat center / contain;
  /*
    top: -19px;
    position: relative;
*/
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform-origin: center bottom;

  -webkit-animation: shadow-drop-center 2s ease-in-out 1s infinite alternate
    both;
  animation: shadow-drop-center 2s ease-in-out 1s infinite alternate both;
}

.schema-interattivo .ndd-spot .ndd-marker-container.ndd-marker-style-6 {
  /*    top: 0;*/
  background: url(../img/icon_loc_06.png) no-repeat center / contain;
}

@keyframes shadow-drop-center {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

#ndd-annotations-global-container {
  z-index: 150 !important;
}

.ndd-popup-container {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.ndd-popup-box {
  /*    top: 150px !important;*/
  border-radius: 0 !important;
  /*    max-width: 300px;*/
  background-color: transparent !important;
  overflow: visible !important;
}

/*
#nw_6 .ndd-popup-box {
    top: -110px !important;
}
*/

.ndd-popup-arrow-up,
.ndd-popup-arrow-down {
  border: 0 !important;
}

.radFig {
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.radFig img {
  width: 100%;
  height: auto;
  display: block;
}

.lentTxt {
  margin-top: 10px;
  color: #000;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.lentTxt .lentTT {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.lentTxt a {
  color: #f26e20;
  font-size: 13px;
  text-transform: uppercase;
}

.lentTxt a:hover {
  text-decoration: underline;
}

/*
.ndd-popup-buffer {
    left: 20px !important;
    top: 100px !important;
}
*/

/*
.ndd-popup-content {
    padding: 0 !important;
}
*/

/* -------- PRODOTTO SINGOLO ------- */
#menu_bottom {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 15px 0 10px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #dde4ad;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);

  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
  -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}

#single_faidate.fuoriterra #menu_bottom,
#single_faidate.fuoriterra #perche,
#single_product.fuoriterra #menu_bottom {
  background-color: rgba(216, 226, 165, 0.85);
}

#single_faidate.fuoriterra #dove .f-card,
#single_faidate.fuoriterra #tips .tips-link {
  background-color: #d8e2a5;
}

#single_faidate.goccia #menu_bottom,
#single_faidate.goccia #perche,
#single_product.goccia #menu_bottom {
  background-color: rgba(207, 226, 242, 0.85);
}

#single_faidate.goccia #dove .f-card,
#single_faidate.goccia #tips .tips-link {
  background-color: #cfe2f2;
}

#single_faidate.interrata #menu_bottom,
#single_faidate.interrata #perche,
#single_product.interrata #menu_bottom {
  background-color: rgba(226, 215, 194, 0.85);
}

#page_tutorial #menu_bottom {
  background-color: #efefef;
}

#single_faidate.interrata #dove .f-card,
#single_faidate.interrata #tips .tips-link {
  background-color: #e2d7c2;
}

#menu_bottom.pre-fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
}

#menu_bottom.sticky,
#menu_bottom.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
}

#menu_bottom .col-auto {
  max-width: 100%;
}

#menu_bottom a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 160%;
  display: inline-block;
  margin-bottom: 5px;
}

#product_intro {
  padding: 45px 0;
  overflow: hidden;
}

#product_intro .figure {
  position: relative;
  padding: 60px 0;
  max-width: 600px;
  display: block;
  margin: auto;
}

#product_intro .article-new {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  letter-spacing: 0.04em;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  transition: all 200ms ease-in;
}

#product_intro .article-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50px;
  transition: all 200ms ease-in;
  cursor: pointer;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

#product_intro .article-wishlist:hover {
  width: 200px;
  background-color: #f26e20;
  box-shadow: 0 0 5px #ddd;
}

#product_intro .article-wishlist.added:hover {
  background-color: #f2f2f2;
}

#product_intro .article-wishlist .heart-help {
  position: absolute;
  top: 14px;
  right: 29px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 12px;
  line-height: 100%;
  margin-right: 7px;
  color: #fff;
  text-transform: uppercase;
  width: 150px;
}

#product_intro .article-wishlist.added .heart-help {
  color: #444;
}

#product_intro .article-wishlist .heart {
  position: absolute;
  right: 5px;
  top: 7px;
  vertical-align: middle;
  display: inline-block;
  width: 28px;
  height: auto;
}

#product_intro .article-wishlist .heart svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
  stroke: #000;
  stroke-width: 1;
  transform: scale(1);
  transition: all 200ms ease-in;
}

#product_intro .article-wishlist:hover .heart svg {
  fill: #fff;
  stroke: #f26e20;
}

#product_intro .article-wishlist.added .heart svg {
  fill: #f26e20;
  stroke: #f26e20;
}

#product_intro .article-wishlist.added:hover .heart svg {
  fill: #f26e20;
  stroke: #f26e20;
  transform: scale(0.85);
}

/*
#product_intro #product_gallery {
    height: 55vh;
    max-height: 720px;
    margin-bottom: 45px;
}

#product_intro .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#product_intro .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center / contain;
}

#product_intro .gallery-top {
    height: calc(100% - 100px);
    width: 100%;
    margin-bottom: 30px;
}

#product_intro .gallery-top .swiper-slide .img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product_intro .gallery-top .swiper-slide.swiper-zoom-container .img-contain {
    cursor: zoom-in;
}

#product_intro .gallery-top .swiper-slide.swiper-zoom-container.swiper-slide-zoomed .img-contain {
    cursor: zoom-out;
}

#product_intro .gallery-thumbs {
    height: 70px;
    box-sizing: border-box;
}

#product_intro .gallery-thumbs .swiper-slide {
    width: 70px;
    height: 70px;
    opacity: 0.7;
    border: 1px solid #dedede;
}

#product_intro .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
*/

#product_intro .product-title {
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#product_intro .product-code {
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 300;
}

#product_intro .product-description {
  font-size: 16px;
  max-width: 650px;
  margin-bottom: 60px;
}

#product_intro .product-vars {
  font-size: 16px;
  padding: 45px 30px;
  background-color: #f0f0f0;
  max-width: 650px;
  margin-bottom: 60px;
}

#product_intro .product-vars nav {
  margin-top: 15px;
}

#product_intro .product-vars .clbtn {
  opacity: 0.75;
  margin: 0;
  margin-top: 15px;
  margin-right: -15px;
  min-width: 100px;
  max-width: 230px;
}

#product_intro .product-vars .clbtn:hover {
  opacity: 1;
}

#product_intro .product-ul {
  list-style: none;
  margin-bottom: 60px;
}

#product_intro .product-ul li {
  position: relative;
  display: block;
  padding-left: 45px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#product_intro .product-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/check.jpg) no-repeat left center / contain;
}

#product_intro .clbtn {
  margin-right: 15px;
  margin-bottom: 15px;
  min-width: 180px;
}

#video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 400px;
  min-height: 320px;
  background: no-repeat center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#video.video169 {
  height: 56vw;
  max-height: 90vh;
}

#video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video .video-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}

#video .fancybox-play {
  position: relative;
  z-index: 3;
  width: auto;
  height: 96px;
  display: block;
}

#video .fancybox-play svg {
  width: 96px;
  height: 96px;
  display: block;
  fill: #fff;
  margin: auto;
}

#video .fancybox-play .link-label {
  font-size: 22px;
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.table td,
.table th,
.table thead th,
#description .table td,
#description .table th {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}

.table th {
  font-weight: 400;
  text-transform: uppercase;
}

.table-striped tbody tr,
.table-striped tbody tr:nth-of-type(odd),
#description .table-striped tbody tr,
#description .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#spec {
  padding: 60px 0 90px;
  background-color: #fff;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#spec .section-title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#spec .spec-link {
  position: relative;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 45px;
  margin: 45px 0;
  border-bottom: 1px solid #ddd;
}

#spec .spec-link::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 45px;
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ddd;
}

#spec .spec-link::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 20px;
  transform: scaleY(-1);
  transition: all 200ms ease-in-out;
  background: url(../img/chevron.svg) no-repeat center / contain;
}

#spec .spec-link.collapsed::after {
  transform: scaleY(1);
}

#spec ul {
  margin-bottom: 45px;
  list-style: none;
}

#spec ul li {
  margin-bottom: 15px;
  /*    display: block;*/
}

#spec ul li .spec-icon {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: bottom;
  background: no-repeat center / contain;
}

#spec .spec-txt,
#spec ul li .spec-txt {
  font-size: 18px;
  line-height: 120%;
  display: inline;
}

#spec .swiper-rapida {
  width: 100%;
  padding: 30px 0 60px;
}

#spec .swiper-rapida .swiper-slide {
  width: auto;
  height: auto;
}

#spec .swiper-rapida .swiper-slide .link-rapida {
  display: block;
  padding: 10px;
  border: 1px solid #efefef;
}

#spec .swiper-rapida .swiper-slide .link-rapida .figure,
#spec .swiper-rapida .swiper-slide .link-rapida .figure .img-fluid {
  width: 100%;
  height: 300px;
  display: block;
}

#spec .swiper-rapida-nav {
  position: absolute;
  display: block;
  top: 43%;
  left: -20px;
  width: calc(100% + 40px);
}

#spec .swiper-rapida-nav .swiper-button-next,
#spec .swiper-rapida-nav .swiper-button-prev {
  color: #999;
  transform: scale(0.7);
}

#spec .swiper-rapida-nav .swiper-button-prev {
  left: 0;
}

#spec .swiper-rapida-nav .swiper-button-next {
  right: 0;
}

#spec .swiper-rapida-nav .swiper-button-disabled {
  opacity: 0;
}

#spec .swiper-rapida .swiper-scrollbar {
  position: relative;
  width: calc(100% - 14px);
  left: 7px;
  top: 0;
  bottom: 0;
  margin-top: 45px;
  height: 3px;
}

#spec .spec-icon-svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center / contain;
}

#spec .table-wrapper {
  width: 100%;
  height: auto;
  overflow-x: auto;
}

#spec .table-wrapper td {
  vertical-align: middle;
}

#quick_faq {
  text-align: center;
  padding: 60px 0 30px;
  background-color: #dde4ad;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#quick_faq .txt-faq {
  font-size: 30px;
  max-width: 380px;
  margin: auto;
  padding: 0 15px 30px;
}

#quick_faq .clbtn {
  margin-bottom: 30px;
}

#quick_faq .col-12 + .col-12 .txt-faq {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 60px;
}

#lista_manuali #downloads {
  margin-bottom: 2px;
}

#downloads {
  color: #000;
  text-align: center;
  padding: 90px 0 60px;
  background-color: #ddd;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#downloads.quick-progettazione,
#downloads.downloads-manuali {
  color: #fff;
  background-color: #f26e20;
}

#downloads.downloads-manuali {
  /*    font-weight: 400;*/
  text-transform: uppercase;
}

#single_product.fuoriterra #downloads {
  background-color: #d8e2a5;
}

#single_product.goccia #downloads {
  background-color: #cfe2f2;
}

#single_product.interrata #downloads {
  background-color: #e2d7c2;
}

#downloads .col-12 + .col-12 .txt-downloads {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 60px;
}

#downloads.quick-progettazione .col-12 + .col-12 .txt-downloads,
#downloads.downloads-manuali .col-12 + .col-12 .txt-downloads {
  border-color: rgba(255, 255, 255, 0.5);
}

#downloads .txt-downloads {
  font-size: 22px;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

#downloads .txt-downloads:hover {
  opacity: 0.8;
}

#downloads .icon-svg {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 30px;
}

#downloads .icon-svg svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

#downloads.quick-progettazione .icon-svg svg,
#downloads.downloads-manuali .icon-svg svg {
  fill: #fff;
}

#lista_prodotti.lista-prodotti-home #content_lista_prodotti {
  padding: 60px 0 120px;
}

#lista_prodotti.lista-prodotti-home .rel-prod-tt,
#single_product .rel-prod-tt {
  margin-top: 60px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
}

#lista_prodotti.lista-prodotti-home .rel-prod-tt {
  margin-bottom: 60px;
}

.newwave-body-scroll .ndd-popup-container.ndd-popup-visible .ndd-popup-content {
  pointer-events: all;
}

.banner-txt {
  text-align: center;
  padding: 60px 0;
  background-color: #f2f2f2;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-txt.goccia {
  background-color: #cfe2f2;
}

.banner-txt.fuoriterra {
  background-color: #d8e2a5;
}

.banner-txt.interrata {
  background-color: #e2d7c2;
}

.banner-txt.banner-company {
  min-height: 0;
}

.banner-txt.banner-company .title {
  text-transform: none;
  line-height: 150%;
  margin-bottom: 0;
}

.banner-txt .content {
  text-align: center;
}

/* -------- WISHLIST ------- */
#page_wishlist {
  padding: 60px 0 120px;
}

#page_wishlist .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

#page_wishlist .row-prod-wishlist {
  margin-bottom: 40px;
}

#page_wishlist .row-prod-wishlist.last-row {
  margin-bottom: 120px;
}

#page_wishlist .row-prod-wishlist .figure {
  width: 100%;
  padding-top: 100%;
  display: block;
  background: no-repeat center / cover;
}

#page_wishlist .row-prod-wishlist .figure.add {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  background: #fff;
  border: 1px solid #333;
}

#page_wishlist .row-prod-wishlist .figure.add::before,
#page_wishlist .row-prod-wishlist .figure.add::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  top: 50%;
  left: 25%;
  background-color: #333;
}

#page_wishlist .row-prod-wishlist .figure.add::after {
  transform: rotate(90deg);
}

#page_wishlist .row-prod-wishlist .article-name,
#page_wishlist .row-prod-wishlist .article-name small {
  font-weight: 300;
}

#page_wishlist .row-prod-wishlist .article-name strong {
  font-weight: 600;
  text-transform: uppercase;
}

#page_wishlist .row-prod-wishlist .article-qty {
  margin-top: 20px;
}

#page_wishlist .row-prod-wishlist .article-qty .minus,
#page_wishlist .row-prod-wishlist .article-qty .plus {
  width: 20px;
  height: 34px;
  line-height: 34px;
  padding: 0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  float: left;
}
#page_wishlist .row-prod-wishlist .article-qty .minus:hover,
#page_wishlist .row-prod-wishlist .article-qty .plus:hover {
  background: #f2f2f2;
}

#page_wishlist .row-prod-wishlist .article-qty input {
  height: 34px;
  line-height: 34px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

#page_wishlist .row-prod-wishlist .article-del {
  display: inline-block;
  font-size: 13px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  color: #333;
  border: 1px solid #333;
  text-transform: uppercase;
  font-weight: 400;
}

#page_wishlist .row-prod-wishlist .article-del:hover {
  color: #fff;
  background-color: #333;
}

#page_wishlist .txt {
  margin-bottom: 45px;
}

#page_wishlist .row-header-wishlist {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

#page_wishlist .row-header-wishlist::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ddd;
  display: block;
}

#page_wishlist .row-header-wishlist .wishlist-header-label {
  min-width: 20px;
}

#page_wishlist .clbtn {
  min-width: 180px;
  margin-bottom: 15px;
}

#page_wishlist .wish-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  color: #333;
  border: 1px solid #333;
}

/* -------- LOGIN POPUP ------- */
#login_pop {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff no-repeat center / cover;
}

#login_pop #login_pop_content {
  padding: 90px 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login_pop #login_pop_content .close-login-pop {
  position: absolute;
  display: inline-block;
  font-size: 13px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 19px;
  border-radius: 50px;
  color: #333;
  /* border: 1px solid #333; */
  /* text-transform: uppercase; */
  font-weight: 400;
  background: #fff url(../img/close.svg) no-repeat center / 100%;
  top: 10px;
  right: 10px;
  transition: all 360ms ease-in-out;
}

#login_pop #login_pop_content .close-login-pop:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

#login_pop .login-box {
  position: relative;
  text-align: center;
  padding: 50px 25px;
  width: 680px;
  max-width: 100%;
  display: block;
  height: auto;
  background-color: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

#login_pop .login-box .tt {
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#login_pop .login-box .tt + form {
  margin-top: 30px;
}

#login_pop .login-box .txt {
  font-size: 16px;
  font-weight: 300;
  max-width: 540px;
  margin: 0 auto 25px;
}

#login_pop .login-box .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 25px;
  margin-bottom: 20px;
}

#login_pop .login-box textarea.input-field {
  padding-top: 10px 20px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  line-height: 210%;
  resize: none;
}

#login_pop .login-box .form-msg {
  color: #f26e20;
  width: 100%;
  max-width: 500px;
  font-weight: 500;
  margin: auto;
  font-size: 13px;
  position: relative;
  top: -10px;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: left;
}

#login_pop input[type="radio"] {
  vertical-align: middle;
}

#login_pop .login-box .input-radio {
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  max-width: 500px;
}

#login_pop .login-box .input-radio input {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 5px;
  width: 20px !important;
  float: left;
}

#login_pop .login-box .input-radio span {
  display: inline-block;
  width: calc(100% - 25px);
}

#login_pop .login-box .link-rest {
  font-weight: 600;
  color: #f26e20;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#login_pop .login-box .clbtn {
  width: 250px;
  max-width: 100%;
  border: 0;
}

#login_pop .login-box form .clbtn {
  margin-top: 10px;
}

/* -------- SOLUZIONE QUIZ ------- */
#page_quiz,
#page_progettazione,
#page_preventivo,
#page_account,
#page {
  padding: 75px 0 180px;
}

#page_quiz .title,
#page_quiz .content,
#page .title,
#page .content {
  text-align: center;
}

#steps {
  text-align: center;
  margin: 60px 0 45px;
}

#steps ol {
  list-style: none;
}

#steps ol li {
  display: inline-block;
}

#steps ol li + li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
  width: 50px;
  height: 16px;
  background: url(../img/foglia-line.svg) no-repeat center / contain;
}

#steps svg {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

#steps svg.full {
  fill: #91aa66;
  stroke: none;
}

#page_quiz .q-tt {
  text-transform: none;
  margin-bottom: 60px;
}

#page_quiz .link-r {
  display: inline-block;
  text-align: center;
  margin: 0 auto 60px;
}

#page_quiz .link-r .figure-r {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin: 0 auto 30px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
  transition: all 360ms ease-in-out;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

#page_quiz .link-r:hover .figure-r {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

#page_quiz .link-r .figure-r .img-full {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 360ms ease-in-out;
}

#page_quiz .link-r:hover .figure-r .img-full {
  transform: scale(1.025);
}

#page_quiz .link-r .q-r {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  font-size: 28px;
  text-transform: uppercase;
  transition: all 360ms ease-in-out;
}

#page_quiz .link-r:hover .q-r {
  color: #f26e20;
}

#page_quiz .link-r .q-r::after {
  content: "";
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 30px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transition: all 360ms ease-in-out;
}

#page_quiz .link-r:hover .q-r::after {
  border-color: #f26e20;
}

#page_progettazione .p-wrapper {
  display: inline-block;
  text-align: left;
  margin: 120px auto 0;
  max-width: 420px;
}

#page_progettazione .p-wrapper .figure-r {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 45px;
}

#page_progettazione .p-wrapper .figure-r .img-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
}

#page_progettazione .p-wrapper .p-txt {
}

#page_progettazione .p-wrapper .p-txt .p-tt {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

#page_progettazione .p-wrapper .p-txt a {
  color: #f26e20;
}

.cta-preventivo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  text-overflow: ellipsis;
  min-width: 300px;
  padding: 0 55px 0 25px;
  background: url(../img/chevron.svg) no-repeat right 13px center / 20px;
}

#prw_preventivo {
  padding: 120px 0;
}

#prw_preventivo .cta-preventivo {
  margin-top: 45px;
}

#intro_preventivo {
  padding: 120px 0;
  background-color: #efefef;
}

#intro_preventivo .title {
  margin-bottom: 5px;
}

#intro_preventivo .txt {
  margin-bottom: 30px;
}

#page_preventivo .txt {
  margin: 60px 0;
  font-size: 20px;
}

#page_preventivo .txt p {
  margin-bottom: 10px;
}

#page_preventivo #componenti {
  margin-top: 120px;
}

#page_preventivo #componenti .row-kit-btns {
  margin-top: 90px;
}

/* -------- AREA RISERVATA ------- */
#page_account .content {
  margin-bottom: 60px;
}

#page_account .acc-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 45px;
  border-radius: 50%;
  background: #efefef;
  overflow: hidden;
  transition: filter 360ms ease-in;
}

#page_account .acc-link::after {
  /* Responsive Square */
  content: "";
  display: block;
  padding-bottom: 100%;
}

#page_account .acc-link:hover {
  filter: brightness(90%);
}

#page_account .acc-link .acc-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#page_account .acc-link .icon {
  width: 40%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

#page_account .acc-link .icon svg {
  width: 100%;
  height: auto;
  display: block;
  fill: #000;
}

#page_account .acc-link .label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px;
  color: #000;
}

#page_account .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 45px 15px;
}

#page_account .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#page_account .modal-content .modal-title {
}

#page_account .modal-content .modal-txt {
  line-height: 130%;
  margin-bottom: 30px;
}

#page_account .modal-content form .edit-link {
  color: #f26e20;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  display: inline-block;
}

#page_account .modal-content label {
  margin: 15px 0 7px;
}

#page_account .modal-content .input-account {
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  color: #333;
  background-color: transparent;
  border: 1px solid #333;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 10px;
}

#page_account .modal-content .input-account:disabled {
  background-color: #eee;
  border: 0;
  cursor: not-allowed;
}

#page_account .modal-content .clbtn {
  margin-top: 15px;
}

#page_account .modal-content .delete-account {
  color: #666;
  font-size: 16px;
  text-decoration: underline;
  margin-top: 45px;
  display: inline-block;
}

#page_account .modal-content .input-tt {
  margin: 10px 0;
}

#page_account .modal-content input[type="radio"],
#page_account .modal-content input[type="checkbox"] {
  vertical-align: middle;
}

#page_account .modal-content input[type="radio"] + label,
#page_account .modal-content input[type="checkbox"] + label {
  margin-left: 5px;
}

/* -------- ASSISTENZA ------- */
#page_assistenza {
  padding: 120px 0;
}

#page_assistenza .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

#page_assistenza .a-wrapper {
  display: inline-block;
  margin: 0 auto 60px;
  width: 100%;
}

#page_assistenza .a-wrapper .figure-r {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: block;
  margin: 0 auto 45px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.35);
  transition: box-shadow 360ms ease-in-out;
}

#page_assistenza .a-wrapper:hover .figure-r {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

#page_assistenza .a-wrapper .figure-r .img-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 360ms ease-in-out;
}

#page_assistenza .a-wrapper:hover .figure-r .img-full {
  transform: scale(1.025);
}

#page_assistenza .a-wrapper .a-r {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 45px 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  transition: all 360ms ease-in-out;
}

#page_assistenza .a-wrapper .a-link {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 360ms ease-in-out;
}

#page_assistenza .a-wrapper .a-r:hover,
#page_assistenza .a-wrapper .a-link:hover {
  color: #f26e20;
}

#page_assistenza .a-wrapper .a-r::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  display: inline-block;
  margin-left: 30px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transition: all 360ms ease-in-out;
}

#page_assistenza .a-wrapper .a-r.collapsed::after {
  top: 4px;
  transform: rotate(45deg);
}

#page_assistenza .a-wrapper .a-r:hover::after {
  border-color: #f26e20;
}

#page_assistenza .a-wrapper li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

#page_assistenza .a-wrapper li a {
  font-size: 18px;
  transition: all 360ms ease-in-out;
}

#page_assistenza .a-wrapper li a:hover {
  color: #f26e20;
}

#assistenza {
  color: #fff;
  text-align: center;
  padding: 90px 0 135px;
  background-color: #ddd;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f26e20;
  margin-bottom: 1px;
}

#assistenza .tt {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

#assistenza .col-12 + .col-12 .txt-assistenza {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 60px;
}

#assistenza .txt-assistenza {
  font-size: 22px;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

#assistenza .txt-assistenza:hover {
  opacity: 0.8;
}

#assistenza .icon-svg {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 30px;
}

#assistenza .icon-svg svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

#assistenza .txt-b {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#assistenza .txt-t {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

#assistenza .txt-s {
  font-size: 16px;
  font-weight: 400;
}

/* -------- CONFRONTO ------- */
#page_confronta {
  padding: 120px 0 180px;
}

#page_confronta .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

#page_confronta .row-compare {
}

#page_confronta .row-compare .col-compare {
  text-align: center;
}

#page_confronta .row-compare .col-compare:nth-child(3),
#page_confronta .row-compare .col-compare:nth-child(4) {
  display: none;
}

#page_confronta .selector-element {
  text-overflow: ellipsis;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.012em;
  width: 100%;
  height: 56px;
  margin: 0;
  padding-right: 20px;
  padding-left: 0;
  color: #1d1d1f;
  background: transparent url(../img/chevron.svg) no-repeat right center / auto
    15px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-bottom: 1px solid #d2d2d7;
}

#page_confronta .row-compare .col-compare:nth-child(1) .selector-element {
  color: #f26e20;
  background-image: none;
  pointer-events: none;
  padding-right: 0;
}

#page_confronta .row-compare .col-compare .figure {
  margin: 30px auto;
  width: 80%;
  max-width: 230px;
  height: auto;
  display: block;
  text-align: center;
}

#page_confronta .row-compare .col-compare .article-cod {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

#page_confronta .tt-group {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 75px 0 10px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

#page_confronta .row-compare .col-compare .dots {
  display: inline-block;
  margin-top: 15px;
}

#page_confronta .row-compare .col-compare .dots span {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 50px;
  background-color: #c9c9c9;
}

#page_confronta .row-compare .col-compare .dots span.o {
  background-color: #f26e20;
}

#page_confronta .row-compare .col-compare .line {
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 30px;
  background-color: #ddd;
}

#page_confronta .row-compare .col-compare .clbtn {
  position: relative;
  margin-top: 30px;
}

#page_confronta .row-compare .col-compare .link-inline {
  color: #f26e20;
  font-weight: 600;
  margin-top: 15px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
}

/* -------- CONTATTI ------- */
#page_stabilimenti {
  background-color: #ececeb;
}

#page_stabilimenti .txt {
  margin: 45px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

#page_stabilimenti .txt p {
  margin-bottom: 15px;
}

#g_maps {
  width: 100%;
  height: 720px;
  max-height: 70vh;
  display: block;
}

#g_maps > div {
  width: 100%;
  height: 100%;
  display: block;
}

/* -------- FAI DA TE ------- */
#single_faidate {
}

#faidate_intro {
  padding-top: 120px;
}

.banner-faidate {
  padding-top: 90px;
  background-color: #f1f1f1;
}

.banner-faidate .tt {
  text-transform: initial;
}

#perche {
  position: relative;
  z-index: 0;
}

#perche .figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

#perche .figure .img-full {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 90vh;
}

.perche-content .box {
  padding: 45px 0;
}

#dove {
  width: 100%;
}

#dove .f-dove {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dove .f-card {
  width: 100%;
  margin-top: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #fff;
}

#dove .f-card .figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 84.3%;
  overflow: hidden;
  display: block;
}

#dove .f-card .figure .img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dove .f-card .content {
  padding: 30px;
}

#dove .f-card .tt {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 30px;
}

#dove .f-card .clbtn {
  margin-top: 30px;
  background-color: #afb1ae;
}

#come {
  padding-top: 120px;
  background-color: #fefefe;
}

#come .title {
  text-align: center;
}

#come .schema-interattivo {
  margin-top: 45px;
}

#esempi {
  padding: 120px 0;
  background-color: #fefefe;
  text-align: center;
}

#esempi .nav-pills {
  margin: 15px 0 45px;
}

#esempi .nav-pills .nav-link,
#esempi .nav-pills .nav-link.active {
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
  letter-spacing: 0.04em;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000;
  padding: 12px 20px;
  min-width: 150px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#esempi .nav-pills .nav-link.active {
  color: #f26e20;
  border-color: #f26e20;
}

#esempi .figure {
  margin-bottom: 60px;
  display: block;
}

#esempi .figure .img-fluid {
  max-height: 55vh;
}

#guida {
  padding: 120px 0 0;
  background-color: #f1f1f1;
  text-align: center;
}

#guida .title {
  margin-bottom: 60px;
}

#guida .container-fluid,
#tips .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

#guida .container-fluid .row,
#tips .container-fluid .row {
  margin-right: -5px;
  margin-left: -5px;
}

#guida .container-fluid .row .col-12,
#tips .container-fluid .row .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

#guida .guida-link,
#tips .tips-link {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  margin-bottom: 15px;
  background: no-repeat center / cover;
  transition: all 360ms ease-in-out;
}

#guida .guida-link:hover {
  filter: brightness(130%);
}

#tips .tips-link:hover {
  filter: brightness(95%);
}

#guida .guida-link .guida-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}

#guida .guida-link .guida-link-w,
#tips .tips-link .tips-link-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding: 30px;
  text-transform: uppercase;
}

#tips .tips-link .tips-link-w {
  background-color: transparent;
  color: #000;
  font-weight: 300;
  text-transform: initial;
}

#guida .guida-link .guida-link-w .icon.icon-play {
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto 15px;
  background: url(../img/icon-play-w.svg) no-repeat center / contain;
}

#tips {
  background-color: #f1f1f1;
  padding-bottom: 120px;
}

.fancybox-container.fancybox-claber {
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
}

.fancybox-container.fancybox-claber.fancybox-is-closing {
  -webkit-backdrop-filter: saturate(100%) blur(0);
  backdrop-filter: saturate(100%) blur(0);
}

.fancybox-container.fancybox-claber.fancybox-is-fullscreen {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button.disabled {
  opacity: 0;
}

.fancybox-container.fancybox-claber.fancybox-claber-tips .fancybox-bg {
  background-color: #fff;
}

.tips-pop-content {
  width: 870px;
  height: auto;
  padding: 0 !important;
  max-width: 90%;
  max-height: 90%;
}

.tips-pop-content.faq-pop {
  padding: 15px !important;
}

.tips-pop-content.faq-pop-fuoriterra {
  background-color: #d8e2a5;
}

.tips-pop-content.faq-pop-interrata {
  background-color: #e2d7c2;
}

.tips-pop-content.faq-pop-goccia {
  background-color: #cfe2f2;
}

.tips-pop-content .icon-faq {
  margin: 45px 30px 0;
  width: 110px;
  height: 95px;
  display: block;
  background: url(../img/icon-faq.png) no-repeat left center / contain;
}

.tips-pop-content .pop-tt {
  padding: 45px 30px;
  line-height: 120%;
  text-align: center;
  text-align: left;
  max-width: 1200px;
  margin: auto;
  text-transform: initial;
}

.pop-iframe {
  position: relative;
  width: 100%;
  padding-top: 56%;
  height: 0;
  display: block;
  overflow: hidden;
}

.pop-iframe iframe,
.pop-iframe .pop-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tips-pop-content .pop-figure,
.tips-pop-content .pop-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.tips-pop-content .pop-txt {
  padding: 45px 30px;
  text-align: left;
  max-width: 1200px;
  margin: auto;
}

.tips-pop-content .pop-tt + .pop-txt {
  padding-top: 0;
}

.tips-pop-content .pop-txt ul {
  list-style-position: inside;
}

.tips-pop-content .pop-txt ul ul {
  padding-left: 30px;
}

#kit {
  padding: 0 0 60px;
  text-align: center;
  background-color: #f2f2f2;
}

#kit .content {
  text-align: center;
}

/* -------- FAI DA TE SCHEMA INTERATTIVO ------- */
.fdt-wrapper {
  pointer-events: none;
  width: 380px;
  max-width: 95vw;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 30px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.ndd-popup-container.ndd-popup-visible .fdt-wrapper {
  pointer-events: all;
}

.fdt-wrapper .fdt-fig {
  display: block;
  max-width: 100px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.fdt-wrapper .fdt-fig > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fdt-wrapper .fdt-txt p {
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.fdt-wrapper .clbtn {
  margin-top: 15px;
  margin-right: 15px;
}

.fdt-wrapper .clbtn:last-child {
  margin-right: 0;
}

.fdt-wrapper .clbtn-out:not(:hover) {
  background-color: transparent;
}

.fdt-wrapper .clbtn {
  pointer-events: none;
}

.ndd-popup-container.ndd-popup-visible .fdt-wrapper .clbtn {
  pointer-events: all;
}

/* -------- COMMON ------- */
.title {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 300;
}

.content {
  font-size: 16px;
  /*    text-align: justify;*/
}

.content p + p {
  margin-top: 22px;
}

.title + .clbtn,
.content + .clbtn {
  margin-top: 45px;
}

/* -------- HOME ------- */
#home_slider {
  padding: 45px 0 120px;
}

#home_slider .swiper-container {
  width: 100%;
  height: auto;
}

#home_slider .label {
  padding: 10px 20px;
  display: inline-block;
  background-color: #cbe092;
  margin-top: 45px;
  margin-bottom: 45px;
  letter-spacing: 0.04em;
}

#home_slider .clbtn {
  min-width: 180px;
  margin-bottom: 45px;
}

#home_slider .figure,
#home_slider .figure .img-fluid {
  width: 100%;
}

#home_slider .swiper-pagination {
  position: relative;
  margin-top: 35px;
  bottom: 0;
}

#home_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#home_slider .swiper-pagination .swiper-pagination-bullet-active-main {
  background-color: #f26e20;
}

#home_banner {
  position: relative;
  padding: 0;
  color: #000;
  background-color: #cdd5a3;
}

#home_banner .txt-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 45px;
}

#home_banner .banner-bg {
  width: 100%;
  height: 56vw;
  display: block;
  background: no-repeat right center / cover;
}

/* -------- ALTERNATE ------- */
.alternate {
  padding: 60px 0 120px;
}

.alternate + .alternate,
.alternate + .alternate .alt-content {
  padding-top: 0;
}

.alternate .alt-content {
  /*    min-height: 400px;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}

.alternate .alt-content .title {
  text-align: left;
}

.alternate .alt-figure {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: no-repeat center / cover;
}

/* -------- CODICE ETICO ------- */
#full_grid {
  padding: 0;
}

#full_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#full_grid li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#full_grid .grid-link {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  color: #fff;
  border: 1px solid #fff;
  background: no-repeat center / cover;
  transition: filter 360ms ease-in;
}

#full_grid .grid-link:hover {
  filter: brightness(120%);
}

/*
#full_grid .grid-link::after {
    content: "";
    display: block;
    padding-bottom: 70vh;
    background: rgba(0, 0, 0, 0.5);
}
*/

#full_grid .grid-link .grid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#full_grid .grid-link .grid-content {
  padding: 0 30px;
}

#full_grid .grid-link .icon {
  width: 75px;
  margin: 0 auto 5px;
}

#full_grid .grid-link .icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
  display: block;
}

#full_grid .grid-link .tt {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

#full_grid .grid-link .s-tt {
  font-size: 16px;
}

/* -------- PUNTI VENDITA ------- */
#punti_vendita {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: calc(100vh - 70px);
}

#punti_vendita .m-map__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

#punti_vendita .m-map__map {
  margin-top: 70px;
  width: 100%;
  height: 50%;
  min-height: 320px;
  background-color: #444;
}

#punti_vendita .m-map__map #g_maps {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

#punti_vendita .m-map__list {
  width: 100%;
  height: auto;
  max-height: -webkit-calc(50% - 70px);
  max-height: calc(50% - 70px);
}

#punti_vendita .m-map__list .m-map__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 70px;
  padding: 15px;
  background-color: #f26e20;
}

#punti_vendita .m-map__list .m-map__title,
#punti_vendita .m-map__list .m-map__desc {
  display: none;
}

#punti_vendita .m-map__list .m-map__search-input {
  height: 40px;
  width: 100%;
  max-width: 420px;
  line-height: 40px;
  padding: 0 35px 0 15px;
  border-radius: 50px;
  color: #666;
  font-size: 15px;
  box-shadow: none;
  border: 0;
  background: #f2f2f2
    url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2017%2017%22%20style%3D%22enable-background%3Anew%200%200%2017%2017%3Bfill%3A%238b8b8b%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cpath%20d%3D%22M8%2C14.9810552%20C4.80879696%2C14.7382961%202.2617039%2C12.191203%202.01894482%2C9%20L0.5%2C9%20C0.223857625%2C9%200%2C8.77614237%200%2C8.5%20C0%2C8.22385763%200.223857625%2C8%200.5%2C8%20L2.01894482%2C8%20C2.2617039%2C4.80879696%204.80879696%2C2.2617039%208%2C2.01894482%20L8%2C0.5%20C8%2C0.223857625%208.22385763%2C0%208.5%2C0%20C8.77614237%2C0%209%2C0.223857625%209%2C0.5%20L9%2C2.01894482%20C12.191203%2C2.2617039%2014.7382961%2C4.80879696%2014.9810552%2C8%20L16.5%2C8%20C16.7761424%2C8%2017%2C8.22385763%2017%2C8.5%20C17%2C8.77614237%2016.7761424%2C9%2016.5%2C9%20L14.9810552%2C9%20C14.7382961%2C12.191203%2012.191203%2C14.7382961%209%2C14.9810552%20L9%2C16.5%20C9%2C16.7761424%208.77614237%2C17%208.5%2C17%20C8.22385763%2C17%208%2C16.7761424%208%2C16.5%20L8%2C14.9810552%20Z%20M8%2C13.9775785%20L8%2C12.5%20C8%2C12.2238576%208.22385763%2C12%208.5%2C12%20C8.77614237%2C12%209%2C12.2238576%209%2C12.5%20L9%2C13.9775785%20C11.638569%2C13.7398043%2013.7398043%2C11.638569%2013.9775785%2C9%20L12.5%2C9%20C12.2238576%2C9%2012%2C8.77614237%2012%2C8.5%20C12%2C8.22385763%2012.2238576%2C8%2012.5%2C8%20L13.9775785%2C8%20C13.7398043%2C5.36143101%2011.638569%2C3.2601957%209%2C3.02242151%20L9%2C4.5%20C9%2C4.77614237%208.77614237%2C5%208.5%2C5%20C8.22385763%2C5%208%2C4.77614237%208%2C4.5%20L8%2C3.02242151%20C5.36143101%2C3.2601957%203.2601957%2C5.36143101%203.02242151%2C8%20L4.5%2C8%20C4.77614237%2C8%205%2C8.22385763%205%2C8.5%20C5%2C8.77614237%204.77614237%2C9%204.5%2C9%20L3.02242151%2C9%20C3.2601957%2C11.638569%205.36143101%2C13.7398043%208%2C13.9775785%20Z%22%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E)
    no-repeat right 10px center / 15px;
}

#punti_vendita .m-map__list .m-map__card-wr {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

#punti_vendita .m-map__list .m-map__card-wr .bh-sl-loc-list {
  height: 100%;
  overflow-x: auto;
  width: 100%;
}

#punti_vendita .card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #e8e8e8;
  padding: 30px 15px;
  cursor: pointer;
}

#punti_vendita .card-item .card-title {
  font-weight: 400;
}

#punti_vendita .card-item.list-focus .card-title {
  color: #f26e20;
}

#punti_vendita .loc-name {
  font-weight: 400;
  margin-bottom: 5px;
}

#prevent_search {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(30, 30, 30, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
}

#prevent_search .prevent-wrapper {
  width: 100%;
  max-width: 680px;
  padding: 60px 15px;
  background-color: #fff;
}

/* -------- FAB ------- */
#fab {
  z-index: 99;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  background-color: #f26e20;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#fab a {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
}

#fab a div {
  font-size: 28px;
  color: #fff;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.ndd-popup-container.ndd-popup-visible {
  pointer-events: all;
}

.ndd-popup-arrow-down {
  width: 50% !important;
  height: 20px !important;
  left: 25% !important;
}

/* -------- MAGNIFY ------- */
.featured-gallery {
  width: 100%;
  display: block;
}

.featured-gallery .swiper-container {
  width: 100%;
  display: block;
}

.featured-gallery .gallery-top {
  margin-bottom: 30px;
}

.featured-gallery .swiper-button-prev,
.featured-gallery .swiper-button-next {
  color: #b4b4b4;
}

.featured-gallery .swiper-button-prev::after,
.featured-gallery .swiper-button-next::after {
  font-size: 28px;
}

.featured-gallery .gallery-thumbs .swiper-slide-thumb-active {
  border-bottom: 2px solid #b4b4b4;
}

#glass {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9),
    0 0 7px 7px rgba(0, 0, 0, 0.25);
  display: none;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* -------- TUTORIAL ------- */
#page_tutorial {
  padding: 120px 0;
}

#page_tutorial .row-header-step {
  padding: 60px 0 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
}

#page_tutorial .row-header-step .label-header-step {
  font-size: 120%;
}

#page_tutorial .tt {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 1px;
}

#page_tutorial .row-step {
  padding: 45px 0;
  position: relative;
}

#page_tutorial .row-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ddd;
  display: block;
}

#page_tutorial .row-step .figure {
  display: block;
  margin-bottom: 15px;
}

#page_tutorial .txt {
  margin-bottom: 45px;
}

#page_tutorial .txt ul,
#page_tutorial .txt ol {
  list-style-position: outside;
  padding-left: 15px;
}

#page_tutorial .txt li {
  margin-bottom: 10px;
}

#page_tutorial .clbtn {
  min-width: 180px;
  margin-bottom: 15px;
}

/* -------- REVERSE MEDIA QUERY ------- */
@media screen and (max-width: 1199px) {
  .testo-schema {
    background-image: none !important;
  }

  #menu_bottom .row {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  #menu_bottom .row .col-auto {
    display: inline-block;
  }
}

/* -------- MEDIA QUERY ------- */
@media screen and (min-width: 768px) {
  #navbar::before {
    width: calc(50% - 170px);
  }

  #nav_icon ul li {
    margin-left: 5px;
  }

  #mobile_navbar {
    border-left: 1px solid #ddd;
  }

  #mobile_navbar .has-sub {
    position: relative;
  }

  #mobile_navbar .has-sub::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #mobile_navbar .has-sub.sub-active::after {
    width: 100%;
  }

  #mobile_navbar li.active a {
    color: #f26e20;
  }

  #mobile_navbar li.active a.has-sub::after {
    background-color: #f26e20;
  }

  #sub_panels .sub-panel {
    z-index: 109;
  }

  #sub_panels .sub-panel.is-open {
    transform: translate3d(-320px, 0, 0);
  }

  .title {
    font-size: 36px;
  }

  .content {
    font-size: 18px;
  }

  .alternate .alt-figure {
    min-height: 520px;
  }

  #banner {
    /*        height: auto;*/
    padding: 90px 0;
  }

  #banner.banner-big {
    height: 90vh;
    max-height: 56vw;
  }

  #banner.banner-vert-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .schema,
  .schema-interattivo {
    height: 56vw;
    max-height: 90vh;
  }

  .schema-interattivo .ndd-spot {
    padding: 6px;
  }

  /*
    #spec ul li {
        display: inline-block;
        margin-right: 60px;
    }
*/

  #quick_faq,
  #downloads,
  #assistenza {
    position: relative;
  }

  #assistenza > .c-righe {
    position: relative;
  }

  #quick_faq::before,
  #downloads:not(.downloads-1)::before,
  #assistenza > .c-righe::after,
  #assistenza > .c-righe::before {
    content: "";
    left: 50vw;
    top: 45px;
    position: absolute;
    height: calc(100% - 90px);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  #downloads.quick-progettazione::before,
  #downloads.downloads-manuali::before {
    background-color: rgba(255, 255, 255, 0.75);
  }

  #downloads.downloads-manuali.col-2-none::before {
    display: none;
  }

  #assistenza > .c-righe::before,
  #assistenza > .c-righe::after {
    top: 0;
    height: calc(100% + 45px);
    left: calc(33% + 3px);
    background-color: rgba(255, 255, 255, 0.5);
  }

  #assistenza > .c-righe::after {
    left: calc(66% + 7px);
  }

  #assistenza.assistenza-estero > .c-righe::before {
    left: 50%;
  }

  #assistenza.assistenza-estero > .c-righe::after {
    display: none;
  }

  #quick_faq .col-12 + .col-12 .txt-faq,
  #downloads .col-12 + .col-12 .txt-downloads,
  #assistenza .col-12 + .col-12 .txt-assistenza {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  #quick_faq .txt-faq {
    padding: 0 30px 30px;
  }

  #downloads {
    padding: 140px 0;
  }

  #downloads::before {
    background-color: #444;
  }

  #downloads .txt-downloads,
  #assistenza .txt-assistenza {
    margin-bottom: 0;
  }

  .ndd-annotator-navigator {
    transform: scale(0.8);
    transform-origin: left;
  }

  .radFig {
    width: 200px;
    height: 200px;
  }

  #menu_bottom {
    padding: 20px 0 15px;
  }

  #breadcrumb {
    padding: 15px 0;
  }

  #hero #hero_content .s-tt {
    font-size: 52px;
  }

  #hero #hero_content .tt + .txt {
    margin-top: 25px;
  }

  #hero #hero_content .txt,
  .banner-txt.banner-company .title {
    font-size: 22px;
  }

  #hero #hero_content .s-tt + .txt {
    margin-top: 7px;
  }

  #hero #hero_content .clbtn {
    margin-top: 35px;
  }

  #content_lista_prodotti .row-prodotti {
    margin-right: -7px;
    margin-left: -7px;
  }

  #content_lista_prodotti .row-prodotti .article {
    padding-right: 7px;
    padding-left: 7px;
  }

  #filtri_lista_prodotti .call-pop {
    margin-bottom: 0;
  }

  #wishlist_pop {
    right: 5px;
    max-width: calc(100% - 60px);
  }

  #filter_pop .filter-pop-label {
    padding-right: 0;
  }

  #filter_pop .filter-pop-label::before,
  #filter_pop .filter-pop-label::after {
    display: none;
  }

  #filter_pop .filter-ul.collapse,
  #filter_pop .filter-ul.collapsing,
  #filter_pop .filter-ul.collapse.show {
    display: block;
    height: auto !important;
    visibility: visible !important;
  }

  #login_pop .login-box {
    padding: 50px;
  }

  #steps ol li + li::before {
    width: 100px;
  }

  #page_stabilimenti .txt {
    padding: 90px 0;
  }

  #dove .f-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .fdt-wrapper {
    width: 570px;
    max-width: 75vw;
  }

  .fdt-wrapper .fdt-txt {
    margin-bottom: 15px;
  }

  .fdt-wrapper .fdt-txt p {
    font-size: 14px;
  }

  .banner-newsletter .txt {
    margin-bottom: 60px;
  }

  .banner-newsletter .input-w .bnw-email,
  .banner-newsletter .input-w .bnw-submit,
  #footer_newsletter .input-w .bnw-email,
  #footer_newsletter .input-w .bnw-submit {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }

  #guida .guida-link,
  #tips .tips-link {
    margin-bottom: 30px;
  }

  .col-swiper-prodotti {
    padding-left: 0;
    padding-right: 0;
  }

  #intro_preventivo .txt {
    margin-bottom: 0;
  }

  #full_grid li {
    flex: 50%;
  }

  #punti_vendita .m-map__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #punti_vendita .m-map__map {
    margin-top: 0;
    width: 60%;
    height: 100%;
  }

  #punti_vendita .m-map__list {
    position: relative;
    width: 40%;
    height: 100%;
    max-height: none;
  }

  #punti_vendita .m-map__list .m-map__header {
    position: static;
    height: 220px;
    padding: 30px 15px;
  }

  #punti_vendita .m-map__list .m-map__title {
    display: block;
    color: #fff;
    font-size: 32px;
    margin-bottom: 15px;
  }

  #punti_vendita .m-map__list .m-map__desc {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
  }

  #punti_vendita .m-map__list .m-map__card-wr {
    height: -webkit-calc(100% - 220px);
    height: calc(100% - 220px);
  }

  #fab {
    bottom: 30px;
    right: 30px;
  }

  #page_account .content {
    padding-bottom: 120px;
  }

  #page_account .modal-dialog {
    max-width: 620px;
  }

  #page_account .modal-content {
    padding: 45px 30px;
  }

  #page_account .modal-content .modal-txt {
    margin-bottom: 45px;
  }

  #page_account .modal-content label {
    margin: 0;
  }

  #page_account .modal-content .input-account,
  #page_account .modal-content form .edit-link {
    margin: 10px 0;
  }

  #page_account .modal-content .delete-account {
    margin-top: 65px;
  }
}

@media screen and (min-width: 992px) {
  #navbar::before {
    width: calc(50% - 290px);
  }

  #navbar,
  #navbar_placeholder,
  #mobile_navbar_header,
  #mobile_navbar #mobile_navbar_header,
  #sub_panels .sub-panel .sub-panel-header {
    /*height: 100px;*/
  }

  #mobile_navbar #mobile_navbar_wrapper {
    /*max-height: calc(100% - 100px);*/
  }

  #footer_newsletter {
    padding-bottom: 60px;
  }

  #footer_newsletter .newsletter-tt {
    font-size: 30px;
    text-align: left;
  }

  #footer_newsletter .newsletter-tt,
  #footer_newsletter .newsletter-email,
  #footer_newsletter .newsletter-submit {
    margin-bottom: 0;
  }

  #nav_icon #search_form {
    /*top: 100px;*/
  }

  #hero #hero_content .txt,
  .banner-txt.banner-company .title {
    font-size: 20px;
  }

  .title {
    font-size: 32px;
  }

  .content {
    font-size: 16px;
  }

  #menu_bottom a {
    font-size: 17px;
  }

  #page_quiz,
  #page_progettazione,
  #page_preventivo,
  #page_account,
  #page {
    padding: 120px 0 180px;
  }

  #spec,
  .alternate {
    padding: 90px 0;
  }

  .alternate + .alternate .alt-content {
    padding: 60px 0;
  }

  .alternate .alt-content {
    min-height: 400px;
  }

  #banner {
    padding: 120px 0;
    /*        min-height: 600px;*/
  }

  #banner.banner-h {
    min-height: 600px;
  }

  #product_intro {
    padding: 75px 0;
  }

  #downloads {
    padding: 160px 0;
  }

  #downloads .icon-svg,
  #assistenza .icon-svg {
    width: 90px;
    height: 90px;
  }

  #page_wishlist .row-prod-wishlist .article-qty {
    margin-top: 0;
  }

  /*
    #lista_prodotti.lista-prodotti-home #content_lista_prodotti .row-prodotti .article:last-child,
    #lista_prodotti.lista-prodotti-linea #content_lista_prodotti .row-prodotti .article:last-child {
        display: none;
    }
*/

  #page_assistenza .a-wrapper .a-r,
  #page_assistenza .a-wrapper .a-link {
    font-size: 20px;
  }

  #page_confronta .row-compare .col-compare:nth-child(3) {
    display: block;
  }

  #dove .f-card .content {
    padding: 35px;
  }

  .banner-newsletter .bnw-content {
    max-width: 500px;
  }

  #home_slider {
    padding: 120px 0 120px;
  }

  #home_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56vw;
  }

  #home_banner .txt-wrapper {
    padding: 120px 0;
    max-width: 640px;
    margin: auto;
  }

  #home_banner .title,
  #home_banner .content {
    text-shadow: 0 0 10px #cdd5a3;
  }

  #home_banner .banner-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner-txt {
    padding: 90px 0;
  }

  #perche .perche-content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #perche .perche-content .box {
    padding: 45px 30px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    /*        box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.6);*/
  }

  #single_faidate.fuoriterra #perche .perche-content .box {
    background-color: rgba(216, 226, 165, 0.75);
  }

  #single_faidate.goccia #perche .perche-content .box {
    background-color: rgba(207, 226, 242, 0.75);
  }

  #single_faidate.interrata #perche .perche-content .box {
    background-color: rgba(226, 215, 194, 0.75);
  }

  #full_grid .grid-link {
    height: calc(100vh - 80px);
  }

  .schema-interattivo .ndd-spot {
    padding: 2px;
  }

  #page_preventivo .txt {
    font-size: 24px;
  }

  .tips-pop-content.faq-pop {
    padding: 15px !important;
  }
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }

  .title {
    font-size: 36px;
  }

  .content {
    font-size: 18px;
  }

  .title + .clbtn,
  .content + .clbtn {
    margin-top: 60px;
  }

  #page_wishlist .tt,
  .titolo-schema .tt,
  .testo-schema .tt,
  #page_assistenza .tt,
  #page_confronta .tt,
  .banner-newsletter .tt,
  #page_tutorial .tt {
    font-size: 36px;
  }

  .titolo-schema .txt,
  .testo-schema .txt,
  .banner-newsletter .txt {
    font-size: 22px;
  }

  #filtro_linea .nav-filtro-serie ul li a,
  #content_lista_prodotti .article .article-name,
  #product_intro .product-code,
  .kit-collapsable .row-kit .el-name,
  .kit-collapsable .row-kit .el-cod {
    font-size: 16px;
  }

  #content_lista_prodotti .article .article-cod {
    font-size: 14px;
  }

  #v_pag ul li a .label {
    color: #333;
    display: block;
    white-space: nowrap;
    position: absolute;
    top: -1px;
    right: 25px;
    font-size: 14px;
    opacity: 0;
    background-color: #fff;
    box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.3);
    padding: 3px 9px 1px;
    font-weight: 400;
    pointer-events: none;
    border-radius: 15px;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  #v_pag ul li a:hover .label {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #v_pag ul li.active a .label {
    /*        color: #fff;*/
  }

  #pre_navbar {
    height: 44px;
    background-color: #efefef;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.no-pre #pre_navbar {
    -webkit-transform: translate3d(0, -44px, 0);
    transform: translate3d(0, -44px, 0);
  }

  #navbar_placeholder,
  #mobile_navbar_header,
  #mobile_navbar #mobile_navbar_header {
    height: 154px;
  }

  #mobile_navbar #mobile_navbar_wrapper {
    max-height: calc(100% - 154px);
  }

  #navbar {
    -webkit-transform: translate3d(0, 44px, 0);
    transform: translate3d(0, 44px, 0);
    height: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

    -webkit-transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header.no-pre #navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #navbar::before {
    height: 110px;
    width: calc(50% - 380px);
  }

  #pre_navbar_btn {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    width: 10vw;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f26e20;
    -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #pre_navbar_btn:hover {
    filter: brightness(110%);
  }

  #pre_nav_social {
  }

  #pre_nav_social li {
    vertical-align: middle;
    height: 16px;
    display: inline-block;
    margin-left: 7px;
  }

  #pre_nav_social .social-icon {
    width: 16px;
    height: 16px;
    display: block;
  }

  #pre_nav_social .social-icon svg {
    width: 100%;
    height: auto;
    display: block;
    fill: #f26e20;
    -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #pre_nav_social .social-icon:hover svg {
    fill: #c15b00;
  }

  #lang {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    position: relative;
    top: 5px;
  }

  #lang .lang-current::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    right: -5px;

    border-style: solid;
    border-width: 1px 1px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    vertical-align: middle;
  }

  #lang.is-visible .lang-current::after {
    transform: rotate(-45deg);
    top: 0px;
    border-color: #f26e20;
  }

  #lang #lang_dropdown {
    position: absolute;
    top: 50px;
    left: -5px;
    height: auto;
    width: 50px;
    text-align: left;
    display: inline-block;
    list-style: none;
    background-color: #fff;
    padding: 0 15px 5px;
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s ease;
  }

  #lang #lang_dropdown.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
  }

  #lang #lang_dropdown li,
  #lang #lang_dropdown li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
  }

  #lang .lang-current,
  #lang #lang_dropdown li a {
    -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #lang.is-visible .lang-current,
  #lang .lang-current:hover,
  #lang #lang_dropdown li a:hover {
    color: #f26e20;
  }

  #wishlist_pop {
    top: 160px;
  }

  header.no-pre + #wishlist_pop {
    top: 120px;
  }

  #hamburger,
  #mobile_navbar,
  #mobile_navbar_blur,
  #sub_panels .sub-panel .sub-panel-header {
    display: none;
  }

  #main_nav {
    width: 100%;
    display: block;
  }

  #main_nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
*/
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  #main_nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  #main_nav ul li a {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
  }

  #main_nav ul li.active a,
  #main_nav ul li a:hover {
    color: #f26e20;
  }

  #main_nav ul li a.has-sub.sub-active {
    color: #f26e20;
  }

  #nav_icon ul li {
    margin-left: 10px;
  }

  #sub_panels .sub-panel {
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: calc(100% - 154px);
    top: 154px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    /*transform: translate3d(0,-100%,0);*/
    transform: translate3d(0, -10px, 0);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);

    -webkit-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #sub_panels .sub-panel.is-open {
    pointer-events: all;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  header.no-pre #sub_panels .sub-panel {
    -webkit-transform: translate3d(0, -44px, 0);
    transform: translate3d(0, -44px, 0);
  }

  #sub_panels .sub-panel .sub-panel-wrapper {
    display: none;
  }

  #sub_panels .sub-panel .sub-panel-big {
    display: block;
    overflow-y: auto;
    max-height: 100%;
    width: 100%;
    padding: 45px 0;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 300;
  }

  #sub_panels .sub-panel .sub-panel-big .col-28 {
    max-width: 28%;
  }

  #sub_panels .sub-panel .sub-panel-big .sub-link {
    display: block;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-tt {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 7px;

    -webkit-transition: color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #sub_panels .sub-panel .sub-panel-big .panel-tt a:hover,
  #sub_panels .sub-panel .sub-panel-big .sub-link.active .panel-tt,
  #sub_panels .sub-panel .sub-panel-big .sub-link:hover .panel-tt {
    color: #f26e20;
  }

  #sub_panels .sub-panel .sub-panel-big .figure {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  #sub_panels .sub-panel .sub-panel-big ul {
    list-style: none;
  }

  #sub_panels .sub-panel .sub-panel-big ul li {
    margin-bottom: 3px;
    display: block;
  }

  #sub_panels .sub-panel .sub-panel-big ul li a {
    display: inline-block;
  }

  #sub_panels .sub-panel .sub-panel-big ul li a:hover {
    color: #f26e20;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure {
    position: relative;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure .img-full {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image:hover .figure .img-full {
    opacity: 0.85;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure .fig-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 10px #000;
    font-weight: 400;
    width: 100%;
  }

  #nav_icon .search-wrap {
    position: relative;
  }

  #nav_icon #search_form {
    top: 55px;
    right: -50px;
    left: auto;
    height: auto;
    width: 500px;
    border-radius: 10px;
    padding: 5px 5px 20px;
  }

  #nav_icon #search_form::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f26e20;
    position: absolute;
    top: -5px;
    right: 60px;
    opacity: 1;
  }

  #nav_icon #search_form .times {
    padding-right: 0;
    font-size: 25px;
  }

  /* LOGIN */
  #nav_icon #quick_login_wrapper {
    position: relative;
  }

  #nav_icon #quick_login {
    display: block;
    position: absolute;
    background: #f26e20;
    z-index: 120;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s ease;
    top: 55px;
    right: -50px;
    left: auto;
    height: auto;
    width: 500px;
    border-radius: 10px;
    padding: 15px;
  }

  #nav_icon #quick_login.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
  }

  #nav_icon #quick_login::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f26e20;
    position: absolute;
    top: -5px;
    right: 60px;
    opacity: 1;
  }

  #hero {
    min-height: 0;
    height: 56vw; /* 16:9 */
    max-height: calc(100vh - 154px);
  }

  #hero #hero_content .s-tt {
    font-size: 62px;
  }

  #hero #hero_content .tt + .s-tt {
    margin-top: 10px;
  }

  #hero #hero_content .txt,
  .banner-txt.banner-company .title {
    font-size: 32px;
  }

  #hero #hero_content .s-tt + .txt {
    margin-top: 20px;
  }

  #hero #hero_content .clbtn {
    margin-top: 45px;
  }

  .schema,
  .schema-interattivo {
    max-height: calc(90vh - 114px);
  }

  .schema-interattivo .ndd-spot {
    padding: 0;
  }

  .radFig {
    width: 280px;
    height: 280px;
  }

  .ndd-annotator-navigator {
    transform: scale(0.5);
  }

  #product_intro .product-title {
    font-size: 32px;
  }

  #menu_bottom.pre-fixed {
    -webkit-transform: translate3d(0, 154px, 0);
    transform: translate3d(0, 154px, 0);
  }

  #menu_bottom.sticky,
  #menu_bottom.fixed {
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
  }

  #quick_faq .txt-faq {
    font-size: 36px;
  }

  #login_pop .login-box .tt {
    font-size: 36px;
  }

  #login_pop .login-box .txt {
    font-size: 20px;
  }

  #login_pop .login-box .clbtn,
  #login_pop .login-box .input-field {
    font-size: 16px;
  }

  #page_assistenza {
    padding-bottom: 180px;
  }

  #page_assistenza .a-wrapper .figure-r {
    width: 330px;
    height: 330px;
    padding: 0;
  }

  #page_assistenza .a-wrapper .a-r {
    font-size: 22px;
    padding-right: 0;
    pointer-events: none;
  }

  #page_assistenza .a-wrapper .a-r::after {
    display: none;
  }

  #page_assistenza .a-wrapper .a-link {
    font-size: 22px;
  }

  #page_assistenza .a-wrapper .a-coll,
  #page_assistenza .a-wrapper .a-coll.show,
  #page_assistenza .a-wrapper .a-coll.collapsing {
    display: block;
    height: auto !important;
    visibility: visible !important;
  }

  #page_confronta .row-compare .col-compare:nth-child(4) {
    display: block;
  }

  #banner.banner-h {
    min-height: 720px;
  }

  #lista_prodotti.lista-prodotti-home .rel-prod-tt,
  #lista_prodotti.lista-prodotti-home .rel-prod-tt,
  #single_product .rel-prod-tt,
  #spec .section-title {
    font-size: 46px;
  }

  #spec .spec-link {
    font-size: 32px;
  }

  #product_intro {
    padding: 90px 0;
  }

  #product_intro .product-description,
  #product_intro .product-vars,
  #spec ul li .spec-txt,
  #spec .spec-txt {
    font-size: 18px;
  }

  #product_intro .product-vars nav {
    margin-top: 30px;
  }

  #video {
    height: 600px;
  }

  #downloads .txt-downloads,
  #assistenza .txt-assistenza {
    font-size: 32px;
  }

  #faidate_intro {
    padding: 175px 0 105px;
  }

  #dove .f-card {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  #dove .f-card .content {
    padding: 45px;
  }

  .tips-pop-content {
    width: 1140px;
    max-width: 85% !important;
  }

  .tips-pop-content.faq-pop {
    padding: 30px !important;
    max-width: 870px !important;
    min-height: 400px !important;
  }

  .banner-newsletter .bnw-wrapper {
    padding: 120px 15px;
  }

  #footer_newsletter .input-w {
    min-width: 380px;
  }

  .banner-newsletter .input-w .bnw-email,
  .banner-newsletter .input-w .bnw-submit,
  #footer_newsletter .input-w .bnw-email,
  #footer_newsletter .input-w .bnw-submit {
    height: 48px;
    line-height: 48px;
  }

  #perche .perche-content .box {
    padding: 60px 45px;
  }

  #footer {
    font-size: 18px;
    padding: 90px 0;
  }

  #page_account .acc-link .icon {
    margin-bottom: 10px;
  }

  #page_account .acc-link .label {
    font-size: 16px;
  }

  #page_account .modal-dialog {
    max-width: 720px;
  }

  #page_account .modal-content {
    padding: 60px 45px;
  }

  #full_grid .grid-link .icon {
    width: 90px;
    margin-bottom: 15px;
  }

  #full_grid .grid-link .tt {
    font-size: 32px;
  }

  #full_grid .grid-link .s-tt {
    font-size: 20px;
  }

  #punti_vendita {
    height: calc(100vh - 154px);
  }

  #punti_vendita .m-map__list .m-map__header {
    padding-left: 120px;
  }

  #punti_vendita .m-map__list .m-map__desc {
    font-size: 16px;
  }

  #punti_vendita .card-item {
    padding-left: 120px;
  }

  #fab {
    width: 46px;
    height: 46px;
  }

  #full_grid .grid-link {
    height: calc(100vh - 160px);
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .title {
    font-size: 38px;
  }

  .content {
    font-size: 20px;
  }

  #spec,
  .alternate {
    padding: 120px 0;
  }

  .alternate .alt-figure {
    min-height: 570px;
  }

  #navbar::before {
    width: calc(50% - 505px);
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure .fig-cap {
    font-size: 20px;
  }

  .clbtn {
    font-size: 15px;
    padding-top: 15px;
    min-width: 180px;
  }

  #hero #hero_content .s-tt {
    font-size: 72px;
  }

  #hero #hero_content .clbtn {
    margin-top: 60px;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  #lista_prodotti.lista-prodotti-home
    #content_lista_prodotti
    .row-prodotti
    .article:last-child,
  #lista_prodotti.lista-prodotti-linea
    #content_lista_prodotti
    .row-prodotti
    .article:last-child {
    display: block;
  }

  #content_lista_prodotti .article .article-name {
    font-size: 18px;
  }

  #page_assistenza .tt {
    margin-bottom: 90px;
  }

  #page_assistenza .a-wrapper .figure-r {
    width: 420px;
    height: 420px;
  }

  #downloads {
    padding: 210px 0;
  }

  #downloads .icon-svg,
  #assistenza .icon-svg {
    width: 150px;
    height: 150px;
  }

  #dove .f-card .content {
    padding: 50px;
  }

  #product_intro .product-description,
  #product_intro .product-vars,
  #spec ul li .spec-txt,
  #spec .spec-txt {
    font-size: 20px;
  }

  #perche .perche-content .box {
    padding: 75px 60px;
  }

  #page_account .acc-link .label {
    font-size: 18px;
  }

  #full_grid .grid-link .icon {
    width: 120px;
    margin-bottom: 30px;
  }

  #filtro_linea .filtro-serie {
    font-size: 22px;
  }

  #filtro_linea .nav-filtro-serie ul li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }

  #navbar::before {
    width: calc(50% - 595px);
  }

  .alternate {
    padding: 150px 0;
  }

  .alternate .alt-figure {
    min-height: 670px;
  }

  #perche .perche-content .box {
    padding: 90px 75px;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure .fig-cap {
    font-size: 22px;
    padding: 30px;
  }
}

@media screen and (min-width: 1900px) {
  .container {
    max-width: 1870px;
  }

  #navbar::before {
    width: calc(50% - 745px);
  }

  .title {
    font-size: 42px;
  }

  .content {
    font-size: 22px;
  }

  #sub_panels .sub-panel .sub-panel-big .panel-image .figure .fig-cap {
    font-size: 24px;
  }

  #spec .swiper-rapida-nav {
    left: -45px;
    width: calc(100% + 90px);
  }
}

/*
@media screen and (min-width: 3840px) {
    .container {
        width: 3810px;
    }
}
*/

/* -------- EXTRA ------- */
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -------- Annotator Pro ------- */
.ndd-annotator-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ndd-annotator-container img.ndd-annotator-main-image {
  opacity: 0;
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ndd-annotator-container:hover .ndd-annotator-interface {
  opacity: 1;
}
.ndd-annotator-interface {
  opacity: 0;
  transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
}
.ndd-annotator-fullscreen,
.ndd-annotator-navigator {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.ndd-annotator-fullscreen img {
  width: 28px;
  height: 28px;
  margin: 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ndd-annotator-navigator-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 0;
}
.ndd-annotator-navigator-window {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 1;
}
.ndd-annotator-fullscreen {
  width: 44px;
  height: 44px;
}
.ndd-annotator-fullscreen:active {
  background: rgba(255, 255, 255, 0.25);
}
.ndd-annotator-container-fullscreen {
  position: fixed;
  z-index: 90000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
.ndd-spot {
  position: absolute;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
}
.ndd-spot-rect {
  position: absolute;
}
#ndd-annotations-global-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.ndd-popup-buffer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.ndd-popup-container {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}
.ndd-popup-container.ndd-popup-visible {
  opacity: 1;
}
.ndd-popup-box {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 1);
  border-radius: 6px;
  overflow: hidden;
}
.ndd-popup-content {
  padding: 20px;
}
.ndd-popup-content h1 {
  font: 18px sans-serif;
  margin: 0;
}
.ndd-popup-content p {
  font: 12px sans-serif;
  margin-top: 10px;
}
.ndd-popup-arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 1);
}
.ndd-popup-arrow-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 1);
}
.ndd-popup-arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 1);
}
.ndd-popup-arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 1);
}
.ndd-marker-container {
  z-index: 0;
  width: 44px;
  height: 44px;
}
.ndd-marker-container .ndd-marker-border,
.ndd-marker-container .ndd-marker-main {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.ndd-marker-container .ndd-marker-main {
  display: block;
  position: absolute;
}
.ndd-marker-style-1 .ndd-marker-main {
  background: rgba(0, 0, 0, 1);
  border-radius: 100px;
  width: 44px;
  height: 44px;
}
.ndd-marker-style-2 .ndd-marker-main {
  background: rgba(0, 0, 0, 1);
  border-radius: 100px;
  width: 34px;
  height: 34px;
  left: 5px;
  top: 5px;
}
.ndd-marker-style-2 .ndd-marker-border {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(0, 0, 0, 1);
  border-radius: 100px;
}
.ndd-marker-style-3 .ndd-marker-main {
  display: block;
  background: rgba(0, 0, 0, 1);
  border-radius: 100px;
  width: 38px;
  height: 38px;
  margin: 3px;
}
.ndd-marker-style-3 .ndd-marker-border {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 100px;
}
.ndd-marker-style-4 .ndd-marker-main {
  display: block;
  background-color: transparent !important;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  margin: 5px;
}
.ndd-marker-style-4 .ndd-marker-border {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(0, 0, 0, 1);
  border-radius: 100px;
}
.ndd-marker-style-10 img,
.ndd-marker-style-11 img,
.ndd-marker-style-12 img,
.ndd-marker-style-13 img,
.ndd-marker-style-5 img,
.ndd-marker-style-6 img,
.ndd-marker-style-7 img,
.ndd-marker-style-8 img,
.ndd-marker-style-9 img {
  width: 44px;
  height: 44px;
}
.ndd-marker-style-0 .ndd-marker-main {
  background: 0 0 !important;
}
.ndd-marker-style-0 .ndd-marker-border {
  border: none !important;
}
.ndd-marker-style-5 img,
.ndd-marker-style-6 img,
.ndd-marker-style-7 img {
  margin-top: -19px;
}
.ndd-marker-style-8 img {
  margin-left: 21px;
  margin-top: -20px;
}
.ndd-marker-style-10 img,
.ndd-marker-style-9 img {
  margin-top: -19px;
}
.ndd-marker-style-11 img {
  margin-left: -4px;
  margin-top: -16px;
}
.ndd-marker-style-12 img {
  margin-left: 9px;
  margin-top: -18px;
}
.ndd-marker-style-13 img {
  margin-left: -1px;
  margin-top: -17px;
}
.ndd-rect-marker-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.ndd-rect-marker-container .ndd-marker-border,
.ndd-rect-marker-container .ndd-marker-main {
  position: absolute;
}
.ndd-marker-border-wrap,
.ndd-marker-main-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ndd-marker-border-wrap .ndd-marker-border,
.ndd-marker-main-wrap .ndd-marker-main {
  position: relative;
  left: 0 !important;
  top: 0 !important;
}
.ndd-rect-marker-style-1 .ndd-marker-main {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ndd-rect-marker-style-2 .ndd-marker-main {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  opacity: 0.2;
}
.ndd-rect-marker-style-2 .ndd-marker-border {
  border-radius: 12px;
  left: 0;
  top: 0;
  border: 4px solid #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ndd-rect-marker-style-3 .ndd-marker-main {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 3px;
  top: 3px;
  opacity: 0.2;
}
.ndd-rect-marker-style-3 .ndd-marker-border {
  border-radius: 10px;
  left: 0;
  top: 0;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ndd-rect-marker-style-4 .ndd-marker-main {
  display: none;
}
.ndd-rect-marker-style-4 .ndd-marker-border {
  border-radius: 12px;
  left: 0;
  top: 0;
  border: 4px solid #000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ndd-rect-marker-style-0 .ndd-marker-main {
  background: 0 0 !important;
}
.ndd-rect-marker-style-0 .ndd-marker-border {
  border: none !important;
}
.ndd-marker-container,
.ndd-marker-container *,
.ndd-rect-marker-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* fancyBox v3.5.7 */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.spinner {
  width: 50px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  position: relative;
  top: 50%;
  margin: -8px auto 100px;
}

.spinner > div {
  background-color: #666;
  height: 100%;
  width: 1px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* fine spinner */

/* -- DEF -- */

/* --- TYPO --- */
.font-2 {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
}

.title-bold {
  font-size: clamp(30px, 2.188vw, 42px);
}

.paragraph {
  line-height: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.font-16 {
  font-size: 1rem;
}

.font-22 {
  font-size: clamp(20px, 22vw * var(--px2vw), 22px);
}

.font-24 {
  font-size: clamp(20px, 1.25vw, 24px);
}

.font-30 {
  font-size: clamp(24px, 30vw * var(--px2vw), 30px);
}

.font-31 {
  font-size: clamp(25px, 2vw, 41px);
}

.font-36 {
  font-size: clamp(26px, 36vw * var(--px2vw), 36px);
}

.font-42 {
  font-size: clamp(35px, 42vw * var(--px2vw), 42px);
}

.font-45 {
  font-size: clamp(35px, 2.55vw, 46px);
}

.font-50 {
  font-size: clamp(38px, 3vw, 50px);
}

.font-60 {
  font-size: clamp(40px, 3.125vw, 60px);
}

.font-90 {
  font-size: clamp(60px, 4vw, 90px);
}

.btn-18 {
  font-size: clamp(14px, 0.938vw, 18px);

  @media (max-width: 810px) {
    font-size: 12px;
  }
}

/* TWIDDY LANDING FIX COMPATIBILITA' */

#page_twiddy #hero .hero-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  object-position: top;
}

#page_twiddy #hero .more {
  color: #fff;
  min-width: 175px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  background-color: #ee780e;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;

  transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

#page_twiddy #hero .more .more-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

#page_twiddy #hero .more .more-icon svg {
  position: relative;
  /* top: -2px; */
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

#page_twiddy #hero .more:hover,
.more:focus {
  color: #fff;
  background-color: #ee780e;
}

#page_twiddy .menu {
  background-color: #f26e20;
}

#page_twiddy .menu .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 50px;
  position: relative;
}

#page_twiddy .menu .grid .absolute_img.mobile {
  display: none;
  position: absolute;
  bottom: 0;
  right: 10px;
  max-height: 80%;
}

#page_twiddy .menu .grid .col_1,
.col_2,
.col_3 {
  position: relative;
}

#page_twiddy .menu .grid .col_1 {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

#page_twiddy .menu .grid .col_1 .absolute_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
  max-height: 100%;
}

#page_twiddy .menu .grid .col_1 img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

#page_twiddy .menu .grid .col_2 {
  display: flex;
  justify-content: center;
}

#page_twiddy .menu .grid .col_2 .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}

#page_twiddy .menu .grid .col_2 .wrapper .title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}

#page_twiddy .menu .grid .col_2 .wrapper ol {
  list-style-position: inside;
  color: #fff;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li:nth-child(even) {
  padding-left: 40px;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li {
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  position: relative;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li div {
  display: inline-flex;
  position: relative;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li::marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#page_twiddy .menu .grid .col_2 .wrapper ol li:hover {
  color: #000;
  -webkit-text-fill-color: #000;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li:hover::marker {
  color: #000;
  -webkit-text-fill-color: #000;
}

#page_twiddy .menu .grid .col_2 .wrapper ol li:hover .item_img {
  visibility: visible;
  opacity: 1;
  transition-delay: 0ms;
}

#page_twiddy .menu .grid .col_2 .wrapper ol .item_img {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-in-out, visibility 0ms ease-in-out 250ms;
  width: max(100px, 6.25vw);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(max(115px, 7.03125vw), -50%, 0);
}

#page_twiddy .menu .grid .col_3 {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

#page_twiddy .menu .grid .col_3 .right-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#page_twiddy .grid_explode_default .number_img {
  height: 150px;
}

#page_twiddy .grid_explode_default .slogan {
  width: 50%;
  margin-left: auto;
  color: #f26e20;
  margin-top: 50px;
}

#page_twiddy .grid_explode_default video {
  max-height: 80vh;
  object-fit: cover;
}

#page_twiddy .middle {
  background-color: #f26e20;
  padding-bottom: 100px;
}

#page_twiddy .middle .image {
  padding: clamp(40px, 3.64vw, 70px) 0;
  max-width: 90%;
}

#page_twiddy .middle .paragraph_container {
  color: #fff;
  display: flex;
  justify-content: center;
}

#page_twiddy .middle .paragraph_container .pararaph {
  width: min(50%, 960px);
}

#page_twiddy .middle .paragraph_container .pararaph .title {
  margin-bottom: 35px;
  font-weight: 400;
}

#page_twiddy .middle .icons {
  display: flex;
  justify-content: center;
  margin-top: min(5%, 120px);
  gap: clamp(20px, 5.208vw, 100px);
  padding-bottom: 100px;
}

#page_twiddy .middle .icons .icon_container {
  width: min(18%, 385px);
}
#page_twiddy .middle .icons .icon_container .icon {
  width: 100%;
  height: 100%;
}

#page_twiddy .middle .icons .icon_container .text {
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

#page_twiddy .twiddy_section_cta {
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: 60% 40%;
  position: relative;
}

#page_twiddy .twiddy_section_cta .text {
  background-color: #f26e20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: min(19%, 150px) 0;
  position: relative;
}

#page_twiddy .twiddy_section_cta .text .image_container-xs {
  display: none;
}

#page_twiddy .twiddy_section_cta .text .buttons_container {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 50px;
  max-width: 100%;
}

#page_twiddy .twiddy_section_cta .text .buttons_container .clbtn {
  background-color: #fff;
  color: #000;
}

#page_twiddy .twiddy_section_cta .text .text_container {
  width: min(65%, 750px);
}

#page_twiddy .twiddy_section_cta .text .text_container .title {
  margin-bottom: clamp(20px, 2.6vw, 50px);
  font-weight: 400;
}

#page_twiddy .twiddy_section_cta .image_container {
  z-index: 2;
}

#page_twiddy .twiddy_section_cta .image_container .image {
  margin-left: -10%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  #page_twiddy .twiddy_section_cta .text .text_container {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  #page_twiddy .menu .grid .col_2 img {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #page_twiddy .twiddy_section_cta .text .text_container {
    padding-left: 50px;
    padding-right: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 810px) {
  #page_twiddy .twiddy_section_cta .text .buttons_container {
    flex-flow: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 800px) {
  #page_twiddy .menu .grid {
    grid-template-columns: 1fr 2fr;
  }

  #page_twiddy .menu .grid .col_2 .wrapper {
    padding-left: 0;
  }

  #page_twiddy .menu .grid .col_3 {
    display: none;
  }

  #page_twiddy .middle .icons {
    padding-bottom: 50px;
  }

  #page_twiddy .twiddy_section_cta {
    display: block;
    width: 100%;
  }

  #page_twiddy .twiddy_section_cta .image_container {
    display: none;
  }

  #page_twiddy .twiddy_section_cta .text {
    display: flex;
    flex-direction: column-reverse;
    padding: 10% 0;
  }

  #page_twiddy .twiddy_section_cta .text .image_container-xs {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }

  #page_twiddy .twiddy_section_cta .text .image_container-xs .image {
    width: 70%;
    height: 100%;
    object-fit: contain;
  }

  #page_twiddy .twiddy_section_cta .text .text_container {
    padding: 0;
    margin: 0 auto;
    flex-basis: 100%;
    width: 70%;
    z-index: 2;
  }
}

@media screen and (max-width: 700px) {
  #page_twiddy .menu .grid {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  #page_twiddy .menu .grid .absolute_img.mobile {
    display: block;
  }

  #page_twiddy .menu .grid .col_1 {
    display: none;
  }

  #page_twiddy .grid_explode_default .slogan {
    width: 70%;
  }

  #page_twiddy .middle .paragraph_container .pararaph {
    width: 70%;
  }

  #page_twiddy .middle .paragraph_container .pararaph .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  #page_twiddy .middle .paragraph_container .paragraph {
    width: 80%;
  }

  #page_twiddy .middle .icons .icon_container {
    width: 25%;
  }

  #page_twiddy .twiddy_section_cta .text .text_container {
    width: 90%;
  }
}

@media screen and (max-width: 425px) {
  #page_twiddy .middle .icons .icon_container .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  #page_twiddy .menu .grid .absolute_img {
    display: none !important;
  }

  #page_twiddy .menu .grid .col_2 {
    padding: 0px 25px;
  }

  #page_twiddy .menu .grid .col_2 .wrapper ol li {
    font-size: 30px;
  }
}

@media screen and (max-width: 355px) {
  #page_twiddy .menu .grid .col_2 {
    padding: 0px 5px;
  }

  #page_twiddy .menu .grid .col_2 .wrapper ol li:nth-child(even) {
    font-size: 20px;
  }
}

/*  PRODOTTO MYAQUASOLAR  */

#aquasolar #hero .slogan {
  width: min(100%, 540px);
}

#aquasolar #hero .hero-title {
  margin-bottom: 30px;
}

#aquasolar #hero .more {
  min-width: 175px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

#aquasolar #hero .more .more-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

#aquasolar #hero .more .more-icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

#aquasolar #hero .clbtn-out-w svg {
  fill: #fff;
}

#aquasolar #hero .clbtn-out-w:hover svg {
  fill: #000;
}

#aquasolar #hero .clbtn-out-w:focus {
  background: none;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}
#aquasolar #hero [data-scroll-icon] {
  animation: scroll 2s ease-in-out infinite;
}

#aquasolar .grid-box,
#sprayer .grid-box {
  padding-bottom: clamp(60px, 150vw * var(--px2vw), 150px);
  padding-top: clamp(60px, 150vw * var(--px2vw), 150px);
}

#aquasolar .grid-box .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
  padding-right: clamp(10px, 230vw * var(--px2vw), 230px);

  height: min(880vw * var(--px2vw), 880px);
  grid-template-rows: repeat(10, 1fr);
  grid-template-areas:
    "a c e"
    "a c e"
    "a c e"
    "a c e"
    "a c e"
    "b c f"
    "b d f"
    "b d f"
    "b d f"
    "b d f";
}

#aquasolar .grid-box .box-cta,
#sprayer .grid-box .box-cta {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: min(45vw * var(--px2vw), 45px);
  padding-right: 25px;
  padding-top: min(40vw * var(--px2vw), 40px);
  padding-bottom: 25px;
  height: auto;
}

#aquasolar .grid-box .box-cta [data-cta-arrow] {
  transition: transform 0.5s ease-in-out;
}

#aquasolar .grid-box .box-cta [data-cta-arrow].active {
  transform: translate3d(0, 10px, 0);
}

#aquasolar .grid-box .box-cta--a {
  grid-area: a;
}

#aquasolar .grid-box .box-cta--b {
  grid-area: b;
}

#aquasolar .grid-box .box-cta--c {
  grid-area: c;
}

#aquasolar .grid-box .box-cta--d {
  grid-area: d;
}

#aquasolar .grid-box .box-cta--e {
  grid-area: e;
}

#aquasolar .grid-box .box-cta--f {
  grid-area: f;
}

#aquasolar .grid-box .box-cta .absolute-img,
#sprayer .grid-box .box-cta .absolute-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aquasolar .grid-box .box-cta .title,
#sprayer .grid-box .box-cta .title {
  z-index: 2;
  color: #fff;
}

#aquasolar .grid-box .box-cta .icon,
#sprayer .grid-box .box-cta .icon {
  width: clamp(50px, 70vw * var(--px2vw), 70px);
  height: auto;
  z-index: 2;
  margin-left: auto;
  margin-top: auto;
}

#aquasolar .grid-box .box-cta .icon svg {
  width: 100%;
  height: 100%;
}

#aquasolar .grid-box .box-cta--a .title-svg {
  display: flex;
  flex-direction: column;
  gap: max(15px, 25vw * var(--px2vw));
}

#aquasolar .grid-box .box-cta--a .title-svg .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(50px, 76vw * var(--px2vw), 76px);
  height: auto;
}

#aquasolar .grid-box .box-cta--a .title-svg .svg-wrapper svg {
  width: 100%;
  height: 100%;
}

/* SPRAYER */

#sprayer img {
  max-width: 100%;
}

#sprayer .grid-box--3 {
  width: 100%;
  max-width: 100%;
}

#sprayer .grid-box--3 .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
  padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
  height: min(95vh, 890px);
  gap: clamp(20px, 30px * var(--px2vw), 30px);
  margin: 0 auto;
}

#sprayer .grid-box--3 .box-cta--big {
  grid-column: span 2;
  grid-row: span 2;
}

#sprayer .grid-box--3 .box-cta__content {
  position: relative;
  z-index: 2;
}

#sprayer .grid-box--3 .box-cta--big .title {
  max-width: 50%;
  margin-bottom: 0.25em;
}

#sprayer .grid-box--3 .box-cta--big p {
  max-width: 375px;
  color: white;
}

#sprayer .grid-box--3 .box-cta--filled {
  grid-column: 3/4;
  grid-row: span 1;
  background-color: #f26e20;
  height: 100%;
  justify-content: space-between;
  color: white;
}

#sprayer .grid-box--3 .box-cta--filled .scroll.icon {
  display: block;
  margin-left: auto;
}

#sprayer .grid-box--3 .box-cta .scroll.icon svg {
  width: clamp(60px, 70vw * var(--px2vw), 70px);
  height: clamp(60px, 70vw * var(--px2vw), 70px);
}

#sprayer .grid-box--3 .box-cta--filled > .absolute-img {
  object-fit: contain;
  width: clamp(200px, 250vw * var(--px2vw), 250px);
  height: auto;
  bottom: 10%;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
}

#sprayer .grid-box--3 .box-cta:nth-child(3) {
  grid-column: 3/4;
  grid-row: span 1;
}

#sprayer .features {
  padding-top: 120px;
  background-color: #f6f6f6;
}

#sprayer .features__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

#sprayer .features__inner__mobile-hint {
  display: none;
}

#sprayer .features__wrapper {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

#sprayer .features__wrapper .features__item {
  position: absolute;
}

#sprayer .features__wrapper .features__item h3 {
  margin-bottom: 0.5em;
}

#sprayer .features__wrapper .features__item__mobile-toggler {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: transparent;
}

#sprayer .features__wrapper .features__item__mobile-toggler::before,
#sprayer .features__wrapper .features__item__mobile-toggler::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
#sprayer .features__wrapper .features__item__mobile-toggler::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#sprayer .features__wrapper .features__item__mobile-toggler::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#sprayer .features__wrapper .features__item:nth-child(1) {
  top: 20%;
  left: 32%;
  text-align: left;
}

#sprayer .features__wrapper .features__item:nth-child(2) {
  bottom: 18%;
  left: 44%;
  text-align: left;
}

#sprayer
  .features__wrapper
  .features__item:nth-child(2)
  .features__item-content::after {
  width: min(640vw * var(--px2vw), 640px);
}

#sprayer .features__wrapper .features__item:nth-child(3) {
  top: 26%;
  right: 43%;
  text-align: right;
}

#sprayer
  .features__wrapper
  .features__item:nth-child(3)
  .features__item-content::after {
  width: min(630vw * var(--px2vw), 630px);
  transform-origin: right;
}

#sprayer .features__wrapper .features__item:nth-child(4) {
  bottom: 33%;
  right: 35.5%;
  text-align: right;
}

#sprayer
  .features__wrapper
  .features__item:nth-child(4)
  .features__item-content::after {
  width: min(490vw * var(--px2vw), 490px);
  transform-origin: right;
}

#sprayer .features__wrapper .features__item-content {
  display: block;
  position: absolute;
  bottom: calc(100% - 2.5px);
  right: 100%;
  width: max-content;
  z-index: 5;
  --scaleX: 0;
}

#sprayer .features__wrapper .features__item-content h3,
#sprayer .features__wrapper .features__item-content p {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#sprayer .features__wrapper .features__item-content__inner {
  max-width: 400px;
}

#sprayer .features__wrapper .features__item-content--reverse {
  left: 100%;
  right: auto;
}

#sprayer
  .features__wrapper
  .features__item-content--reverse
  .features__item-content__inner {
  display: block;
  margin-left: auto;
}

#sprayer .features__wrapper .features__item-content::after {
  content: "";
  width: 100%;
  min-width: 400px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-top: 15px;
  transform-origin: left;
  transform: scaleX(var(--scaleX));
}

#sprayer .features__wrapper .features__item-point {
  position: absolute;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 1;
}

#sprayer .features .claim {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 40vw * var(--px2vw), 40px);
  text-align: center;
  margin-bottom: min(30vh, 120px);
}

#sprayer .features img {
  width: clamp(500px, 910vw * var(--px2vw), 910px);
}

#sprayer .video-anim .video-wrapper,
#myaquasystem .video-anim .video-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

#sprayer .video-anim .video-wrapper video,
#myaquasystem .video-anim .video-wrapper video {
  width: 55%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  max-height: 880px;
}

/* END SPRAYER */

#aquasolar .box-cta-exploded--1 {
  background-color: #000;
  padding-top: clamp(60px, 140vw * var(--px2vw), 140px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 75vw * var(--px2vw), 75px);
}

#aquasolar .box-cta-exploded--1.last-showcase {
  padding-bottom: clamp(60px, 140vw * var(--px2vw), 140px);
}

#aquasolar .box-cta-exploded--1 .text-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 40vw * var(--px2vw), 40px);
  padding-left: 15px;
  padding-right: 15px;
  max-width: 825px;
  margin: 0 auto;
}

#aquasolar .box-cta-exploded--1 .text-wrapper .title {
  width: 90%;
  margin: 0 auto;
}

#aquasolar .box-cta-exploded--1 .text-wrapper .text {
  text-align: center;
}

#aquasolar .box-cta-exploded--1 .video-wrapper video {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: contain;
}

#aquasolar .box-cta-exploded--2 {
  margin-top: clamp(60px, 125vw * var(--px2vw), 125px);
  /* margin-bottom: clamp(45px, 100vw * var(--px2vw), 100px); */
}

#aquasolar .box-cta-exploded--2 .text-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 40vw * var(--px2vw), 40px);
  padding-left: 15px;
  padding-right: 15px;
  max-width: 825px;
  margin: 0 auto;
}

#aquasolar .box-cta-exploded--2 .text-wrapper .title {
  width: 90%;
  margin: 0 auto;
}

#aquasolar .box-cta-exploded--2 .text-wrapper .text {
  text-align: center;
}

#aquasolar .box-cta-exploded--2 .video-wrapper {
  margin-top: clamp(35px, 100vw * var(--px2vw), 100px);
  width: 100%;
  display: flex;
  justify-content: center;
}

#aquasolar .box-cta-exploded--2 .video-wrapper video {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  width: 50vw;
  max-height: 880px;
}

#aquasolar .showfunctions {
  padding-top: clamp(60px, 140vw * var(--px2vw), 140px);
  padding-bottom: clamp(60px, 140vw * var(--px2vw), 140px);
}

#aquasolar .showfunctions .title--mobile {
  display: none;
}
#aquasolar .showfunctions .grid-wrapper {
  display: grid;
  grid-template-columns: 605px clamp(135px, 175vw * var(--px2vw), 175px) 415px;
  max-width: 1195px;
  margin: 0 auto;
}

#aquasolar .showfunctions .grid-wrapper .img-container {
  position: relative;
  margin-right: clamp(40px, 50vw * var(--px2vw), 50px);
}

#aquasolar .showfunctions .grid-wrapper .img-container .absolute-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 250ms ease-in, visibility 250ms ease-in;
}

#aquasolar .showfunctions .grid-wrapper .img-container .absolute-img.active {
  opacity: 1;
  visibility: visible;
}

#aquasolar .showfunctions .grid-wrapper .img-container .frame {
  position: relative;
  z-index: 2;
}

#aquasolar .showfunctions .grid-wrapper .img-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, #fff 23%, transparent 40%);
}

#aquasolar .showfunctions .grid-wrapper .img-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#aquasolar .showfunctions .grid-wrapper .img-container .line--mobile {
  display: none;
}

#aquasolar .showfunctions .grid-wrapper .line {
  position: relative;
}

#aquasolar .showfunctions .grid-wrapper .line .icon {
  position: absolute;
  top: 215px;
  right: 0;
  display: none;
}

#aquasolar .showfunctions .grid-wrapper .line .icon svg {
  max-width: 100%;
}

#aquasolar .showfunctions .grid-wrapper .functions-container {
  margin-left: clamp(25px, 35vw * var(--px2vw), 35px);
  margin-top: 70px;
}

#aquasolar .showfunctions .grid-wrapper .functions-container .title {
  font-size: 42px;
}

#aquasolar .showfunctions .grid-wrapper .functions-container .title--desktop {
  margin-bottom: 50px;
}

#aquasolar .showfunctions .grid-wrapper .functions-container .list-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .list-container
  .list-item {
  font-size: 30px;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease;
  cursor: pointer;
  width: 100% !important;
  line-height: 1.3em;
}

#aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .list-container
  .list-item
  .text {
  display: block;
}

#aquasolar .showfunctions .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#aquasolar .showfunctions .cta .title {
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 80vw * var(--px2vw), 80px);
}
#aquasolar .showfunctions .cta .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(100px, 100vw * var(--px2vw));
}

#aquasolar .showfunctions .cta .container .button {
  width: clamp(160px, 230vw * var(--px2vw), 230px);
  height: clamp(55px, 75vw * var(--px2vw), 75px);
}

#aquasolar .showfunctions .cta .container .button img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#aquasolar .showfunctions .grid-wrapper .functions-container .swiper-buttons {
  display: none;
}

#aquasolar .slideshow {
  /* padding-bottom: clamp(60px, 140vw * var(--px2vw), 140px); */
  max-width: 1450px;
  margin-left: clamp(150px, 600vw * var(--px2vw), 100%);
  margin-right: 0;
  overflow: hidden;
}

#aquasolar .slideshow .swiper {
  overflow: visible;
}

#aquasolar .slideshow .swiper .swiper-slide {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  display: flex;
}

#aquasolar .slideshow .swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

#aquasolar .slideshow .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#aquasolar .slideshow .cursor-area-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
}

#aquasolar .slideshow .cursor-area-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
}

#aquasolar .slideshow .custom-cursor {
  display: none;
  width: max(75vw * var(--px2vw), 25px);
  height: max(75vw * var(--px2vw), 25px);
}

#aquasolar .slideshow .custom-cursor svg {
  width: 100%;
  height: 100%;
}

#aquasolar .product,
#sprayer .product,
#myaquasystem .product {
  background-color: #f6f6f6;
  padding-top: clamp(60px, 150vw * var(--px2vw), 150px);
  padding-bottom: clamp(60px, 150vw * var(--px2vw), 150px);
}

#aquasolar .product .title,
#sprayer .product .title,
#myaquasystem .product .title {
  font-size: 30px;
}

#aquasolar .product .claim,
#sprayer .product .claim,
#myaquasystem .product .claim {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: clamp(40px, 140vw * var(--px2vw), 140px);
}

#aquasolar .product .claim .title,
#sprayer .product .claim .title,
#myaquasystem .product .claim .title {
  margin-bottom: 0;
}

#aquasolar .product .grid-wrapper,
#sprayer .product .grid-wrapper,
#myaquasystem .product .grid-wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, clamp(250px, 310vw * var(--px2vw), 310px));
  max-width: 840px;
  gap: clamp(100px, 220vw * var(--px2vw), 220px);
  margin: 0 auto;
}

#aquasolar .product .product-card,
#sprayer .product .product-card,
#myaquasystem .product .product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#aquasolar .product .title,
#sprayer .product .title,
#myaquasystem .product .title {
  text-transform: none;
}

#aquasolar .product .product-card img,
#sprayer .product .product-card img,
#myaquasystem .product .product-card img {
  margin: clamp(30px, 60vw * var(--px2vw), 60px) 0;
  width: 100%;
  max-height: 300px;
}

#aquasolar .product .product-card .cta--1,
#sprayer .product .product-card .cta--1,
#myaquasystem .product .product-card .cta--1 {
  margin-top: clamp(30px, 60vw * var(--px2vw), 60px);
  margin-bottom: 25px;
}

/*  RESPONSIVE  */

/* sezioni boxate */
@media (min-width: 2160px) {
  #aquasolar .slideshow {
    max-width: 70vw;
  }

  #aquasolar .slideshow .swiper .swiper-slide {
    width: 100%;
  }

  #aquasolar .slideshow .swiper .swiper-slide img {
    object-fit: contain;
    height: 100%;
    max-height: initial;
  }
}

@media (min-width: 1921px) {
  #aquasolar .grid-box .wrapper,
  #sprayer .grid-box--3 .wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 1455px;
    margin: 0 auto;
  }

  #aquasolar .box-cta-exploded--1 .video-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) {
  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item.current {
    opacity: 1;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item {
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {
  #aquasolar .grid-box .wrapper {
    gap: 15px;
    height: 1150px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-template-areas:
      "a c"
      "a c"
      "a c"
      "e b"
      "e b"
      "e b"
      "d f"
      "d f"
      "d f";
  }

  #aquasolar .box-cta-exploded--1 .text-wrapper {
    padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
    padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
    max-width: initial;
    margin: 0;
  }

  #aquasolar .box-cta-exploded--1 .text-wrapper .title {
    width: 100%;
  }

  #aquasolar .box-cta-exploded--2 .text-wrapper {
    padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
    padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
    max-width: initial;
    margin: 0;
  }

  #aquasolar .showfunctions .title--desktop {
    display: none;
  }

  #aquasolar .showfunctions .title--mobile {
    display: block;
    text-align: center;
  }

  #aquasolar .showfunctions .grid-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: initial;
    margin: initial;
    padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
    padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
  }

  #aquasolar .showfunctions .grid-wrapper .img-container {
    max-width: 550px;
    margin: 0 auto;
  }

  #aquasolar .showfunctions .grid-wrapper .img-container img {
    max-height: max(600px, 60vw);
  }

  #aquasolar .showfunctions .grid-wrapper .img-container .line--mobile {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    padding-top: 30px;
    height: 0;
  }

  #aquasolar .showfunctions .grid-wrapper .img-container .line--mobile svg {
    width: 100%;
    height: 100%;
  }

  #aquasolar .showfunctions .grid-wrapper .line {
    display: none;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 35px;
    margin-bottom: 50px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .title {
    font-size: clamp(35px, 42vw * var(--px2vw), 42px);
    text-align: center;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .list-container {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item {
    font-size: 27px;
    border-bottom: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border-bottom 0s;
    cursor: initial;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .swiper-buttons {
    display: block;
    position: absolute;
    width: max(35px, 4vw);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .swiper-buttons
    svg {
    width: 100%;
    height: 100%;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .swiper-buttons.swiper-button-disabled {
    opacity: 0.5;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .next-button {
    bottom: 0;
    right: min(-35px, -4vw);
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .prev-button {
    bottom: 0;
    left: min(-35px, -4vw);
  }

  #aquasolar .slideshow .custom-cursor {
    display: none;
  }

  #aquasolar .slideshow .cursor-area-left,
  #aquasolar .slideshow .cursor-area-right {
    display: none;
  }

  #aquasolar .product .claim {
    padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
    padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #sprayer .grid-box .wrapper {
    gap: 15px;
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  #sprayer .box-cta__content p {
    display: none;
  }

  #sprayer .grid-box .box-cta,
  #sprayer .grid-box .box-cta:nth-child(3) {
    grid-column: auto;
    aspect-ratio: 1;
  }

  #sprayer .grid-box .box-cta--big {
    grid-column: span 2;
  }

  #sprayer .grid-box .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #sprayer .features__wrapper {
    width: auto;
  }

  #sprayer .features__wrapper .features__item:nth-child(1) {
    top: 19%;
    left: 13%;
  }

  #sprayer .features__wrapper .features__item:nth-child(2) {
    bottom: 18%;
    left: 36%;
  }

  #sprayer .features__wrapper .features__item:nth-child(3) {
    top: 27%;
    right: 35%;
  }

  #sprayer .features__wrapper .features__item:nth-child(4) {
    bottom: 33%;
    right: 20%;
  }
}

@media (max-width: 767px) {
  #aquasolar .showfunctions .grid-wrapper .img-container img {
    max-height: max(450px, 60vw);
  }

  #aquasolar .box-cta-exploded--1 .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aquasolar .box-cta-exploded--2 .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aquasolar .grid-box .wrapper,
  #sprayer .grid-box .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item {
    font-size: 21px;
  }

  #aquasolar .product .claim {
    padding-left: 15px;
    padding-right: 15px;
  }

  #aquasolar .product .grid-wrapper,
  #sprayer .product .grid-wrapper,
  #myaquasystem .product .grid-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: initial;
    margin: initial;
    padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
    padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
  }

  #aquasolar .product .grid-wrapper img {
    max-height: max(450px, 60vw);
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  #aquasolar .grid-box .wrapper,
  #sprayer .grid-box .wrapper {
    gap: 15px;
    height: auto;
    grid-template-rows: auto;
    grid-template-areas: initial;
    grid-template-columns: 1fr;
  }

  #aquasolar .grid-box .wrapper .box-cta {
    width: clamp(150px, 90vw, 450px);
    height: max(54vw, 350px);
    grid-area: initial;
    margin: 0 auto;
  }

  #aquasolar .grid-box .wrapper .box-cta--c {
    grid-row-start: 2;
  }

  #aquasolar .grid-box .wrapper .box-cta--e {
    grid-row-start: 3;
  }

  #aquasolar .grid-box .wrapper .box-cta--b {
    grid-row-start: 4;
  }

  #aquasolar .grid-box .wrapper .box-cta--d {
    grid-row-start: 5;
  }

  #aquasolar .grid-box .wrapper .box-cta--f {
    grid-row-start: 6;
  }

  #aquasolar #hero .title {
    font-size: 50px;
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  #aquasolar #hero .title {
    font-size: 45px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .swiper-buttons {
    width: 30px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .next-button {
    right: -30px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .prev-button {
    left: -30px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container {
    /* top: -50px; */
  }

  #aquasolar
    .showfunctions
    .grid-wrapper
    .functions-container
    .list-container
    .list-item {
    font-size: 15px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .title {
    font-size: 30px;
  }
}

@media (max-width: 380px) {
  #aquasolar .showfunctions .grid-wrapper .img-container img {
    max-height: max(400px, 60vw);
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .swiper-buttons {
    width: 25px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .next-button {
    right: -25px;
  }

  #aquasolar .showfunctions .grid-wrapper .functions-container .prev-button {
    left: -25px;
  }

  #aquasolar #hero .hero-title {
    /*TODO: aggiungere*/
    font-size: 55px;
  }
}

@media (max-width: 350px) {
  #aquasolar #hero .title {
    font-size: 40px;
  }
}

#home {
  overflow-x: hidden;
}
#home #hero video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#home #hero img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
}

#home #hero .swiper-wrapper .swiper-slide {
  min-height: 0;
  height: 56vw;
  max-height: calc(100vh - 154px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

#home #hero .swiper-wrapper .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000015;
  z-index: 2;
}
#home #hero .clbtn-out-w:focus {
  background: none;
}

#home #hero .swiper-home-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 70vw * var(--px2vw), 70px);
  height: auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

#home #hero .swiper-home-button svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

#home #hero .swiper-home-prev {
  left: clamp(20px, 50vw * var(--px2vw), 50px);
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  opacity: 0.2; /*TODO: da inserire*/
  transition: opacity 0.3s ease-out; /*TODO: da inserire*/
}

#home #hero .swiper-home-next {
  right: clamp(20px, 50vw * var(--px2vw), 50px);
  cursor: pointer;
  transition: opacity 0.3s ease-out; /*TODO: da inserire*/
}

#home #hero .swiper-hero-pagination {
  display: none;
}

#ipad {
  background: linear-gradient(
    225deg,
    rgba(228, 242, 245, 1) 0%,
    rgba(245, 225, 190, 1) 50%,
    rgba(221, 231, 204, 1) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  gap: 50px;
  margin-bottom: max(150px, 300vw * var(--px2vw));
  position: relative;
}

#ipad .title {
  text-align: center;
  max-width: 640px; /*TODO: da inserire*/
}

#ipad .bg {
  width: 100%;
}

#ipad .ipad_frame_container {
  width: 63vw;
  margin-bottom: min(-100px, -9vw);
  position: relative;
  z-index: 2;
}

#ipad .ipad_frame_container img {
  width: 100%;
  height: 100%;
}

#ipad .ipad_frame_container video {
  width: calc(917vw * var(--px2vw));
  height: calc(644vw * var(--px2vw));
  position: absolute;
  top: 7.5%;
  left: 11.7%;
  object-fit: cover;
  object-position: left;
}

#ipad .ipad_button {
  position: absolute;
  bottom: 13.5%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

#ipad .shadow-bottom {
  position: absolute;
  mix-blend-mode: multiply;
  width: 53vw;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}

#ipad .shadow-up {
  position: absolute;
  top: -5vw;
  left: 0;
  mix-blend-mode: multiply;
  width: 63vw;
  opacity: 0.7;
}

#home #boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  max-width: 1660px;
  margin: 0 auto;
  column-gap: 20px;
  margin-bottom: clamp(60px, 150vw * var(--px2vw), 150px);
}

#home #boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-width: 100%;
  max-width: 540px;
}
#home #boxes .box video {
  width: 100%;
  margin-bottom: clamp(20px, 25vw * var(--px2vw), 25px);
}

#home #boxes .box .title {
  margin-bottom: clamp(30px, 60vw * var(--px2vw), 60px);
  flex-grow: 1; /* TODO: da inserire */
}

#home #boxes .box .paragraph {
  margin-bottom: clamp(20px, 25vw * var(--px2vw), 25px);
}

#home #boxes .box .clbtn {
  margin-top: auto;
}

#home #products_hl {
  background-color: #f6f6f6;
  padding: max(100px, 200vw * var(--px2vw)) 0;
}

#home #products_hl .swiper_products {
  padding: 0 calc(450vw * var(--px2vw));
}

#home #products_hl .swiper_products .swiper-slide {
  padding: 40px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: opacity 0.3s ease-out;
}

#home #products_hl .swiper_products .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}

#home #products_hl .swiper_products .swiper-slide .products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#home
  #products_hl
  .swiper_products
  .swiper-slide:not(.swiper-slide-active)
  .products {
  opacity: 0;
}

#home #products_hl .swiper_products .swiper-slide .products .title {
  margin-bottom: 0;
}

#home #products_hl .swiper_products .swiper-slide img {
  width: 100%;
  height: max(350px, 500vw * var(--px2vw));
  object-fit: cover;
}
#home #products_hl .swiper_products .swiper-slide .products_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 20vw * var(--px2vw), 20px);
  flex: 1;
}

#home #products_hl .swiper_products .swiper-slide .products_icons .icon {
  width: max(75px, 140vw * var(--px2vw));
  height: max(75px, 140vw * var(--px2vw));
  transition: transform 0.3s ease-out;
  cursor: pointer;
}
#home #products_hl .swiper_products .swiper-slide .products_icons .icon img {
  width: 100%;
  height: 100%;
}

#home #products_hl .swiper_products .swiper-slide .products_icons .icon:hover {
  transform: scale(1.2);
}

#home #products_hl .swiper_products .swiper-scrollbar {
  position: relative;
  width: calc(100% - 14px);
  left: 7px;
  top: 0;
  bottom: 0;
  margin-top: 15px;
  height: 3px;
}

#home #products_hl .swiper-pagination-custom-bullets {
  position: static;
  transform: none;
}

#home #products_hl .swiper-pagination-bullet {
  border-radius: 0;
  width: clamp(75px, 115vw * var(--px2vw), 115px);
  height: 3px;
  margin-right: 5px;
  transition: all 0.3s ease-out;
}

#home #products_hl .swiper-pagination-bullet-active {
  background: #7f7f7f;
}

@media (max-width: 1900px) {
  #home #boxes {
    max-width: 1570px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1600px) {
  #home #boxes {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  #sprayer .features__wrapper .features__item-content__inner {
    max-width: 320px;
  }

  #sprayer .features__wrapper .features__item-content::after {
    min-width: 320px;
  }

  #home #boxes {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  #home #hero .swiper-wrapper .swiper-slide {
    min-height: 56vw;
    max-height: none;
    height: auto;
  }

  #home #boxes {
    max-width: 960px;
  }

  #home #ipad {
    display: flex;
    flex-direction: column;
    padding-top: clamp(60px, 150vw * var(--px2vw), 150px);
    gap: 30px;
  }

  #ipad .title {
    position: relative;
    z-index: 2;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 650px;
    margin: 0 auto;
  }

  #home #ipad .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  #home #ipad .ipad_frame_container {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    width: 100%;
  }

  #home #ipad .ipad_button {
    min-width: 140px;
    padding: 10px 15px;
  }

  #home #ipad .ipad_frame_container video {
    width: 75.7%;
    height: 83.5%;
    top: 7.6%;
    left: 11.6%;
  }

  #home #products_hl .swiper_products .swiper-slide .products {
    flex-direction: column;
    gap: 20px;
  }

  #home #products_hl .swiper_products .swiper-slide .products_icons {
    justify-content: center;
  }
  #home #products_hl .swiper_products .swiper-slide .products_icons .icon {
    width: 120px;
    height: 120px;
  }

  #sprayer .features__wrapper .features__item {
    z-index: 10;
  }

  #sprayer .features__inner__mobile-hint {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
  }

  #sprayer .features__wrapper .features__item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  #sprayer .features__wrapper .features__item__mobile-toggler {
    display: block;
  }

  #sprayer .features__wrapper .features__item-content {
    position: fixed;
    top: 45%;
    left: 0;
    right: auto;
    width: 100%;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    z-index: 6;
    transform: translate3d(0, -30%, 0);
    transition: 400ms ease;
    pointer-events: none;
  }

  #sprayer .features__wrapper .features__item-content h3,
  #sprayer .features__wrapper .features__item-content p {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  #sprayer .features__wrapper .features__item-content::after {
    content: none;
  }

  #sprayer .features__wrapper .features__item-content__inner,
  #sprayer
    .features__wrapper
    .features__item-content--reverse
    .features__item-content__inner {
    max-width: 100%;
    padding: 20px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 1px hsl(0deg 0% 0% / 10%);
    position: relative;
    z-index: 2;
  }
  #sprayer .features__wrapper .features__item-content__inner p {
    max-width: 380px;
  }

  #sprayer .features__wrapper .features__item .features__item-point {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f26e20;
    box-shadow: inset 0 0 0 4px white;
    border: 1px solid black;
    cursor: pointer;
    transition: 300ms;
    animation: shadow-drop-center 1.2s ease-in-out 1s infinite alternate both;
  }

  /* Stato attivazione */
  #sprayer .features__wrapper .features__item.active {
    z-index: 99;
  }
  #sprayer .features__wrapper .features__item.active::after {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  #sprayer .features__wrapper .features__item.active .features__item-content {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #sprayer .features__wrapper .features__item.active .features__item-point {
    outline-offset: 0px;
    box-shadow: inset 0 0 0 0 white;
    animation-play-state: paused;
  }
}

@media (max-width: 992px) {
  /* vertical */
  #home #boxes {
    max-width: 720px;
    grid-template-columns: 1fr;
    row-gap: 120px;
  }

  #home #ipad .ipad_button {
    min-width: 120px;
    padding: 8px 13px;
    font-size: 12px;
  }

  #home #products_hl .swiper_products {
    padding: 0 150px;
  }

  .box {
    transition-delay: 0s !important;
  }
}

@media (max-width: 768px) {
  #home #boxes {
    max-width: 540px;
  }

  #home #products_hl .swiper_products {
    padding: 0 clamp(15px, 10vw, 100px);
  }

  #sprayer .grid-box .wrapper {
    grid-template-columns: 100%;
  }

  #sprayer .grid-box .box-cta--big {
    grid-column: auto;
  }

  #sprayer .features__wrapper > img {
    width: 90%;
  }
}

@media (max-width: 576px) {
  #home #boxes {
    max-width: 100%;
    width: 100%;
  }

  #home #hero .swiper-home-button {
    display: none;
  }

  #home #hero .swiper-hero-pagination {
    position: absolute;
    transform: none;
    bottom: 10px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 90%;
    z-index: 2;
    display: flex;
    justify-content: center;
  }

  #home #hero .swiper-hero-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: clamp(75px, 115vw * var(--px2vw), 115px);
    height: 3px;
    margin-right: 5px;
    transition: all 0.3s ease-out;
    background: #7f7f7f;
  }

  #home #hero .swiper-hero-pagination .swiper-pagination-bullet-active {
    background: #f26e20;
  }

  #home #products_hl .swiper_products {
    padding: 0 15px;
  }

  #sprayer .features__wrapper .features__item:nth-child(1) {
    left: 10%;
    top: 15%;
  }

  #sprayer .features__wrapper .features__item:nth-child(2) {
    left: 35%;
  }

  #sprayer .features__wrapper .features__item:nth-child(3) {
    top: 19%;
    right: 34%;
  }

  #sprayer .features__wrapper .features__item:nth-child(4) {
    right: 25%;
    bottom: 40%;
  }

  #sprayer .features__wrapper .features__item-content {
    padding: 8px;
  }

  #sprayer .features__wrapper .features__item__mobile-toggler {
    width: 20px;
    height: 20px;
  }

  #sprayer .features__wrapper .features__item-content__inner,
  #sprayer
    .features__wrapper
    .features__item-content--reverse
    .features__item-content__inner {
    padding-top: 30px;
  }

  #sprayer .features__wrapper .features__item .features__item-point {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 430px) {
  #home #hero .hero-title {
    font-size: 50px;
  }

  #home #hero .slogan {
    font-size: 23px;
  }

  #home #products_hl .swiper_products .swiper-slide {
    padding: 20px;
  }

  #home #products_hl .swiper_products .swiper-slide .products_icons .icon {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 375px) {
  #home #products_hl .swiper_products {
    padding: 0;
  }
  #home #products_hl .swiper_products .swiper-slide {
    padding: 10px;
  }
}

/* AREA FIERA NO CSS SITO GENERALE */

.font-40 {
  font-size: clamp(35px, 40px * var(--px2vw), 40px);
}

.font-20 {
  font-size: clamp(18px, 20px * var(--px2vw), 20px);
}

#fiera {
  display: flex;
}

#fiera #aquasolar > .grid-box {
  padding-top: 50px;
}

#fiera-right-side {
  width: calc(100% - 241px);
  padding: 0 50px;
}

#fiera-right-side .title {
  margin-bottom: 0px;
}

#fiera-right-side .header {
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fiera-right-side .header .subtitle p {
  display: none;
}

#fiera-right-side .header .subtitle p.active {
  display: block;
}

#fiera-right-side .header .menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

#fiera-right-side .header .menu .menu-item {
  letter-spacing: 0.5px;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  color: #f26e20;
  background-color: transparent;
  padding: 4px 15px;
  min-width: 120px;
  max-width: 160px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#fiera-right-side .menu-item.active {
  border: 1px solid #f26e20;
  border-radius: 50px;
}

#fiera-right-side .container {
  padding: 0;
  margin: 0;
  margin-top: 35px;
  position: relative;
}

#fiera-right-side .container .schema {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.15s linear;
}

#fiera-right-side .container .schema.active {
  opacity: 1;
}

#fiera-right-side .container .schema-interattivo {
  opacity: 0;
  transition: opacity 0.15s linear;
}

#fiera-right-side .container .schema-interattivo.active {
  opacity: 1;
}

#fiera-right-side[data-page="aquasolar"] {
  padding: 0;
  margin-left: 241px;
}

#fiera-right-side[data-page="aquasolar"] .header {
  padding-left: 50px;
  background: #fff;
  filter: drop-shadow(0px 6px 10px rgb(0 0 0 / 10%));
}

#fiera-right-side[data-page="aquasolar"] .header .title {
  text-transform: none;
}

#fiera-right-side #aquasolar .grid-box .wrapper {
  padding: 0 50px;
}

#fiera-right-side #aquasolar .showfunctions .title--desktop {
  display: none;
}

#fiera-right-side #aquasolar .showfunctions .title--mobile {
  display: block;
  text-align: center;
}

#fiera-right-side #aquasolar .showfunctions .grid-wrapper {
  grid-template-columns: 1fr;
  justify-content: center;
  max-width: initial;
  margin: initial;
  padding-left: clamp(10px, 230vw * var(--px2vw), 230px);
  padding-right: clamp(10px, 230vw * var(--px2vw), 230px);
}

#fiera-right-side #aquasolar .showfunctions .grid-wrapper .img-container {
  max-width: 400px;
  margin: 0 auto;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .img-container::after {
  background: linear-gradient(to top, #fff 5%, transparent 40%);
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .img-container__inner {
  display: block;
  position: relative;
}

#fiera-right-side #aquasolar .showfunctions .grid-wrapper .img-container img {
  max-height: max(600px, 60vw);
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .img-container
  .line--mobile {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding-top: 30px;
  height: 0;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .img-container
  .line--mobile
  svg {
  width: 100%;
  height: 100%;
}

#fiera-right-side #aquasolar .showfunctions .grid-wrapper .line {
  display: none;
}

#fiera-right-side #aquasolar .showfunctions .grid-wrapper .functions-container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 35px;
  margin-bottom: 50px;
  transform: translate3d(0, -50%, 0);
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .title {
  font-size: clamp(35px, 42vw * var(--px2vw), 42px);
  text-align: center;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .list-container {
  flex-direction: row;
  align-items: center;
  gap: 0;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .list-container
  .list-item {
  font-size: 27px;
  border-bottom: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-bottom 0s;
  cursor: initial;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .swiper-buttons {
  display: block;
  position: absolute;
  width: max(35px, 4vw);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .swiper-buttons
  svg {
  width: 100%;
  height: 100%;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .swiper-buttons.swiper-button-disabled {
  opacity: 0.5;
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .next-button {
  bottom: 0;
  right: min(-35px, -4vw);
}

#fiera-right-side
  #aquasolar
  .showfunctions
  .grid-wrapper
  .functions-container
  .prev-button {
  bottom: 0;
  left: min(-35px, -4vw);
}

#fiera-right-side #aquasolar .slideshow {
  padding-left: 250px !important;
}

#fiera-right-side #aquasolar .slideshow .swiper {
  overflow: hidden;
}

#fiera-right-side #aquasolar .slideshow .custom-cursor {
  display: none;
}

#fiera-right-side #aquasolar .slideshow .cursor-area-left,
#fiera-right-side #aquasolar .slideshow .cursor-area-right {
  display: none;
}

#fiera-right-side #aquasolar .slideshow .swiper-slide img {
  max-height: 750px;
}

#fiera-menu {
  background-color: #000;
  width: 24%;
  min-width: 241px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
}

#fiera-menu .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#fiera-menu .logo-container {
  background: #f26e20;
  width: 100%;
  height: 117px;
}

#fiera-menu .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  height: 100%;
}

#fiera-menu .wrapper .item {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#fiera-menu .wrapper .item .img {
  max-width: 110px;
  max-height: 100px;
}

#fiera-menu .wrapper .button {
  color: #fff;
  background-color: transparent;
  padding: 4px 20px;
  width: 160px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#fiera-menu .wrapper .button.active {
  border: 1px solid #fff;
  border-radius: 50px;
}

#fiera-menu .wrapper .back-to-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 7px 17px;
  width: 165px;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#fiera-menu .wrapper .back-to-home .icon {
  height: 24px;
  width: 13px;
}

#fiera-menu .wrapper .back-to-home .icon svg {
  width: 100%;
  height: 100%;
}

#fiera-menu[data-page="aquasolar"] {
  position: fixed;
  width: 241px;
}

#fiera-home {
  position: relative;
}

#fiera-home .icon svg {
  animation: shadow-drop-center 2s ease-in-out 1s infinite alternate both;
}
#fiera-home .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
}

#fiera-home .discover-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  position: absolute;
}

#fiera-home .discover-element.myaquasolar {
  top: 23vw;
  left: 42vw;
}

#fiera-home .discover-element.irrigation {
  top: 30vw;
  left: 67vw;
}

#fiera-home .discover-element.colibri {
  bottom: 11vw;
  left: 36vw;
}

@media screen and (max-height: 800px) {
  #fiera-menu .wrapper .button {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-height: 750px) {
  #fiera-menu .wrapper {
    padding: 20px 0;
  }
}

.uppercase {
  text-transform: uppercase;
}

/* MYAQUASYSTEM */

body::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 100ms;
}

body.popup-open::after {
  opacity: 1;
  visibility: visible;
}

#myaquasystem .container--md {
  max-width: 1500px;
}

#myaquasystem #hero img {
  filter: brightness(0.8);
}

#myaquasystem .section--black {
  background-color: black;
  color: white;
  padding-top: 150px;
  padding-bottom: 150px;
}

#myaquasystem .whybuy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: min(calc(var(--px2vw) * 150vw), 150px);
}

#myaquasystem .whybuy h2 {
  max-width: 600px;
  margin-bottom: 0.5em;
}

#myaquasystem .whybuy__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px min(calc(var(--px2vw) * 75vw), 75px);
}

#myaquasystem .whybuy__item {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  flex: 1 1 250px;
  max-width: 350px;
}
#myaquasystem .whybuy__item h3 {
  font-weight: 700;
}
#myaquasystem .fancy-grid {
  display: grid;
  gap: min(calc(var(--px2vw) * 30vw), 30px);
  grid-template-columns: repeat(2, 1fr);
}

#myaquasystem .fancy-grid__video {
  overflow: hidden;
  width: 100%;
  display: block;
}

#myaquasystem .fancy-grid__video video {
  object-fit: cover;
  width: 100%;
}

#myaquasystem .fancy-grid img,
#myaquasystem .fancy-grid video {
  border-radius: 2rem;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

#myaquasystem .fancy-grid .fancy-grid__top,
#myaquasystem .fancy-grid .fancy-grid__left,
#myaquasystem .fancy-grid .fancy-grid__right {
  gap: min(calc(var(--px2vw) * 30vw), 30px);
}

#myaquasystem .fancy-grid .fancy-grid__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 2;
}
#myaquasystem .fancy-grid .fancy-grid__left,
#myaquasystem .fancy-grid .fancy-grid__right {
  display: grid;
  min-width: 0;
}

#myaquasystem .fancy-grid .fancy-grid__left {
  grid-auto-rows: min-content;
}

#myaquasystem .fancy-grid .fancy-grid__text {
  padding: 30px 10% 30px 0;
}

#myaquasystem .fancy-grid .fancy-grid__text div {
  font-weight: bold;
  margin-bottom: 2em;
}

#myaquasystem .fancy-grid .fancy-grid__right {
  grid-template-columns: repeat(2, 1fr);
}

#myaquasystem .fancy-grid .fancy-grid__item-fade {
  position: relative;
  display: grid;
}

#myaquasystem .fancy-grid .fancy-grid__item-fade img {
  grid-column: 1;
  grid-row: 1;
  transition: 300ms;
}

#myaquasystem .fancy-grid .fancy-grid__item-fade__toggler {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 5;
}

#myaquasystem
  .fancy-grid
  .fancy-grid__item-fade
  img.fancy-grid__item-fade--hidden {
  visibility: hidden;
  opacity: 0;
}

#myaquasystem .fancy-grid .fancy-grid__item-fade:hover > img,
#myaquasystem
  .fancy-grid
  .fancy-grid__item-fade:hover
  > .fancy-grid__item-fade__toggler {
  visibility: hidden;
  opacity: 0;
}

#myaquasystem
  .fancy-grid
  .fancy-grid__item-fade:hover
  .fancy-grid__item-fade--hidden {
  visibility: visible;
  opacity: 1;
}

#myaquasystem .fancy-grid .fancy-grid__right > img:first-child {
  grid-column: span 2;
}

#myaquasystem .showcase {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: min(calc(var(--px2vw) * 250vw), 250px);
  margin-bottom: 80px;
  min-height: 85vh;
  position: relative;
  padding-right: 0;
  overflow: hidden;
}

#myaquasystem .showcase,
#myaquasystem .showcase .showcase__top {
  padding-left: min(calc(var(--px2vw) * 210vw), 210px);
}

#myaquasystem .showcase .showcase__top {
  max-width: 730px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#myaquasystem .showcase .showcase__top h2 {
  margin-bottom: 0.5em;
}

#myaquasystem .showcase .showcase__top img {
  width: 85px;
  margin-bottom: 10px;
}

#myaquasystem .showcase .showcase__render {
  position: relative;
}

#myaquasystem .showcase .showcase__render > img {
  max-width: 100%;
  margin-top: 100px;
}

#myaquasystem .showcase .showcase__render-detail {
  width: auto;
  height: auto;
  max-width: 350px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 0.95rem;
  color: white;
  border-radius: 2rem;
  background-color: #f26e20;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: 350ms ease-out;
}

#myaquasystem .showcase .showcase__render-detail h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

#myaquasystem .showcase .showcase__render-detail img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* Marker */
#myaquasystem .showcase .showcase__render .showcase__marker {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  border: 1px solid #fee59e;
  align-items: center;
  justify-content: center;
  outline: none;
  background: linear-gradient(53deg, #e79624 0%, #f1c93e 100%);
  padding: 3px;
  animation: shadow-drop-center 1s ease-in-out 1s infinite alternate both;
}
.popup-open .showcase .showcase__render .showcase__marker {
  pointer-events: none;
}

#myaquasystem .showcase .showcase__marker > img {
  z-index: 4;
  width: 100%;
}

#myaquasystem .showcase .showcase__render .showcase__marker#prato-1 {
  left: 43.9%;
  top: 68%;
}
#myaquasystem .showcase .showcase__render .showcase__marker#prato-2 {
  top: 62%;
  right: 32%;
}
#myaquasystem .showcase .showcase__render .showcase__marker#programmatore {
  top: 44.5%;
  left: 44%;
}
#myaquasystem .showcase .showcase__render .showcase__marker#rain {
  top: 40%;
  right: 23%;
}

#myaquasystem .showcase .showcase__render-detail.visible {
  visibility: visible;
  opacity: 1;
}

/* Outline */
#myaquasystem .showcase .showcase__render .showcase__marker::before {
  content: "";
  width: 120%;
  height: 120%;
  border: 1px solid rgba(252, 236, 104, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
}
/* Bagliore */
#myaquasystem .showcase .showcase__render .showcase__marker::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
}

#myaquasystem .showcase .showcase__render .showcase__marker::after {
  width: 200%;
  height: 200%;
  background-color: #f26e20;
  filter: blur(5px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.35;
}

#myaquasystem .showcase__carousel-mobile {
  display: none;
  padding-left: 20px;
  padding-bottom: 80px;
  width: 100%;
  max-width: 100%;
}

#myaquasystem .showcase__carousel-mobile .swiper {
  padding-right: 20px;
}

#myaquasystem .showcase__carousel-mobile .swiper-slide {
  width: 100%;
  max-width: 85vw;
  border-radius: 2rem;
  display: flex;
  background-color: #f26e20;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: white;
}

#myaquasystem .showcase__carousel-mobile .swiper-slide img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 20px;
}

#myaquasystem .showcase__carousel-mobile .swiper-slide h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

#myaquasystem .app-carousel {
  margin-bottom: min(calc(var(--px2vw) * 60vw), 60px);
}
#myaquasystem .app-carousel {
  display: grid;
  grid-template-columns: 40% 1fr;
  padding-left: min(calc(var(--px2vw) * 210vw), 210px);
}

#myaquasystem .app-carousel .app-carousel__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding-right: min(calc(var(--px2vw) * 100vw), 100px);
}

#myaquasystem .app-carousel .app-carousel__left::after {
  content: "";
  width: 8%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

#myaquasystem .app-carousel .app-carousel__right {
  min-width: 0;
}

#myaquasystem .app-carousel .app-carousel__right .swiper .swiper-slide {
  max-width: 290px;
  width: auto;
  height: auto;
}
#myaquasystem .app-carousel .app-carousel__right .swiper .swiper-slide img {
  height: max(80vh, 500px);
  object-fit: contain;
  max-width: 100%;
  width: auto;
}

#myaquasystem .app-carousel .app-carousel__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#myaquasystem .app-carousel .app-carousel__buttons a {
  max-width: 130px;
}
#myaquasystem .app-carousel .app-carousel__buttons img {
  width: 100%;
  max-width: 100%;
}

#myaquasystem .closeup .closeup__wrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
}
#myaquasystem .closeup .closeup__header {
  grid-column: span 2;
  max-width: 600px;
}

#myaquasystem .closeup .closeup__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
#myaquasystem .closeup .closeup__triggers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

#myaquasystem .closeup .closeup__item {
  position: relative;
  display: block;
  border-radius: 2.6rem;
  background-color: #2c2c2c;
  overflow: hidden;
  flex-shrink: 0;
}

#myaquasystem .closeup .closeup__item-content {
  max-width: 360px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

#myaquasystem .closeup .closeup__triggers button,
#myaquasystem .closeup .closeup__item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  padding: 1em;
  font-size: 1.65rem;
  line-height: 1em;
  color: white;
}

#myaquasystem .closeup .closeup__item-content p {
  font-size: 1rem;
  line-height: 1.1em;
}

#myaquasystem .closeup .closeup__item-content h3 {
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 0.35em;
}

#myaquasystem .closeup .closeup__triggers button {
  position: relative;
  font-weight: 400;
  border: none;
  outline: none;
  display: inline-flex;
  background: transparent;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  padding-left: 1.8em;
  gap: 0.3em;
  flex-shrink: 0;
  transition: 250ms ease-out;
}

#myaquasystem .closeup .closeup__triggers button span {
  font-size: inherit;
}

#myaquasystem .closeup .closeup__triggers button span:first-child {
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  border: 1px solid white;
  padding: 2px;
  position: relative;
  position: absolute;
  left: 0.55em;
  top: 50%;
  transform: translateY(-50%);
}

#myaquasystem .closeup .closeup__triggers button span:first-child::before,
#myaquasystem .closeup .closeup__triggers button span:first-child::after {
  content: "";
  width: 0.45em;
  height: 1.2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#myaquasystem .closeup .closeup__triggers button span:first-child::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#myaquasystem .closeup .closeup__content-mobile {
  display: none;
}

#myaquasystem .closeup .closeup__item.active .closeup__item-content {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 250ms ease-out;
}
#myaquasystem .closeup .closeup__item.active button {
  visibility: hidden;
  opacity: 0;
  transition: none;
}

#myaquasystem .closeup .closeup__right {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#myaquasystem .closeup .closeup__right img {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  transition: 650ms ease;
  object-fit: contain;
  max-width: 100%;
  max-height: 80vh;
}

#myaquasystem .closeup .closeup__right img.active {
  visibility: visible;
  opacity: 1;
}

#myaquasystem .video-sneak {
  width: 100%;
  overflow: hidden;
  display: block;
  height: 75vh;
  position: relative;
}

#myaquasystem .video-sneak .video-sneak__toggler {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  z-index: 5;
  transition: 300ms;
}
#myaquasystem .video-sneak:hover .video-sneak__toggler {
  background-color: rgba(242, 110, 32, 0.35);
}
#myaquasystem .video-sneak video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#myaquasystem .product .grid-wrapper {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  gap: 120px min(var(--px2vw) * 100vw, 100px);
}
#myaquasystem .product .grid-wrapper .product-card img {
  max-width: 100%;
  object-fit: contain;
}

/* Modifiche a classe  Video anim r 10472 circa */

/* Sezione product r 10782 10846 */

@media screen and (max-width: 1550px) {
  #myaquasystem .container--md {
    padding-left: min(calc(var(--px2vw) * 75vw), 75px);
    padding-right: min(calc(var(--px2vw) * 75vw), 75px);
  }
}

@media screen and (max-width: 1360px) {
  #myaquasystem .showcase .showcase__top {
    position: relative;
    padding-left: 0;
    top: auto;
    left: auto;
    align-self: flex-start;
  }

  #myaquasystem .showcase .showcase__render > img {
    margin-top: 0;
  }

  #myaquasystem .app-carousel {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  #myaquasystem .product .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0 20px;
    padding-right: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  #myaquasystem .font-90 {
    font-size: 2.25rem;
  }
  #myaquasystem .font-42 {
    font-size: 1.4rem;
  }
  #myaquasystem .font-36 {
    font-size: 1.3rem;
  }
  #myaquasystem .font-22 {
    font-size: 1.15rem;
  }

  #myaquasystem .fancy-grid,
  #myaquasystem .fancy-grid__right {
    grid-template-columns: 100%;
  }
  #myaquasystem .fancy-grid .fancy-grid__top {
    grid-column: span 1;
  }

  #myaquasystem .fancy-grid .fancy-grid__text div {
    margin-bottom: 0.5em;
  }

  #myaquasystem .showcase::after {
    content: none;
  }

  #myaquasystem .showcase,
  #myaquasystem .showcase .showcase__top,
  #myaquasystem .app-carousel {
    padding-left: min(calc(var(--px2vw) * 75vw), 75px);
    padding-right: min(calc(var(--px2vw) * 75vw), 75px);
  }

  #myaquasystem .showcase__carousel-mobile {
    display: block;
  }

  #myaquasystem .showcase__carousel-mobile .swiper-slide {
    max-width: 65vw;
    height: max(50vh, 280px);
  }

  #myaquasystem .showcase .showcase__render .showcase__marker {
    width: 35px;
    height: 35px;
  }

  #myaquasystem .showcase {
    padding: 0;
    gap: 30px;
  }

  #myaquasystem .app-carousel {
    grid-template-columns: 100%;
    gap: 50px;
    margin-bottom: 80px;
  }

  #myaquasystem .app-carousel .app-carousel__right .swiper {
    overflow: visible;
  }

  #myaquasystem .app-carousel .app-carousel__buttons a {
    max-width: 135px;
  }
  #myaquasystem .app-carousel .app-carousel__right .swiper .swiper-slide img {
    height: max(50vh, 400px);
  }

  #myaquasystem .closeup .container--md {
    padding: 0;
  }
  #myaquasystem .closeup h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #myaquasystem .closeup .closeup__left {
    gap: 15px;
  }

  #myaquasystem .closeup .closeup__wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }

  #myaquasystem .closeup .closeup__header {
    grid-column: span 1;
    text-align: center;
  }

  #myaquasystem .closeup .closeup__triggers {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #myaquasystem .closeup .closeup__item {
    display: flex;
    justify-content: center;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px white;
  }
  #myaquasystem .closeup .closeup__item.active {
    background-color: #2c2c2c;
    box-shadow: none;
  }

  #myaquasystem .closeup .closeup__triggers button {
    font-size: 1.35rem;
  }

  #myaquasystem .closeup .closeup__content-mobile {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    grid-auto-rows: max-content;
    padding: 0 20px;
  }

  #myaquasystem .closeup .closeup__content-description {
    grid-column: 1;
    grid-row: 1;
    background-color: #36363b;
    border-radius: 1.1rem;
    padding: 1em;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  #myaquasystem .closeup .closeup__content-description.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 250ms ease-out;
  }

  #myaquasystem .closeup .closeup__item.active .closeup__item-content {
    display: none;
  }
  #myaquasystem .closeup .closeup__item.active button {
    visibility: visible;
    opacity: 1;
  }
  #myaquasystem .closeup .closeup__item.active button span:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #myaquasystem .section--black {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  #myaquasystem .fancy-grid .fancy-grid img,
  #myaquasystem .fancy-grid .fancy-grid video {
    border-radius: 1.1rem;
  }

  #myaquasystem .fancy-grid__video video {
    height: 40vh;
  }

  #myaquasystem .fancy-grid .fancy-grid__top {
    grid-template-columns: 100%;
  }
  #myaquasystem .fancy-grid .fancy-grid__top,
  #myaquasystem .fancy-grid .fancy-grid__right {
    gap: 15px;
  }

  #myaquasystem .fancy-grid .fancy-grid__text {
    padding: 30px 0;
  }

  #myaquasystem .closeup .closeup__triggers button {
    font-size: 1.15rem;
  }

  #myaquasystem .showcase .showcase__render > img {
    height: 400px;
    object-fit: cover;
  }
  #myaquasystem .showcase .showcase__render .showcase__marker {
    width: 28px;
    height: 28px;
  }

  #myaquasystem .showcase__carousel-mobile .swiper-slide {
    max-width: 85vw;
    height: 300px;
  }

  #myaquasystem .showcase .showcase__render .showcase__marker::before {
    width: 130%;
    height: 130%;
  }

  #myaquasystem .showcase .showcase__render .showcase__marker#prato-1 {
    left: 39%;
  }
  #myaquasystem .showcase .showcase__render .showcase__marker#prato-2 {
    right: 23%;
  }
  #myaquasystem .showcase .showcase__render .showcase__marker#programmatore {
    left: 40%;
  }
  #myaquasystem .showcase .showcase__render .showcase__marker#rain {
    right: 10%;
  }

  #myaquasystem .product .grid-wrapper {
    grid-template-columns: 100%;
  }
}
