/* Import Settings */ /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Iron grey **/
/** Opal green **/
/** Greyscale **/
.primary-green {
  color: #007367 !important;
}

.light-grey {
  color: #97A5B0;
}

.light-green {
  color: #55D5B0 !important;
}

.medium-green {
  color: #008C7C !important;
}

.medium-light-green {
  color: #00A996 !important;
}

.dark-grey {
  color: #304355 !important;
}

.grey-600 {
  color: #B3BBC1 !important;
}

.grey-400 {
  color: #D9DDE0 !important;
}

.grey-800 {
  color: #304355 !important;
}

.grey-900 {
  color: #0F1929 !important;
}

.white-background-widget {
  background-color: #FAFCFC;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  background-color: #F3F8FA;
  font-size: 1rem;
  line-height: 1.5;
  color: #304355;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
  color: #0F1929;
}

h1 {
  font-size: 4rem;
  line-height: 5rem;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: 576px) {
  h3 {
    text-align: center;
  }
}

h4 {
  font-size: 2.5rem;
  line-height: 3.375rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.75rem;
}

h6,
.h6 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
}

p,
label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
}

p,
label,
ul li {
  max-width: 30rem;
}

p.small,
a.small,
label.small,
address.small,
sup.small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

p.ultra-small,
a.ultra-small,
label.ultra-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
}

ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  list-style-type: disc;
  margin-left: 1rem;
}

a {
  color: #6BB4F6;
  font-weight: 600;
  text-decoration-line: none;
  letter-spacing: 0.02rem;
}

textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.disabled {
  display: none !important;
}

.disabled-mobile {
  display: block;
}
@media screen and (max-width: 992px) {
  .disabled-mobile {
    display: none !important;
  }
}

.layout {
  width: 100%;
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.layout--sm {
  max-width: 37.5rem;
}
.layout--md {
  max-width: 61.75rem;
}
.layout--multiple-imgs {
  min-height: 35rem;
}
@media screen and (max-width: 1024px) {
  .layout--multiple-imgs {
    flex-direction: column !important;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .w50 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
  min-width: unset;
  width: 100%;
}

.h100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-wrap {
  white-space: nowrap;
}

.word-break {
  word-break: break-all;
}

@media screen and (max-width: 870px) {
  a.anchor {
    display: block;
    position: relative;
    top: -3rem;
    visibility: hidden;
  }
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #007367;
}

.subtitle--line,
.subtitle--line--search {
  padding-left: 5rem;
  position: relative;
  max-width: 20.625rem;
}

.subtitle--line:before,
.subtitle--line--search:before {
  content: " ";
  height: 0.1rem;
  width: 4rem;
  background: #007367;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .flex-row {
    flex-direction: column;
  }
  .flex-row > div {
    flex: unset;
  }
  .flex-row > div.img {
    min-height: 20rem;
  }
  .subtitle--line--search {
    position: relative;
    padding-left: 0px;
    max-width: 100%;
  }
  .subtitle--line--search:before {
    width: 0px;
  }
}
@media screen and (max-width: 992px) {
  .flex-row--tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 1360px) {
  .flex-row--wide {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.column-reverse {
  flex-direction: column-reverse;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.wrap {
  flex-wrap: wrap;
}

.text-nowrap {
  white-space: nowrap;
}

.space-evenly {
  justify-content: space-evenly;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.center {
  justify-content: center;
}

.start {
  justify-content: flex-start;
}

.end {
  justify-content: flex-end;
}

.left {
  justify-content: left;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.gap-05 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-5 {
  gap: 5rem;
}

.half-w {
  width: 50%;
}

.full-w {
  width: 100%;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.p-05 {
  padding: 0.5rem;
}

.p-1 {
  padding: 1rem;
}

.p-0-1 {
  padding: 0 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-5 {
  padding: 5rem;
}
@media screen and (max-width: 576px) {
  .p-5 {
    padding: 1rem 2rem;
  }
}

.p-x-1 {
  padding: 0 1rem;
}

.pl-05 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}
@media screen and (max-width: 576px) {
  .pl-1 {
    padding-left: 0;
  }
}

.pr-1 {
  padding-right: 1rem;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.uppercase {
  font-weight: 600;
  text-transform: uppercase;
}

.border-bottom {
  border-bottom: 1px solid #D9DDE0;
}

.border-top {
  border-top: 1px solid #D9DDE0;
}

.border-left {
  border-left: 1px solid #D9DDE0;
}
@media screen and (max-width: 576px) {
  .border-left {
    border-left: none;
    padding-left: 0;
  }
}

.border-right {
  border-right: 1px solid #D9DDE0;
}
@media screen and (max-width: 576px) {
  .border-right {
    border-right: none;
    padding-right: 0;
  }
}

.bordered-element {
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
}

.warning-message {
  background-color: #FDD06A;
  border-radius: 0.25rem;
  padding: 1rem;
  color: #0F1929;
  font-weight: 400;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .avoid-scroll {
    overflow: hidden;
  }
}

.max-width-unset {
  max-width: unset;
}

.code-comment {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 0.5rem;
  display: block;
  word-wrap: break-word;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 1rem;
  }
  100% {
    margin-top: 0;
  }
}
/* Import Components */
.button {
  padding: 0 2rem;
  border-radius: 50px;
  max-height: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: 400 !important;
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
  border: 1px solid #007367;
  text-decoration: none;
  text-align: center;
}
.button--primary {
  color: #fff !important;
  background: #007367;
  box-shadow: 0px 33px 13px rgba(85, 213, 176, 0.01), 0px 19px 11px rgba(85, 213, 176, 0.05), 0px 8px 8px rgba(85, 213, 176, 0.09), 0px 2px 5px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
}
.button--primary:hover {
  background: #004039;
  box-shadow: none;
}
.button--secondary {
  color: #007367;
  background-color: transparent;
}
.button--secondary:hover {
  color: #004039;
  border: 1px solid #004039;
}
.button--accent {
  color: #004039;
  background-color: #55D5B0;
  box-shadow: 0px 33px 13px rgba(85, 213, 176, 0.01), 0px 19px 11px rgba(85, 213, 176, 0.05), 0px 8px 8px rgba(85, 213, 176, 0.09), 0px 2px 5px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
}
.button--accent:hover {
  background: #00A996;
  border: 1px solid #00A996;
  color: #004039;
}
.button--disabled {
  color: #B3BBC1 !important;
  border-color: #D9DDE0;
  background-color: #D9DDE0;
  box-shadow: none;
  font-weight: 400 !important;
  cursor: default;
}
.button--disabled:hover {
  background-color: #D9DDE0;
  border-color: #D9DDE0;
  color: #B3BBC1 !important;
}
.button--gradient {
  background: linear-gradient(92.35deg, #0F1929 0%, #304355 100%);
  border: 1px solid #0F1929;
  font-weight: 400 !important;
  color: #fff !important;
}
.button--small {
  height: 3rem;
  max-height: 3rem;
  line-height: 3rem;
}

.button:hover {
  font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  font: inherit;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  background-color: #FCFEFF;
  color: #304355;
  padding: 0 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

input.input--primary {
  border: 1px solid #007367;
  color: black;
  background-color: transparent;
  width: 18rem;
}

input.input--secondary {
  border: 1px solid #CFE7EF;
  color: #CFE7EF;
  background-color: transparent;
  width: 18rem;
}
@media screen and (max-width: 576px) {
  input.input--secondary,
  input.input--primary {
    width: unset;
  }
}

input:read-only:not([type=submit], [type=checkbox], [type=radio]):not(.dropdown-element) {
  background-color: #ECEEEF;
  color: #B3BBC1;
}

input:focus {
  outline: none;
}

textarea {
  height: 13.5rem;
  padding: 1rem;
  border: 1px solid #D9DDE0;
  resize: none;
}

/** VALID and INVALID inputs **/
.valid {
  font-weight: 700;
  color: #304355 !important;
}

input[type=text].valid,
input[type=password].valid,
input[type=email].valid,
input[type=number].valid,
textarea.valid {
  border: 1px solid #008C7C;
}

.error {
  color: #E76B5A !important;
  font-weight: 700;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=number].error,
textarea.error {
  border: 1px solid #B02132;
}

input.error::-webkit-input-placeholder {
  /* Edge */
  color: #E76B5A;
}

input.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E76B5A;
}

input.error::placeholder {
  color: #E76B5A;
}

/** END: VALID and INVALID inputs **/
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B3BBC1;
  opacity: 1;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B3BBC1;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B3BBC1;
}

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

input#upload-file[disabled] {
  pointer-events: none;
}

#upload-step-1 {
  position: relative;
}

#upload-step-1 .upload-file__label,
#upload-step-1 .upload-file__btn {
  border-radius: 4px;
  cursor: pointer;
  height: 3rem;
  line-height: 3rem;
  min-width: 13rem;
  padding: 0rem 1rem;
}

#upload-step-1 .upload-file__btn {
  height: 50px!important; 
  line-height: 50px!important;
}

#upload-step-1 .upload-file__label {
  border: 1px dashed #B3BBC1;
  color: #B3BBC1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

#upload-step-1 select {
  min-width: unset;
  min-height: 50px;
  height: 50px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}

#upload-step-1 {
  display: flex;
  gap: 1rem;
}

#mercato {
  padding: 1rem;
}

.select-carrello-materiali {
  display: flex;
}

@media screen and (max-width: 992px) {
  #upload-step-1 {
    flex-wrap: wrap;
  }

  .select-carrello-materiali {
    display: block;
  }

  .select-carrello-materiali div:not(:first-of-type) {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 576px) {
  #upload-step-1 .flex {
    flex-wrap: wrap;
  }  
}

#upload-step-1 .upload-file__btn {
  width: 50%;
  padding: 0;
  border-radius: 50px;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02rem;
  cursor: pointer;
  border: 1px solid #007367;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  background: #007367;
  box-shadow: 0px 33px 13px rgba(85, 213, 176, 0.01), 0px 19px 11px rgba(85, 213, 176, 0.05), 0px 8px 8px rgba(85, 213, 176, 0.09), 0px 2px 5px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
}
@media screen and (max-width: 576px) {
  #upload-step-1 .upload-file__btn {
    width: 100%;
  }
}
#upload-step-1 .upload-file__btn:hover {
  background: #004039;
  box-shadow: none;
}

#upload-step-3 .upload-file__name {
  padding: 0.5rem 0.75rem;
}

.upload-file-name {
  border: 1px solid #D9DDE0;
  border-radius: 8px;
  color: #0F1929;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 1rem;
}

#upload-step-2 .file-name__uploading-line {
  position: relative;
  display: flex;
  width: 100%;
  height: 0.5rem;
}
#upload-step-2 .file-name__uploading-line--inactive, #upload-step-2 .file-name__uploading-line--gradient {
  position: absolute;
  height: 0.5rem;
  width: 100%;
  border-radius: 20px;
  background-color: #ECEEEF;
}
#upload-step-2 .file-name__uploading-line--gradient {
  background: linear-gradient(270deg, #007367 0%, #55D5B0 100%);
}

#upload-step-2 .upload-file__label {
  width: 100%;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  color: #D9DDE0;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  min-height: 1.5em;
  border: 1px solid #D9DDE0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #007367;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

.checkbox {
  display: flex;
  gap: 1rem;
  align-items: center;
}

label.checkbox--light {
  font-weight: 400;
  color: #fff;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  color: #D9DDE0;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 1px solid #D9DDE0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

input[type=checkbox] + label,
input[type=checkbox] + div > label,
input[type=checkbox] + div > div {
  cursor: pointer;
}

input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #007367;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  background: #ECEEEF;
  cursor: unset;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:checked + div > label,
input[type=checkbox]:checked + div > div {
  color: #0F1929;
  font-weight: 700;
}

input[type=checkbox]:checked + label.checkbox--light,
input[type=checkbox]:checked + div > label.checkbox--light,
input[type=checkbox]:checked + div > div {
  color: #fff;
  font-weight: 400;
}

input[type=checkbox]:disabled + label,
input[type=checkbox]:disabled + div > label,
input[type=checkbox]:disabled + div > div {
  color: #D9DDE0;
  cursor: unset;
}

input[type=checkbox]:checked:disabled::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #B3BBC1;
}

input[type=checkbox]:checked:disabled::before {
  transform: scale(1);
}

input[type=checkbox]#custom-volume:checked + label,
input[type=checkbox]#custom-volume:checked + div > label,
input[type=checkbox]#custom-volume:checked + div > div {
  font-weight: normal;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cursor-pointer {
  cursor: pointer;
}

/** Icon sizes **/
.icon-xxs {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  min-height: 0.5rem;
  max-width: 0.5rem;
  max-height: 0.5rem;
}

.icon-xs {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  max-width: 1rem;
  max-height: 1rem;
}

.icon-sm {
  width: 1.5rem!important;
  height: 1.5rem!important;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.icon-md {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}

.icon-ml {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.icon-lg {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
}

/** Icon svgs **/
.reel {
  background-image: url("../img/svg/card-reel.svg");
}

.user {
  background-image: url("../img/svg/user.svg");
}

.arrow-down {
  background-image: url("../img/svg/arrow-down.svg");
}

.attrezzi {
  background-image: url("../img/svg/generic/attrezzi.svg");
}

.sicurezza {
  background-image: url("../img/svg/generic/sicurezza.svg");
}

.iso {
  background-image: url("../img/svg/generic/iso.svg");
}

.serie {
  background-image: url("../img/svg/generic/serie.svg");
}

.qualita {
  background-image: url("../img/svg/generic/qualita.svg");
}

.flessibilita {
  background-image: url("../img/svg/generic/flessibilita.svg");
}

.alleggerimento {
  background-image: url("../img/svg/generic/alleggerimento.svg");
}

.velocita {
  background-image: url("../img/svg/generic/velocita.svg");
}

.precisione {
  background-image: url("../img/svg/generic/precisione.svg");
}

.produzione {
  background-image: url("../img/svg/generic/produzione.svg");
}

.prototipo {
  background-image: url("../img/svg/generic/prototipo.svg");
}

.unita {
  background-image: url("../img/svg/generic/unita.svg");
}

.tecnica {
  background-image: url("../img/svg/generic/tecnica.svg");
}

.materiale {
  background-image: url("../img/svg/generic/materiale.svg");
}

.finitura {
  background-image: url("../img/svg/generic/finitura.svg");
}

.dimension {
  background-image: url("../img/svg/generic/dimension.svg");
}

.prezzo {
  background-image: url("../img/svg/generic/prezzo.svg");
}

.package {
  background-image: url("../img/svg/generic/package.svg");
}

.tempo {
  background-image: url("../img/svg/generic/tempo.svg");
}

.search {
  background-image: url("../img/svg/generic/search.svg");
}

.closeicon {
  background-image: url("../img/svg/generic/close.svg");
}

.account {
  background-image: url("../img/svg/generic/account.svg");
}

.account-outlined {
  background-image: url("../img/svg/generic/account-outlined.svg");
}

.account-filled {
  background-image: url("../img/svg/generic/account-filled.svg");
}

.cross {
  background-image: url("../img/svg/generic/cross.svg");
}

.edit {
  background-image: url("../img/svg/generic/edit.svg");
}

.delete {
  background-image: url("../img/svg/generic/delete.svg");
}

.chevron-down {
  background-image: url("../img/svg/generic/chevron-down.svg");
}

.chevron-up {
  background-image: url("../img/svg/generic/chevron-down.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.show {
  background-image: url("../img/svg/generic/show.svg");
  position: absolute;
  top: 2.85rem;
  right: 1rem;
  cursor: pointer;
}

.hide {
  background-image: url("../img/svg/generic/hide.svg");
}

.menu {
  background-image: url("../img/svg/generic/menu.svg");
}

.kebab-menu {
  background-image: url("../img/svg/generic/kebab-menu.svg");
}

.warning {
  background-image: url("../img/svg/generic/warning.svg");
}

.arrow-left {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-up {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-right {
  background-image: url("../img/svg/arrow-down.svg");
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.arrow-right-outlined {
  background-image: url("../img/svg/arrow-outlined.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-left-outlined {
  background-image: url("../img/svg/arrow-outlined.svg");
}

.arrow-wo-dot-left-outlined {
  background-image: url("../img/svg/generic/arrow-wo-dot-outlined.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-wo-dot-right-outlined {
  background-image: url("../img/svg/generic/arrow-wo-dot-outlined.svg");
}

.line-arrow-right {
  background-image: url("../img/svg/line-arrow.svg");
}

.impostazioni {
  background-image: url("../img/svg/generic/impostazioni.svg");
}

.navigazione {
  background-image: url("../img/svg/generic/navigazione.svg");
}

.ordini {
  background-image: url("../img/svg/generic/ordini.svg");
}

.pagamento {
  background-image: url("../img/svg/generic/pagamento.svg");
}

.page {
  background-image: url("../img/svg/generic/page.svg");
}

.page-checked {
  background-image: url("../img/svg/generic/page-checked.svg");
}

.spin {
  background-image: url("../img/svg/generic/spin.svg");
}

.posizione {
  background-image: url("../img/svg/generic/posizione.svg");
}

.cross-outlined {
  background-image: url("../img/svg/generic/circle-icon.svg");
}

.circle {
  text-align: center;
  font-weight: 600;
  width: 2rem;
  height: 2rem;
  background-color: #007367;
  color: #fff;
  line-height: 2rem;
  border-radius: 50%;
}

.pointer {
  cursor: pointer;
}

.animate {
  animation: jumpInfinite 1.5s infinite;
}

.primary-color {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
}

.white-color {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(239deg) brightness(109%) contrast(101%);
}

.light-green-color {
  filter: brightness(0) saturate(100%) invert(72%) sepia(75%) saturate(300%) hue-rotate(108deg) brightness(90%) contrast(91%);
}

.greyscale-800-color {
  filter: brightness(0) saturate(100%) invert(23%) sepia(16%) saturate(1100%) hue-rotate(168deg) brightness(94%) contrast(90%);
}

.greyscale-600-color {
  filter: brightness(0) saturate(100%) invert(92%) sepia(9%) saturate(230%) hue-rotate(163deg) brightness(83%) contrast(82%);
}

.warning-color {
  filter: brightness(0) saturate(100%) invert(81%) sepia(55%) saturate(495%) hue-rotate(335deg) brightness(103%) contrast(98%);
}

.error-color {
  filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(1033%) hue-rotate(319deg) brightness(94%) contrast(93%);
}

.inactive {
  filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(124%) hue-rotate(163deg) brightness(84%) contrast(89%);
  -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(124%) hue-rotate(163deg) brightness(84%) contrast(89%);
  cursor: unset;
}

.country-IT {
  background-image: url("../img/svg/country/IT.svg");
}

.country-GB, .country-EN {
  background-image: url("../img/svg/country/GB.svg");
}

.country-EU {
  background-image: url("../img/svg/country/EU.svg");
}

.country-BE {
  background-image: url("../img/svg/country/BE.svg");
}

.country-BG {
  background-image: url("../img/svg/country/BG.svg");
}

.country-CZ {
  background-image: url("../img/svg/country/CZ.svg");
}

.country-DK {
  background-image: url("../img/svg/country/DK.svg");
}

.country-DE {
  background-image: url("../img/svg/country/DE.svg");
}

.country-EE {
  background-image: url("../img/svg/country/EE.svg");
}

.country-IE {
  background-image: url("../img/svg/country/IE.svg");
}

.country-GR {
  background-image: url("../img/svg/country/GR.svg");
}

.country-ES {
  background-image: url("../img/svg/country/ES.svg");
}

.country-FR {
  background-image: url("../img/svg/country/FR.svg");
}

.country-HR {
  background-image: url("../img/svg/country/HR.svg");
}

.country-CY {
  background-image: url("../img/svg/country/CY.svg");
}

.country-LV {
  background-image: url("../img/svg/country/LV.svg");
}

.country-LT {
  background-image: url("../img/svg/country/LT.svg");
}

.country-LU {
  background-image: url("../img/svg/country/LU.svg");
}

.country-HU {
  background-image: url("../img/svg/country/HU.svg");
}

.country-MT {
  background-image: url("../img/svg/country/MT.svg");
}

.country-NL {
  background-image: url("../img/svg/country/NL.svg");
}

.country-AT {
  background-image: url("../img/svg/country/AT.svg");
}

.country-PL {
  background-image: url("../img/svg/country/PL.svg");
}

.country-PT {
  background-image: url("../img/svg/country/PT.svg");
}

.country-RO {
  background-image: url("../img/svg/country/RO.svg");
}

.country-SI {
  background-image: url("../img/svg/country/SI.svg");
}

.country-SK {
  background-image: url("../img/svg/country/SK.svg");
}

.country-FI {
  background-image: url("../img/svg/country/FI.svg");
}

.country-SE {
  background-image: url("../img/svg/country/SE.svg");
}

.logos {
  object-fit: contain;
  height: 4.25rem;
  max-height: 4.25rem;
}

@media screen and (min-width: 870px) {
  .logos--xl {
    height: 8.5rem;
    max-height: 8.5rem;
  }
}

.logos-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

model-viewer {
  height: 100%;
  width: 100%;
  --progress-bar-color: transparent;
}

.alerts {
  position: relative;
  top: 3.5rem;
}
@media screen and (min-width: 870px) {
  .alerts {
    top: 5.75rem;
  }
}

.alert {
  padding: 1rem;
  margin-bottom: 0.25rem;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 1;
  transition: opacity 0.15s linear;
  background: rgba(48, 67, 85, 0.95);
  color: #fff;
  text-align: center;
  display: flex;
  gap: 1.5rem;
}

.alert:not(:first-child) {
  border-radius: 0.5rem;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert__body {
  width: 100%;
  max-width: 78.75rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1rem;
  font-weight: 600;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .alert__body {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.alert--primary {
  background-color: rgba(48, 67, 85, 0.95);
  color: #fff;
  font-weight: 600;
}

.alert--dismissible .icon {
  float: right;
}

.alert--country {
  text-align: left;
  background-color: transparent;
  color: #304355;
  border: 1px solid #D9DDE0;
  padding: 2rem;
}

.alert.dismissed {
  opacity: 0;
  display: none;
}

select {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-image: url("../img/svg/generic/chevron-down.svg");
  background-position: right 1rem bottom 50%;
  background-size: 1rem;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  padding: 0.5rem 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  min-width: 15rem;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  /* styling */
  display: inline-block;
  background-color: #FCFEFF;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  color: #0F1929;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

select:disabled {
  cursor: unset;
  border-color: #D9DDE0;
  color: #B3BBC1;
  background-image: none;
  background-image: url("../img/svg/generic/chevron-down-disabled.svg");
  background-position: 95%;
  background-size: 0.7rem;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

select:focus {
  border-color: #008C7C;
  outline: none;
}

select#our-proposal {
  max-width: 20rem;
  color: #007367;
  font-weight: 700;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(243, 248, 250, 0.75);
}

.modal--country {
  border-radius: 8px;
  border: 1px solid var(--greyscale-400, #D9DDE0);
  background: var(--white-background-widget, #FAFCFC);
}

.modal--wide {
  background-color: rgba(250, 252, 252, 0.95);
}

.modal .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 4rem 3rem;
  min-width: 30rem;
  max-width: 40rem;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 8px;
  background-color: #FAFCFC;
}
@media screen and (max-width: 576px) {
  .modal .modal__content {
    padding: 2rem 1.5rem;
    margin: 5rem 1rem;
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    min-width: unset;
  }
}

.wide-modal__content {
  border: unset;
  box-shadow: unset;
  border-radius: unset;
  background-color: unset;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 5rem auto;
}
@media screen and (max-width: 870px) {
  .wide-modal__content {
    margin: 5rem 1rem;
  }
}

.modal--wide .wide-modal__content #volume-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .modal--wide .wide-modal__content #volume-slider {
    gap: 2rem;
    align-items: center;
    flex-direction: column;
  }
}

.modal--wide .modal__content-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wide-modal__content h6 {
  font-size: 1rem;
}

.modal-icon {
  background-image: url("../img/svg/generic/alert.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 40px;
}

.close, .closeicon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 2.5rem;
}
@media screen and (max-width: 576px) {
  .close {
    top: 0;
    right: 1rem;
  }
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip--error {
  font-size: 0.75rem;
  font-weight: 600 !important;
  line-height: 1.125rem;
  letter-spacing: 0.02rem;
  color: #E76B5A !important;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  position: absolute;
  width: 100%;
  left: -0.5rem;
  top: 2rem;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #D9DDE0;
  color: #304355;
  font-weight: 400;
  border-radius: 0.25rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

/* The bordered part of the triangle */
.tooltiptext::before,
.tooltiptext::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 100%;
  left: 1rem;
  margin-left: -11px;
}

.tooltiptext::before {
  border-bottom: 10px solid #D9DDE0;
}

.tooltiptext::after {
  border-bottom: 10px solid #fff;
  margin-bottom: -2px;
  z-index: 1;
}

.table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.table > .tr .td {
  flex: 1;
}
.table > .tr .th {
  flex: 1;
}

@media screen and (max-width: 870px) {
  .table .tr:first-child {
    display: none;
  }
}

.th {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #B3BBC1;
}
@media screen and (max-width: 870px) {
  .th {
    text-align: left;
  }
}

@media screen and (min-width: 870px) {
  .th-m {
    display: none;
  }
}

.tr {
  display: flex;
  padding: 1.5rem;
  margin: 0.25rem 0;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 870px) {
  .tr {
    align-items: normal;
  }
}

.tr:not(:first-child) {
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 0.5rem;
}

.tr:first-child {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D9DDE0;
}

.order-detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1400px) {
  .order-detail {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .order-detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .order-detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.order-detail .th,
.order-detail .td {
  text-align: left;
}

.order-detail .td span {
  line-height: 1.25rem;
}

.order-detail .td a {
  color: #007367;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.tr.type-1 {
  background-image: url("../img/funnel/funnel-card-custom.svg"), linear-gradient(274.39deg, #304355 0%, #0F1929 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left, bottom;
  border: 1px solid #304355;
}
.tr.type-1 .td {
  color: #F3F8FA !important;
}

.tr.type-2 {
  background-image: url("../img/funnel/funnel-card.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left, bottom;
}

.td {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #0F1929;
}
@media screen and (max-width: 870px) {
  .td {
    text-align: left;
  }
}

.td.lg {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

/** order status **/
.td.status::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 50%;
  margin: 0px 8px -5px 0;
}

.td.status--confirmed::before {
  border: 2px dashed #6ADE6D;
}

.td.status--review::before {
  border: 2px solid #FDD06A;
}

.td.status--execution::before {
  background-color: #FDD06A;
  border: 2px solid #FDD06A;
}

.td.status--delivered::before {
  background-color: #6ADE6D;
  border: 2px solid #6ADE6D;
}

.td.status--shipped::before {
  border: 2px solid #6ADE6D;
}

.td.status--error::before {
  background-color: #E76B5A;
  border: 2px solid #E76B5A;
}

.wide-image {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
}
.wide-image > img {
  width: 100%;
}

.img-min-height {
  min-height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .img-min-height > img {
    height: 250px;
    object-fit: cover;
  }
}

.img-144h {
  max-height: 144px;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .img-144h {
    max-height: 100px;
  }
}

.vector-bg {
  background-image: url("../img/svg/vector-bg-04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gallery-col-3 * img {
  min-width: 400px;
  min-height: 200px;
}

.accordion {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  background-color: #FCFEFF;
  color: #304355;
  padding: 0 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.accordion__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.875rem;
}

.accordion--open {
  max-height: unset;
  height: unset;
}

.accordion--open .icon {
  transform: rotate(180deg);
}

.accordion__content div {
  display: flex;
  flex-direction: column;
}

.accordion__content form {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}

.no-model-viewport {
  width: 155px;
  height: 155px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #B3BBC1;
  background-image: url("../img/slider-volume/s0perc.png");
  background-color: #FCFEFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .no-model-viewport {
    width: 100%;
  }
}

.cube .face {
  fill: rgba(255, 0, 0, 0.5);
  stroke: #000;
  stroke-width: 1px;
}

.cube .edge {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}

.cube .hidden {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  stroke-dasharray: 4;
}

datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
}

.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  height: 2px;
  background: #B3BBC1;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1rem;
  width: 1rem;
  background-color: #007367;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background-color: #007367;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 5px rgba(0, 115, 103, 0.1);
}

.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.1);
}

.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(0, 115, 103, 0.2);
}

.sliderticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.sliderticks span {
  display: flex;
  justify-content: center;
  width: 1px;
  height: 10px;
  background: #d3d3d3;
  line-height: 40px;
  cursor: pointer;
}

input[type=range]:disabled {
  opacity: 0.5;
}

input[type=range]:disabled::-webkit-slider-runnable-track,
input[type=range]:disabled::-moz-range-track,
input[type=range]:disabled::-webkit-slider-thumb,
input[type=range]:disabled::-moz-range-thumb {
  cursor: default;
}


.dropdown input {
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: #FCFEFF;
  color: #304355 !important;
  text-align: left;
  background-image: url("../img/svg/generic/chevron-down.svg");
  background-position: 95%;
  background-size: 1rem;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  padding: 0.5rem 1rem;
  height: 2.875rem;
  max-height: 2.875rem;
  min-width: 15rem;
  border: 1px solid #B3BBC1;
  border-radius: 4px;
  /* styling */
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  color: #0F1929;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
}

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  top: 4.5rem;
  width: 100%;
  max-height: 280px;
  overflow: scroll;
  z-index: 1;
  padding: 0 1rem;
  border-radius: 8px;
  border: 1px solid var(--greyscale-400, #D9DDE0);
  background: var(--background-input, #FCFEFF);
  box-shadow: 0px 4px 4px 0px rgba(80, 102, 120, 0.05);
  margin-top: 1rem;
}

.dropdown-content span:not(:first-child) {
  border-top: 1px solid #D9DDE0;
}

.dropdown-content span {
  color: #B3BBC1;
  padding: 14px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dropdown-content .icon {
  opacity: 0.6;
}

.dropdown span:hover .icon,
.dropdown-content span.selected .icon {
  opacity: 1;
}

.dropdown span:hover,
.dropdown-content span.selected {
  color: #0F1929;
}

.show {
  display: block;
}

.dropdown input.dropdown-search {
  border: none;
  box-shadow: none;
  width: 100%;
  min-width: unset;
  background-image: url("../img/svg/generic/search.svg");
  background-position: 95%;
  background-size: 1rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 0;
}

/* Import Layout */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
  z-index: 8500;
}

header.open {
  bottom: 0;
}
@media screen and (max-width: 1360px) {
  header.open #desktop-sub-menu {
    display: block;
  }
  header.open #mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  header.open #mobile-menu {
    display: block;
  }
  header.open #desktop-sub-menu {
    display: none;
  }
}
@media screen and (min-width: 1361px) {
  header.open #mobile-menu {
    display: none;
  }
  header.open #desktop-sub-menu {
    display: none;
  }
}

.logo {
  min-width: 185px;
  min-height: 17px;
  width: 185px;
  height: 17px;
  background-image: url("../img/svg/logos/madeinadd.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: unset;
  transform: unset;
}

header ul {
  display: flex;
  align-items: center;
}

header ul#navigation-center {
  gap: 2rem;
}

header ul#navigation-right {
  gap: 1rem;
}
@media screen and (max-width: 744px) {
  header ul#navigation-right {
    display: none;
  }
}

header ul li {
  list-style: none;
  white-space: nowrap;
  margin: 0;
}

header .icon {
  cursor: pointer;
}

header #mobile-hamburger {
  display: none;
}
@media screen and (max-width: 744px) {
  header #mobile-hamburger {
    display: block;
  }
}

@media screen and (min-width: 1361px) {
  header #tablet-hamburger {
    display: none;
  }
}

ul#navigation-center a:hover,
#desktop-sub-menu a:not(.button):hover,
#mobile-menu a:not(.button):hover,
#desktop-lang-open a:hover,
#mobile-lang-open a:hover {
  font-weight: 700;
  cursor: pointer;
  color: #0F1929;
}

ul#navigation-center a::after,
#desktop-sub-menu a:not(.button)::after,
#mobile-menu a:not(.button)::after,
#desktop-lang-open a::after,
#mobile-lang-open a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

@media screen and (max-width: 1360px) {
  header #navigation-center {
    display: none;
  }
}

@media screen and (min-width: 1361px) {
  header #desktop-menu-show {
    display: none !important;
  }
}

/* Menu desktop */
header #desktop-menu {
  z-index: 600;
  border-bottom: 1px solid #F8FDFF;
  backdrop-filter: blur(10px);
  background: rgba(243, 248, 250, 0.98);
  border-bottom: 1px solid #F8FDFF;
  box-shadow: 0px 10px 4px rgba(0, 68, 95, 0.01), 0px 6px 3px rgba(0, 68, 95, 0.03), 0px 3px 3px rgba(0, 68, 95, 0.04), 0px 1px 1px rgba(0, 68, 95, 0.05), 0px 0px 0px rgba(0, 68, 95, 0.05);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3.5rem;
  max-height: 3.5rem;
}
@media screen and (min-width: 744px) {
  header #desktop-menu {
    height: 5.75rem;
    max-height: 5.75rem;
  }
}
@media screen and (min-width: 992px) {
  header #desktop-menu {
    padding-left: 6rem;
    padding-right: 6rem;
    height: 5.75rem;
    max-height: 5.75rem;
  }
}

header #desktop-menu ul li,
header #desktop-menu a:not(.button),
header #desktop-sub-menu a:not(.button),
header #desktop-sub-lang a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #304355;
  cursor: pointer;
}

header #desktop-menu a.button,
header #desktop-sub-menu a.button,
header #mobile-menu a.button {
  display: block;
  text-transform: none;
  height: 2.75rem;
  max-height: 2.75rem;
  line-height: 2.75rem;
}

header #desktop-menu a.user-icon,
header #mobile-menu a.user-icon {
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #007367 !important;
}

/* Sub-menu Desktop */
header #desktop-sub-menu,
header #desktop-sub-lang {
  display: none;
  position: absolute;
  top: 5.75rem;
  left: 0;
  right: 0;
  background: rgba(243, 248, 250, 0.95);
  text-transform: uppercase;
  border-top: 1px solid #A6C3D0;
  box-shadow: 0px 151px 60px rgba(66, 85, 99, 0.01), 0px 85px 51px rgba(66, 85, 99, 0.05), 0px 38px 38px rgba(66, 85, 99, 0.09), 0px 9px 21px rgba(66, 85, 99, 0.1), 0px 0px 0px rgba(66, 85, 99, 0.1);
  padding: 1rem 6rem;
}
@media screen and (max-width: 870px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1361px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  header #desktop-sub-menu,
  header #desktop-sub-lang {
    display: none;
  }
}

header #desktop-sub-menu::before,
header #desktop-sub-menu::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 100%;
  margin-left: -11px;
  right: 5.85rem;
}

@media screen and (max-width: 992px) {
  header #desktop-sub-menu::before,
  header #desktop-sub-menu::after {
    right: 1.25rem;
  }
}

header #desktop-sub-menu::before {
  border-bottom: 20px solid #A6C3D0;
}

header #desktop-sub-menu::after {
  border-bottom: 20px solid rgba(243, 248, 250, 0.95);
  margin-bottom: -1px;
  z-index: 1;
}

/* Menu mobile */
#mobile-menu {
  display: none;
  background: #F3F8FA;
  z-index: 500;
  height: 100%;
}
@media screen and (min-width: 870px) {
  #mobile-menu {
    display: none !important;
  }
}

#mobile-menu > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: calc(100% - 5rem);
  overflow-x: scroll;
}

#mobile-menu a {
  color: #304355;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#mobile-menu .nav a {
  padding: 1rem 2rem;
}

#mobile-menu .nav a:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

#desktop-menu .language-menu {
  position: absolute;
  top: 6.5rem;
  right: 0;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 4px 4px rgba(80, 102, 120, 0.05);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  #desktop-menu .language-menu {
    right: 26rem;
  }
}

#desktop-menu a:hover:not(.button),
#mobile-menu a:hover:not(.button) {
  font-weight: 700;
  color: #0F1929;
  cursor: pointer;
}

#desktop-menu .language-menu > a {
  padding: 0.5rem;
  margin: 0 1rem;
  cursor: pointer;
}

#desktop-menu .language-menu > a:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

.header-lang {
  border-radius: 4px;
  border: 1px solid #D9DDE0;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

footer {
  background-color: #304355 !important;
  color: #fff;
  padding: 4rem 6rem;
}
@media screen and (max-width: 576px) {
  footer {
    padding: 3rem 1rem;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-elements {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 2rem;
  }
}

footer .border {
  border-bottom: 1px solid #7992A1;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  footer .border {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

footer a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #F8FDFF;
}

footer a:hover {
  opacity: 0.8;
}

footer h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #55D5B0 !important;
}

footer h6.small {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #55D5B0 !important;
}

footer input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #304355;
  /* Not removed via appearance */
  margin: 0;
  color: #55D5B0;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 1px solid #F8FDFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer input[type=checkbox] + label {
  cursor: pointer;
}

footer input[type=checkbox]::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #55D5B0;
}

footer input[type=checkbox]:checked::before {
  transform: scale(1);
}

.v-t-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 744px) {
  .v-t-box {
    margin-top: 12rem;
  }
}

.v-t__circle {
  position: relative;
  height: 3.5rem;
  min-width: 3.5rem;
  width: 3.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5rem;
  border-radius: 100%;
  background: #CFE7EF;
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  transition: all 0.25s ease-in;
  z-index: 3;
}
@media screen and (max-width: 744px) {
  .v-t__circle {
    display: none;
  }
}
.v-t__circle--small {
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
}
.v-t__circle--start {
  margin: 3rem 1.5rem;
}
.v-t__circle--end {
  margin: 0 1.5rem;
}

.v-t__line {
  max-height: calc(100% - 3rem);
  left: calc(1.75rem - 1px);
  position: absolute;
  width: 2px;
  background: #007367;
  z-index: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 744px) {
  .v-t__line {
    display: none;
  }
}

.v-t__line-inactive {
  height: calc(100% - 3rem);
  position: absolute;
  width: 2px;
  left: calc(1.75rem - 1px);
  background: #CFE7EF;
  z-index: 1;
  margin-top: 3rem;
}
@media screen and (max-width: 744px) {
  .v-t__line-inactive {
    display: none;
  }
}

.v-t-box .active {
  box-shadow: 0px 10px 4px rgba(85, 213, 176, 0.01), 0px 6px 3px rgba(85, 213, 176, 0.05), 0px 3px 3px rgba(85, 213, 176, 0.09), 0px 1px 1px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
  background: #007367;
}

.v-t .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 2rem;
  height: 100vh;
  padding-bottom: 5rem;
}
@media screen and (max-width: 744px) {
  .v-t .row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
    margin-top: unset;
    height: unset;
    padding: 0;
  }
}

.v-t .row .row_content {
  display: flex;
  gap: 2rem;
  position: sticky;
  top: 20rem;
  z-index: 3;
}

@media screen and (max-width: 744px) {
  .v-t .row:last-child {
    margin-top: unset;
    height: unset;
  }
}

.v-t {
  display: flex;
  width: 100%;
}

.v-t .content {
  display: flex;
  flex: calc(50% + 1.75rem);
  flex-direction: column;
  gap: 2rem;
  position: relative;
  margin-top: 10rem;
}

.v-t .content .overlay .overlay__sticky {
  content: "";
  pointer-events: none;
}
@media screen and (min-width: 744px) {
  .v-t .content .overlay .overlay__sticky {
    background: linear-gradient(180deg, rgb(243, 248, 250) 0%, rgba(255, 255, 255, 0) 100%);
    position: sticky;
    width: 100%;
    height: 20rem;
    top: 0;
    z-index: 4;
  }
}

.v-t .content .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20rem;
}
@media screen and (max-width: 744px) {
  .v-t .content .overlay {
    top: 0rem;
  }
}

.v-t .row .v-t__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: calc(100% - 3.5rem);
  max-width: 22rem;
}
.v-t .row .v-t__text > h6 {
  font-weight: 400;
}

@media screen and (min-width: 744px) {
  .v-t .row .v-t__text h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .v-t .row .v-t__text h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 870px) {
  .v-t .row .v-t__text h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .v-t .row .v-t__text h6 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 744px) {
  .v-t .row .v-t__text {
    align-items: center;
  }
  .v-t .row .v-t__text > h6, .v-t .row .v-t__text > h4, .v-t .row .v-t__text > p {
    text-align: center;
  }
}

.v-t .row:last-child .v-t__text {
  margin-bottom: 10rem;
}

.v-t__image {
  display: none;
}
@media screen and (max-width: 744px) {
  .v-t__image {
    display: block;
    mix-blend-mode: darken;
    max-height: 20rem;
    object-fit: contain;
  }
}

.v-t__sticky-image {
  display: block;
  flex: calc(75% - 1.75rem);
  background-image: url("../img/vertical-timeline/timeline-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: darken;
  height: 25rem;
}
@media screen and (max-width: 744px) {
  .v-t__sticky-image {
    display: none;
  }
}

.v-t__animation {
  flex: 80%;
  margin-top: -10rem;
}
@media screen and (max-width: 744px) {
  .v-t__animation {
    display: none;
  }
}

.v-t__animation #v-t__animation-container-sticky {
  width: 100%;
  padding-top: 100%;
  position: sticky;
  top: 10rem;
}

.v-t__animation #v-t__animation-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.v-t__text--sticky {
  position: sticky;
  top: 20rem;
}

.card {
  min-height: 322px;
  min-width: 230px;
  border: 1px solid #A6C3D0;
  background-color: #F3F8FA;
  border-radius: 8px;
  padding: 1.5rem;
  grid-column: span 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}
.card--wo-border {
  border: none;
}

.card:hover {
  background: linear-gradient(rgba(0, 115, 103, 0.85) 100%, rgba(0, 115, 103, 0.85) 100%), url("../img/prototipi/Processo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 142px 57px rgba(85, 213, 176, 0.01), 0px 80px 48px rgba(85, 213, 176, 0.05), 0px 35px 35px rgba(85, 213, 176, 0.09), 0px 9px 19px rgba(85, 213, 176, 0.1), 0px 0px 0px rgba(85, 213, 176, 0.1);
  border-radius: 8px;
}

.card--wo-border:hover {
  background: none;
  box-shadow: none;
  border-radius: none;
}

.card:hover h6,
.card:hover p {
  color: #fff;
}

.card img {
  width: 80px;
  height: 80px;
}

.card:hover .icon {
  filter: brightness(0) saturate(100%) brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
}
.cards--wo-border {
  grid-gap: 2rem;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1361px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
}

.cards-title {
  grid-column: span 2;
  border: none;
  padding-right: 1rem;
}

.outlined-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
}

.outlined-card > div {
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.outlined-card h6 {
  border-bottom: 1px solid #D9DDE0;
  text-align: center;
  padding: 1rem;
}

.outlined-card img {
  display: block;
  max-width: 200px;
  object-fit: contain;
  margin: auto;
  padding: 1rem;
}

.outlined-card .see-more {
  display: none;
  width: 100%;
}

.outlined-card .outlined-card__content:hover > img {
  display: none;
}

.outlined-card .outlined-card__content:hover > .see-more {
  display: block;
}

.outlined-card .see-more > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.outlined-card__content {
  width: 100%;
  height: 18rem;
  cursor: pointer;
  display: flex;
}

@media screen and (max-width: 1360px) {
  .pcs {
    display: none;
  }
}

#scroll-element {
  overflow: auto;
  display: flex;
}
#scroll-element > div {
  flex: 0 0 98%;
  margin: 0 1rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#scroll-element::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroll-element {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.pc-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(1, 1fr 3fr);
}

.pc {
  min-width: 230px;
  border-radius: 8px;
  background-color: #F3F8FA;
  padding: 1rem;
}

.pc--basic {
  border: 2px solid #304355;
}

.pc--evo {
  border-radius: 8px;
  background-color: #F3F8FA;
  border: 2px solid #007367;
}

.pc-basic-container {
  height: 100%;
}

.pc h6,
.pc p {
  color: #304355;
}

.pc--evo h6 {
  color: #007367;
}

.pc .apex {
  color: #9EACB7;
}

.pc img {
  object-fit: contain;
  height: 250px;
}

.card-number {
  color: #B3BBC1;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
}

.card-number .current-card {
  color: #0F1929;
  font-size: 2rem;
  line-height: 2.75rem;
  font-weight: 600;
}

.sections {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5.75rem;
}
@media screen and (max-width: 744px) {
  .sections {
    margin-top: 3.5rem;
  }
}

.section {
  min-height: 20rem;
  align-items: center;
  background-color: #F3F8FA;
}
.section--light-wave {
  background-image: url("../img/svg/sections/section-light-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section--light-wave--flipped {
  background-image: url("../img/svg/sections/section-light-wave-flipped.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section--white {
  padding-top: 10rem;
  background-image: url("../img/svg/sections/section-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section--white-wave {
  background-image: url("../img/svg/sections/section-white-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.section--white-top-wave {
  background-image: url("../img/svg/sections/section-white-top-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section--white-bottom-wave {
  background-image: url("../img/svg/sections/section-white-bottom-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section--white-wave-rotated {
  background-image: url("../img/svg/sections/section-white-wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.section--light-bottom-wave {
  background-image: url("../img/svg/sections/section-light-bottom-wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.section--hero-materiali-e-tecnologia {
  background-image: url("../img/hero/Hero_tecnologia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1400px) {
  .section--hero-materiali-e-tecnologia {
    background-image: url("../img/hero/Hero_tecnologia_big.png");
  }
}
@media screen and (max-width: 576px) {
  .section--hero-materiali-e-tecnologia {
    background-image: none;
  }
}
.section--hero-prototipi {
  background-image: url("../img/hero/Hero_prototipi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1400px) {
  .section--hero-prototipi {
    background-image: url("../img/hero/Hero_prototipi_big.png");
  }
}
@media screen and (max-width: 576px) {
  .section--hero-prototipi {
    background-image: none;
  }
}
.section--hero-ridisegna {
  background-image: url("../img/hero/Hero_ridisegna.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1400px) {
  .section--hero-ridisegna {
    background-image: url("../img/hero/Hero_ridisegna_big.png");
  }
}
@media screen and (max-width: 576px) {
  .section--hero-ridisegna {
    background-image: none;
  }
}
.section--hero-aboutus {
  background-image: url("../img/hero/Hero_aboutus.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1400px) {
  .section--hero-aboutus {
    background-image: url("../img/hero/Hero_aboutus_big.png");
  }
}
@media screen and (max-width: 576px) {
  .section--hero-aboutus {
    background-image: none;
  }
}
.section--hero-default {
  background-image: url("../img/hero/Hero_default.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  .section--hero-default {
    background-image: none;
  }
}
.section--hero-trasforma {
  background-image: url("../img/hero/Hero_trasforma.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 1400px) {
  .section--hero-trasforma {
    background-image: url("../img/hero/Hero_trasforma_big.png");
  }
}
@media screen and (max-width: 576px) {
  .section--hero-trasforma {
    background-image: none;
  }
}

.section-hero-img {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-hero-img {
    display: block;
    position: relative;
    top: -1.5rem;
    left: -1.5rem;
    width: calc(100% + 3rem);
  }
}

@media screen and (max-width: 992px) {
  .section #hero {
    flex-direction: column-reverse;
  }
}
.section #hero * > model-viewer {
  min-height: 20rem;
}

.section__header,
.section__footer {
  width: 100%;
  overflow: hidden;
}
.section__header > img,
.section__footer > img {
  width: 100%;
  height: auto;
  display: block;
}

.section__header {
  margin-bottom: -2px;
}

.section__footer {
  margin-top: -2px;
}

.section__content {
  padding: 6rem;
}
@media screen and (max-width: 870px) {
  .section__content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .section__content {
    flex-direction: column;
    padding: 1.5rem;
  }
}

.section--dark-blue .section__content {
  background-color: #0F1929;
}

.section--dark .section__content {
  background-color: #304355;
}
.section--dark .section__content.bg-gradient {
  background-image: linear-gradient(180deg, #425563 0%, #304355 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.section--dark .section__content.bg-wave {
  background-image: url("../img/svg/sections/section-dark-wave.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 5.5rem;
}

.section--dark h3,
.section--dark h5,
.section--dark h6,
.section--dark p,
.section--dark-blue h3,
.section--dark-blue h5,
.section--dark-blue p {
  color: #F3F8FA;
}

.fs-img-container {
  width: 50%;
  height: 200px;
  overflow: hidden;
}

.fs-img-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.vector-bg-multiple-imgs {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .vector-bg-multiple-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.vector-bg-multiple-imgs div {
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .vector-bg-multiple-imgs div {
    width: 390px;
    height: 50%;
    overflow: hidden;
    position: absolute;
  }
  .vector-bg-multiple-imgs div:first-child {
    top: 0;
    right: 0;
  }
  .vector-bg-multiple-imgs div:last-child {
    bottom: 0;
    left: 0;
  }
}

.vector-bg-multiple-imgs div img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .vector-bg-multiple-imgs div img {
    max-width: 100%;
    height: auto;
  }
}

.animation-box {
  margin-top: 5rem;
  height: 2rem;
}

.grid-3-2 {
  width: 100%;
  row-gap: 1rem;
}
.grid-3-2 > div {
  flex-grow: 1;
  width: 48%;
}
@media screen and (min-width: 1361px) {
  .grid-3-2 > div {
    width: 32%;
  }
}
@media screen and (max-width: 870px) {
  .grid-3-2 > div {
    width: 100%;
  }
}

.form-item {
  width: 100%;
  padding: 1.5rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-item--lg-p {
  padding: 3rem 6rem;
}
@media screen and (max-width: 870px) {
  .form-item--lg-p {
    padding: 1.5rem;
  }
}
.form-item--p4 {
  padding: 4rem;
}
@media screen and (max-width: 870px) {
  .form-item--p4 {
    padding: 1.5rem;
  }
}

.form-item-bg {
  background-image: url("../img/funnel/form-item-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 870px) {
  .form-item .border-left {
    border-left: none;
  }
}

@media screen and (max-width: 870px) {
  .form-item .pl-1 {
    padding-left: 0;
  }
}

.tabs {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.tab {
  padding: 0.5rem 1rem;
  background: #ECEEEF;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #D9DDE0;
  border-radius: 8px 8px 0px 0px;
  color: #B3BBC1;
  flex: 1;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.tab-active {
  background-color: #FAFCFC;
  color: #007367;
}

.vector-1 {
  background-image: url("../img/svg/vector-bg-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 20rem;
}

.vector-2-img {
  background-image: url("../img/svg/vector-bg-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.vector-2 {
  background-image: url("../img/object-2.png"), url("../img/svg/vector-bg-03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.grid-table {
  display: flex;
  flex-direction: column;
}
.grid-table > div:not(:first-child) {
  border-top: none;
}
@media screen and (min-width: 992px) {
  .grid-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .grid-table > div:nth-child(2n+0) {
    border-left: none;
  }
  .grid-table > div:not(:first-child) {
    border-top: 1px solid #D9DDE0;
  }
  .grid-table > div:not(:nth-child(-n+2)) {
    border-top: none;
  }
}
@media screen and (min-width: 1361px) {
  .grid-table {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-table > div:not(:first-child) {
    border: 1px solid #D9DDE0;
  }
  .grid-table > div:nth-child(3n), .grid-table > div:nth-child(3n-1) {
    border-left: none;
  }
  .grid-table > div:not(:nth-child(-n+3)) {
    border-top: none;
  }
}
.grid-table > div:first-child {
  border-left: 1px solid #D9DDE0;
}

.grid-table > div {
  border: 1px solid #D9DDE0;
}

.grid-table .grid-th,
.grid-table .grid-td {
  padding: 1rem 1.5rem;
}

.grid-table .grid-th {
  background-color: #F3F8FA;
  border-bottom: 1px solid #D9DDE0;
}

.grid-table .grid-th label {
  white-space: nowrap;
  font-weight: 600!important;
}

@media screen and (max-width: 576px) {
  .grid-table label {
    width: 10rem;
    display: inline-block;
    overflow-wrap: break-word;
  }
}

/** 3 Columns Grid **/
.grid-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 870px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

/** 4 Columns Grid **/
.grid-4 {
  display: flex;
  flex-direction: column;
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
}

.grid-4 > div:not(:last-child) {
  border-bottom: 1px solid #D9DDE0;
}

.grid-item {
  padding: 1rem;
  text-align: left;
}

.grid-4 > div > .grid-item:first-child {
  display: flex;
  align-items: center;
  width: 10rem;
}

.grid-4 img {
  height: 174px;
  max-height: 174px;
  object-fit: contain;
}

.grid-4 > div > .grid-item:not(:first-child) {
  border-left: 1px solid #D9DDE0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.grid-4 > div > .grid-item--left {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

#final-quality-check-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 870px) {
  #final-quality-check-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #final-quality-check-options {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

.funnel-layout {
  width: 100%;
  max-width: 78.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .funnel-layout {
    margin: 0;
  }
}

.funnel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 8rem 6rem;
}

@media screen and (max-width: 991px) {
  .funnel {
    padding: 8rem 1.5rem;
  }
}

@media screen and (max-width: 870px) {
  .funnel {
    padding: 5rem 1.5rem;
  }
}

.banner-upload {
  background-image: url("../img/funnel/banner-upload.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 4rem 6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .banner-upload {
    margin-top: 0;
  }
}
@media screen and (max-width: 870px) {
  .banner-upload {
    padding: 2rem;
  }
}

.funnel .span {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02em;
  color: #304355;
}
.funnel .span--primary {
  color: #007367;
}
.funnel .span--link {
  color: #6BB4F6;
}

.funnel .span--icon__info::before {
  content: url("../img/svg/generic/info.svg");
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
}

.funnel .span--icon__alert::before {
  content: url("../img/svg/generic/error.svg");
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
}

.sticky {
  position: sticky;
  top: 6rem;
  align-self: flex-start;
  width: 100%;
}

.funnel .sub-header {
  display: flex;
  justify-content: space-between;
  background-color: #F3F8FA;
  padding: 0.5rem 1rem;
}

.funnel .sub-controller {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 0.5rem;
}

.funnel .add-controller {
  background-image: url("../img/svg/generic/add.svg");
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.625rem;
}

.funnel .payment-method-card-imgs > img {
  height: 2rem;
  width: auto;
}

.funnel-cols {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 870px) {
  .funnel-cols {
    flex-direction: column;
    /*flex-direction: column-reverse;*/
  }
  .funnel-cols > div:first-child, .funnel-cols > div:last-child {
    flex: 1;
  }
}
.funnel-cols > .funnel-col:last-child {
  min-width: 23.5rem;
  width: 23.5rem;
}
@media screen and (max-width: 576px) {
  .funnel-cols > .funnel-col:last-child {
    min-width: unset;
  }
}

.funnel-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 870px) {
  .funnel-col {
    width: 100% !important;
  }
}

.upload-img {
  position: relative;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .upload-img {
    display: none;
  }
}

.upload-img img {
  position: absolute;
  top: 0;
  right: 0;
  top: -10rem;
  right: -10rem;
  height: 270px;
}

.funnel .payment {
  background-color: #ECEEEF;
  padding: 1.5rem 1rem;
  cursor: pointer;
}
.funnel .payment--active {
  background-color: #FAFCFC;
}

.funnel .payment input {
  cursor: pointer;
}

.funnel .payments > div:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.funnel .payments > div:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: none;
}

.funnel .payment:not(.payment--active) {
  border-bottom: 1px solid #D9DDE0;
}

.funnel .payments .payment--active {
  border: 1px solid #008C7C !important;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.our-proposal {
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .our-proposal {
    gap: 1rem;
  }
}

.our-proposal > div {
  min-height: 10.625rem;
  text-align: center;
  min-width: 9rem;
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
}
.our-proposal > div > p {
  max-width: 5rem;
}
@media screen and (max-width: 576px) {
  .our-proposal > div {
    width: 100%;
  }
}

/** Loading animation **/
.reverse-direction .loading {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
}

.loading div {
  background: #F3F8FA;
  position: absolute;
}

.funnel-cards__loading-container {
  height: 20rem;
  width: 100%;
  position: relative;
}

.funnel-cards__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 20rem;
  height: 20rem;
  position: relative;
}

.funnel-cards__loading-container .shape-1 {
  top: 0;
  left: 80%;
  height: 20.5rem;
  width: 1rem;
}
.funnel-cards__loading-container .shape-2 {
  top: 0;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}
.funnel-cards__loading-container .shape-3 {
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-4 {
  top: 2.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-5 {
  top: 4rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-6 {
  top: 0rem;
  left: 65%;
  height: 20rem;
  width: 1rem;
}
.funnel-cards__loading-container .shape-7 {
  top: 5.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-8 {
  top: 4.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}
.funnel-cards__loading-container .shape-9 {
  top: 8.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}
.funnel-cards__loading-container .shape-10 {
  top: 9rem;
  left: 0;
  height: 2rem;
  width: 100%;
}
.funnel-cards__loading-container .shape-11 {
  top: 11rem;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}
.funnel-cards__loading-container .shape-12 {
  top: 12rem;
  left: 0;
  height: 1rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-13 {
  top: 13.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-14 {
  top: 15rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-15 {
  top: 16.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}
.funnel-cards__loading-container .shape-16 {
  top: 15.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}
.funnel-cards__loading-container .shape-17 {
  top: 19.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}
.funnel-cards__loading-container .shape-18 {
  top: 20rem;
  left: 0;
  height: 2rem;
  width: 100%;
}

.funnel-cards-optimized__loading-container {
  height: 9rem;
  width: 100%;
  position: relative;
}

.funnel-cards-optimized__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 9rem;
  height: 9rem;
  position: relative;
}

.funnel-cards-optimized__loading-container .shape-1 {
  top: 0;
  left: 80%;
  height: 9rem;
  width: 1rem;
}
.funnel-cards-optimized__loading-container .shape-2 {
  top: 0;
  right: calc(30% - 1rem);
  height: 1rem;
  width: 40%;
}
.funnel-cards-optimized__loading-container .shape-3 {
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 80%;
}
.funnel-cards-optimized__loading-container .shape-4 {
  top: 2.75rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards-optimized__loading-container .shape-5 {
  top: 4rem;
  left: 0;
  height: 0.5rem;
  width: 80%;
}
.funnel-cards-optimized__loading-container .shape-6 {
  top: 0rem;
  left: 65%;
  height: 9rem;
  width: 1rem;
}
.funnel-cards-optimized__loading-container .shape-7 {
  top: 5.25rem;
  left: 0;
  height: 3rem;
  width: 80%;
}
.funnel-cards-optimized__loading-container .shape-8 {
  top: 4.25rem;
  left: 45%;
  height: 1rem;
  width: 35%;
}
.funnel-cards-optimized__loading-container .shape-9 {
  top: 8.25rem;
  left: 15%;
  height: 0.75rem;
  width: 60%;
}

.best-solution__loading-container {
  height: 30rem;
  width: 100%;
  position: relative;
}

.best-solution__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 30rem;
  height: 30rem;
  position: relative;
}

.best-solution__loading-container .shape-1 {
  top: 1.5rem;
  left: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-2 {
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 20%;
}
.best-solution__loading-container .shape-3 {
  top: calc(2.5rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-4 {
  top: 4.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}
.best-solution__loading-container .shape-5 {
  top: 7.5rem;
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-6 {
  top: 3.5rem;
  left: calc(50% - 0.5rem);
  height: 4rem;
  width: 1rem;
}
.best-solution__loading-container .shape-7 {
  top: calc(8.5rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-8 {
  top: 10.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}
.best-solution__loading-container .shape-9 {
  top: 11.25rem;
  left: calc(35% - 0.5rem);
  height: 7.75rem;
  width: 1rem;
}
.best-solution__loading-container .shape-10 {
  top: 13rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}
.best-solution__loading-container .shape-11 {
  top: 12rem;
  left: 0;
  height: 3rem;
  width: calc(35% - 0.5rem);
}
.best-solution__loading-container .shape-12 {
  top: 14.5rem;
  right: 0;
  height: 0.75rem;
  width: 100%;
}
.best-solution__loading-container .shape-13 {
  top: 16rem;
  left: 0;
  height: 3rem;
  width: calc(35% - 0.5rem);
}
.best-solution__loading-container .shape-14 {
  top: 18rem;
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-15 {
  top: calc(19rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-16 {
  top: 21rem;
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-17 {
  top: 20rem;
  right: 30%;
  height: 1rem;
  width: 30%;
}
.best-solution__loading-container .shape-18 {
  top: 23rem;
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-19 {
  top: 22rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}
.best-solution__loading-container .shape-20 {
  top: 25rem;
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-21 {
  top: 24rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}
.best-solution__loading-container .shape-22 {
  top: calc(26rem + 1px);
  right: 0;
  height: 1rem;
  width: 100%;
}
.best-solution__loading-container .shape-23 {
  top: 27rem;
  right: 20%;
  height: 1rem;
  width: 45%;
}
.best-solution__loading-container .shape-24 {
  top: 28rem;
  right: 0;
  height: 2rem;
  width: 100%;
}

.notes__loading-container {
  height: 15rem;
  width: 100%;
  position: relative;
}

.notes__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 20rem;
  height: 20rem;
  position: relative;
}

.notes__loading-container .shape-1 {
  top: 1.5rem;
  left: 0;
  height: 1rem;
  width: 80%;
}
.notes__loading-container .shape-2 {
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 20%;
}
.notes__loading-container .shape-3 {
  top: 3.25rem;
  left: 0;
  height: 0.75rem;
  width: 100%;
}
.notes__loading-container .shape-4 {
  top: 4.75rem;
  left: 0;
  height: 0.75rem;
  width: 100%;
}
.notes__loading-container .shape-5 {
  top: 6.25rem;
  left: 0;
  height: 0.75rem;
  width: 90%;
}
.notes__loading-container .shape-6 {
  top: 7.75rem;
  left: 0;
  height: 10rem;
  width: 100%;
}
.notes__loading-container .shape-7 {
  top: 7rem;
  right: 0;
  height: 1.5rem;
  width: 35%;
}
.notes__loading-container .shape-8 {
  top: 5.5rem;
  right: 0;
  height: 1.5rem;
  width: 10%;
}
.notes__loading-container .shape-9 {
  top: 17.75rem;
  left: 0;
  height: 2.25rem;
  width: 78%;
}
.notes__loading-container .shape-10 {
  top: 17.75rem;
  right: 0;
  height: 2.25rem;
  width: 3%;
}

.our-proposal__loading-container {
  height: 10rem;
  padding-top: 5%;
  width: 100%;
  position: relative;
}

.our-proposal__loading-container .loading {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #ECEEEF;
  background-image: -webkit-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -webkit-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#ECEEEF), color-stop(0.2, #f5f5f5), color-stop(0.4, #e5e5e5), to(#ECEEEF));
  background-image: -moz-linear-gradient(left, #ECEEEF 0%, #f5f5f5 20%, #e5e5e5 40%, #ECEEEF 100%);
  background-repeat: no-repeat;
  background-size: 100% 10rem;
  height: 10rem;
  position: relative;
}

.our-proposal__loading-container .shape-1 {
  top: 0;
  left: calc(33% - 1.5rem);
  height: 10rem;
  width: 2.25rem;
}
.our-proposal__loading-container .shape-2 {
  top: 0;
  left: calc(66% - 0.5rem);
  height: 10rem;
  width: 2.25rem;
}
.our-proposal__loading-container .shape-3 {
  top: 5rem;
  left: 0;
  height: 1.25rem;
  width: 100%;
}
.our-proposal__loading-container .shape-4 {
  top: 7rem;
  left: 0;
  height: 0.5rem;
  width: 100%;
}
.our-proposal__loading-container .shape-5 {
  bottom: 0;
  left: 0;
  height: 1.75rem;
  width: 100%;
}

@-webkit-keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-moz-keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
#payment-section {
  display: none;
}
@media screen and (min-width: 870px) {
  #payment-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
#payment-section--mobile {
  display: none;
}
@media screen and (max-width: 870px) {
  #payment-section--mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.funnel #delivery-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #D9DDE0;
  border-radius: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 576px) {
  #upload-step-2 > div:first-child,
  #upload-step-3 > div:first-child,
  #upload-step-4 > div:first-child {
    border-bottom: 1px solid #B3BBC1;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 576px) {
  #upload-step-3 select,
  #upload-step-4 select {
    min-width: unset;
  }
}

.funnel-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.funnel-card {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.funnel-card:not(.custom),
.funnel-card:not(.custom) input {
  cursor: pointer;
}

.funnel-card p.p-custom {
  padding: 0.5rem 2rem 1rem 0;
}

.funnel-card-wave {
  background-image: url("../img/funnel/funnel-card.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.product-img {
  background: #FCFEFF;
  border: 0.5px solid #B3BBC1;
  border-radius: 0.25rem;
  height: auto;
  max-height: 150px;
  padding: 0.5rem;
}
.product-img > img {
  width: 114px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .product-img {
    display: none;
  }
}

.funnel-card.custom .product-img {
  background: #3C5061;
}

.funnel-card--active {
  border: 1px solid #007367;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
}

.funnel-card.custom {
  border: 1px solid #304355;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  background-image: url("../img/funnel/funnel-card-custom.svg"), linear-gradient(274.39deg, #304355 0%, #0F1929 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.funnel-card.custom h6,
.funnel-card.custom p {
  color: #fff;
}

.progress-bar {
  position: relative;
}

.progress-bar__line {
  position: absolute;
  width: 50%;
  height: 1px;
  top: 50%;
  z-index: 0;
  float: left;
}
.progress-bar__line--completed {
  border-bottom: 2px solid #007367;
}
.progress-bar__line--next {
  border-bottom: 2px dashed #B3BBC1;
}
.progress-bar__line--1 {
  left: 0;
}
.progress-bar__line--2 {
  right: 0;
}

.progress-bar__steps {
  z-index: 3;
}

.progress-bar__steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.progress-bar__steps > .status {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 60px;
  font-weight: 600;
}
.progress-bar__steps > .status--completed {
  border: 1px solid #007367;
  background-color: #007367;
  color: #fff;
}
.progress-bar__steps > .status--ongoing {
  border: 1px solid #007367;
  background-color: #F3F8FA;
  color: #425563;
}
.progress-bar__steps > .status--next {
  border: 1px solid #D9DDE0;
  background-color: #F3F8FA;
  color: #B3BBC1;
}

.status span {
  margin-right: 1rem;
}

.status--completed .step {
  background-image: url("../img/svg/generic/completed.svg");
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}

.status--ongoing .step {
  width: 2rem;
  height: 2rem;
  border: 1px solid #007367;
  background-color: #007367;
  color: #F3F8FA;
  border-radius: 50%;
}

.status--next .step {
  width: 2rem;
  height: 2rem;
  border: 1px solid #D9DDE0;
  background-color: #F3F8FA;
  color: #B3BBC1;
  border-radius: 50%;
}

.status--ongoing .step-1::before,
.status--next .step-1::before {
  content: "1";
  line-height: 2rem;
  padding: 0 0.75rem;
}
.status--ongoing .step-2::before,
.status--next .step-2::before {
  content: "2";
  line-height: 2rem;
  padding: 0 0.75rem;
}
.status--ongoing .step-3::before,
.status--next .step-3::before {
  content: "3";
  line-height: 2rem;
  padding: 0 0.75rem;
}

@media screen and (max-width: 870px) {
  .progress-bar span {
    display: none;
  }
}

.profile-sidebar > div {
  border-bottom: 1px solid #D9DDE0;
}

.profile-sidebar > div > a {
  color: #B3BBC1;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 0.75rem 0;
  cursor: pointer;
}

.profile-sidebar > div > a:hover {
  filter: brightness(0) saturate(100%) invert(39%) sepia(4%) saturate(3386%) hue-rotate(165deg) brightness(91%) contrast(79%);
}

.profile-sidebar > div:last-child {
  border-bottom: none;
}

.profile-sidebar .active > a {
  filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(827%) hue-rotate(135deg) brightness(92%) contrast(101%);
}

* {
  box-sizing: border-box;
}

.slider-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slides-container {
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.slides-container::-webkit-scrollbar {
  display: none;
}

.slide {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 16px 16px rgba(151, 165, 176, 0.01), 0px 8px 16px rgba(151, 165, 176, 0.05), 0px 17px 17px rgba(151, 165, 176, 0.09), 0px 4px 10px rgba(151, 165, 176, 0.1), 0px 0px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  scroll-snap-align: start;
  flex-shrink: 0;
  width: calc(100% - 2rem);
  margin: 0 1rem 2rem 1rem;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .slide {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .slide {
    width: calc(33.3% - 2rem);
  }
}

.slide > div {
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9DDE0;
}

.slide .agency {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B3BBC1;
}

.slide .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #0F1929;
}

.slide .body {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #304355;
}

.certifications {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.certifications-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: flex-start;
}

.articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1024px) {
  .articles {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.article {
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
  flex: 1;
  cursor: pointer;
}

article > * {
  flex: 1;
}

.article div {
  padding: 1.5rem;
}

.article img {
  max-width: 12rem;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .article img {
    max-width: unset;
  }
}

.article p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  color: #304355 !important;
  font-weight: 400 !important;
}

.news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1024px) {
  .news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .news {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.news-item {
  background: #FDFEFF;
  border: 1px solid #F8FDFF;
  box-shadow: 0px 140px 56px rgba(121, 146, 161, 0.01), 0px 79px 47px rgba(121, 146, 161, 0.05), 0px 35px 35px rgba(121, 146, 161, 0.09), 0px 9px 19px rgba(121, 146, 161, 0.1), 0px 0px 0px rgba(121, 146, 161, 0.1);
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  cursor: pointer;
  position: relative;
}

.news-item div {
  padding: 1.5rem;
}

.news-item img {
  width: 100%;
  object-fit: cover;
}

.news-item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  letter-spacing: 0.02em;
  color: #304355;
}

.news-category {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: rgba(0, 115, 103, 0.8);
  box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.01), 0px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.correlate-search {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: #007367;
  box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.01), 0px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.09), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  padding: 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.correlate-search:hover {
  background: #004039;
  box-shadow: none;
}

.tech-details-table {
  background: linear-gradient(323.46deg, rgba(207, 231, 239, 0.5) -46.53%, rgba(250, 252, 252, 0.5) 50%);
  /* Greyscale 400 */
  border: 1px solid #D9DDE0;
  /* Widget shadow */
  box-shadow: 0px 2px 0px rgba(217, 221, 224, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 576px) {
  .tech-details-table {
    padding: 3rem;
  }
}

.tech-details-table .subtitle {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
  /* Greyscale 600 */
  color: #97A5B0;
}

.tech-details-table .grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 576px) {
  .tech-details-table .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 2rem;
  }
}

.drop-zone {
  border: 1px dashed #B3BBC1;
  border-radius: 4px;
  color: #B3BBC1;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  height: fit-content;
  background-color: #FCFEFF;
}

.drop-zone,
.drop-zone label {
  cursor: pointer;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

form#without-3d-model input {
  background: transparent;
  border: none;
  color: #0F1929;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 0;
}

form#without-3d-model {
  position: relative;
}
@media screen and (max-width: 576px) {
  form#without-3d-model > div:not(#form-actions-kebab-menu-open) {
    width: 100%;
  }
  form#without-3d-model > div:not(#form-actions-kebab-menu-open) > div {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  form#without-3d-model .form-actions {
    display: none;
  }
}

#form-actions-kebab-menu {
  display: none;
}
@media screen and (max-width: 576px) {
  #form-actions-kebab-menu {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

#form-actions-kebab-menu-open {
  display: none;
}

.search-image {
  width: 200px;
}

@media screen and (max-width: 576px) {
  #form-actions-kebab-menu-open {
    display: block;
    position: absolute;
    top: 3rem;
    right: 1rem;
    width: fit-content;
  }
  .search-image {
    width: 100%;
    height: 250px;
  }
}


.autocomplete-items-search {
  border: 1px solid #d9dde0;
  margin-top: -2px;
  border-radius: 4px;
  padding: 6px 0px;
  background: #fff;
  height: auto;
  position: absolute;
  z-index: 99;
}

.autocomplete-items-search > ul {
  line-height: 2;
}

.autocomplete-items-search > ul li {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin: 0px;
  padding: 1px 16px;
  font-weight: 400;
}

.autocomplete-items-search > ul li strong {
  font-weight: 700;
}

.autocomplete-items-search > ul li .history {
  width: 16px;
  height: 100%;
  margin-right: 7px;
}

.other-search-user ul li {
  display: inline-block; 
  list-style: none;
  margin-left: 0px;
}

.other-search-user ul li > a {
  position: unset;
}

.use-local-storage-search:hover {
  background: #F3F8FA;
}

/***** gennaio 2024: menu con menu a tendina *****/
header ul#navigation-center {
  gap: 4rem;
}

header ul#navigation-right {
  background: rgba(243, 248, 250, 1);
}

header #desktop-sub-menu .list-menu a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #304355;
  cursor: pointer;
}

header #desktop-sub-menu,
header #desktop-sub-lang {
  background: rgba(243, 248, 250, 1);
}

header #desktop-sub-menu::after {
  border-bottom: 20px solid rgba(243, 248, 250, 1);
}

.list-menu {
  height: 25px;
}

.dropdown-content-menu {
  display: none;
  position: absolute;
  background: rgba(243, 248, 250, 1);
  min-width: 200px;
  margin-left: -1rem;
  box-shadow: 0px 151px 60px rgba(66, 85, 99, 0.01), 
  0px 85px 51px rgba(66, 85, 99, 0.05), 
  0px 38px 38px rgba(66, 85, 99, 0.09), 
  /*0px 9px 21px rgba(66, 85, 99, 0.1),*/
  0px 0px 0px rgba(66, 85, 99, 0.1);
  z-index: 1;
  padding: 1rem;
}

.servizi-menu-link:hover .dropdown-content-menu,
.servizi-menu-link:active .dropdown-content-menu {
  display: block!important;
}

.div-bar-ricerca {
  display: flex;
}

.input-icons-end {
  width: 100%;
  position: relative;
}

.input-icons-end .icon {
  position: absolute;
  margin-right: 10px;
  display: flex;
  align-items: center;
  height: 100%!important;
  right: 0;
}

.input-icons-end input {
  width: 100%;
  padding-right: 38px;
  text-align: start;
  position: absolute;
}

@media screen and (max-width: 576px) {
  .div-bar-ricerca {
    display: block;
  }

  .input-icons-end input {
    position: relative;
    margin-bottom: 0.75rem;
  }

  .autocomplete-items-search {
    margin-top: -60px;
  }
}

/************ START CARRELLO V1 ************/
.chevron-down {
  background-image: url("../img/svg/generic/chevron-down.svg");
}

.print-icon {
  background-image: url("../img/svg/generic/print-icon.svg");
}

.design-print-icon {
  background-image: url("../img/svg/generic/design-print-icon.svg");
}

.input-icons-start {
  width: 100%;
  position: relative;
}

.input-icons-start .icon {
  position: absolute;
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 100%!important;
}

.input-icons-start input {
  width: 100%;
  padding-left: 38px;
  text-align: start;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.chevron-right {
  background-image: url("../img/svg/generic/chevron-right.svg");
}

.chevron-left {
  background-image: url("../img/svg/generic/chevron-right.svg");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*.form-item-carrello:not(.second) {
  width: 49%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin-left: 0%;
  margin-right: 1%;
  margin-top: 0%;
}

.form-item-carrello:not(.first) {
  width: 49%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  margin-left: 1%;
  margin-right: 0%;
  margin-top: 0%;
}*/

.form-item-carrello {
  width: 100%;
  padding: 1rem;
  background: #FAFCFC;
  border: 1px solid #D9DDE0;
  box-shadow: 0px 2px 0px rgba(151, 165, 176, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}

.form-item-carrello > div {
  display: flex;
}

.text-form-item-carrello {
  width: 80%; 
  float: left;
}

.icon-form-item-carrello {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: end;
  float: right;
}

.icon-form-item-carrello > .icon {
  border: 1px solid #97A5B0;
  border-radius: 50%;
  margin-top: 0px;
}


@media (min-width: 768px) and (max-width: 1129px) {
  .text-form-item-carrello {
    width: 70%; 
  }

  .icon-form-item-carrello {
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  /*.form-item-carrello:not(.second) {
    width: 100%;
    margin-bottom: 1%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .form-item-carrello:not(.first) {
    width: 100%;
    margin-top: 1%;
    margin-left: 0%;
    margin-right: 0%;
  }*/

  .form-item-carrello > div {
    display: block;
  }

  .text-form-item-carrello {
    width: 80%; 
    float: left;
  }

  .icon-form-item-carrello {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
  }
}
/************ END CARRELLO V1 ************/


/************ START SLIDER ************/


/* Slideshow container */
.slideshow-home-page-container {
  display: flex;
  height: calc(50vh - 92px);
  overflow: hidden;
  margin: 0px 6rem;
  max-height: 300px;
  min-height: 220px;
}

@media screen and (max-width: 870px) {
  .slideshow-home-page-container {
    margin: 0px 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .slideshow-home-page-container {
    flex-direction: column;
    margin: 0px 1.5rem;
  }
}

.div-slide-home-page {
  display: flex;
  max-height: 100%;
}

/* bottoni next & previous */
.slideshow-home-page-container .prev, 
.slideshow-home-page-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px 20px 20px 10px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 50px 50px 0;
  user-select: none;
  background-color: rgba(0,115,103,0.8);
  z-index: 2;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* posizione del bottone next */
.slideshow-home-page-container .next {
  right: 0;
  border-radius: 50px 0 0 50px;
  padding: 20px 10px 20px 20px;
}

/* hover bottoni next & previous */
.slideshow-home-page-container .prev:hover, 
.slideshow-home-page-container .next:hover {
  background-color: rgba(0,115,103,0.8);
}

/* active bottoni next & previous */
.slideshow-home-page-container .prev:active, 
.slideshow-home-page-container .next:active,
.slideshow-home-page-container .prev:focus, 
.slideshow-home-page-container .next:focus {
  outline: none !important;
}

/* div con immagine */
.slide-home-page {
  height: 100%;
  min-height: 220px;
  position: relative;
  z-index: 1;
  /*padding: 20px 35px;*/
}

.div-text-slide {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  width: 50%;
}

.div-image-slide {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.div-image-slide .image {
  width: auto;
  height: calc(50vh - 92px);
  min-height: 220px;
  object-fit: cover;
}

.div-image-slide .image-mobile {
  display: none;
}

/* inizio title */
.slide-home-page .title {
  font-size: 2rem;
  padding: 0px 60px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  letter-spacing: -0.02rem;
  line-height: normal;
  font-weight: bold;
}

.slide-home-page .title-mobile {
  display: none;
}
/* fine title */

/* inizio description */
.slide-home-page .description {
  font-size: 1.15rem;
  padding: 0px 60px;
  margin: 8px 0px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}

.slide-home-page .description-mobile {
  display: none;
}
/* fine description */

/* inizio indicatori */
.dot-container {
  text-align: center;
  margin-top: -1.5%;
  z-index: 100;
  display: block;
  z-index: 2;
  position: relative;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffffcc;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #007367cc;
}

.slide-home-page .dot:hover {
  cursor: pointer;
}

.dot-active {
  background-color: #007367!important;
  border: 1px solid #ffffff!important;
}
/* fine indicatori */

.slide-home-page .div-empty-cta {
  height: 2.5rem;
}

/* inizio bottone cta */
.slide-home-page .div-button-cta {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0px 30px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  /*margin-top: 3rem;*/
}

.slide-home-page .div-button-cta .button-cta {
  min-width: 10rem;
  padding: 0px 20px;
  width: auto;
  height: 2.5rem;
  max-height: 2.5rem;
  line-height: 2.5rem;
}
/* fine bottone cta */

/* inizio animazione cambio slide */
.slideshow-home-page-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4;} 
  to {opacity: 1;}
}
/* fine animazione cambio slide */


@media only screen and (max-width: 300px) {
  .slideshow-home-page-container .prev, 
  .slideshow-home-page-container .next,
  .slide-home-page .text {font-size: 11px}
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .dot-container {
    margin-top: -2%;
    display: block;
  }
}

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

  /* Slideshow container */
  .slideshow-home-page-container {
    max-height: 100%;
    height: 100%;
  }

  .div-slide-home-page {
    display: block;
    max-height: 100%;
    min-height: 300px;
  }

  /* inizio title */
  .slide-home-page .title {
    display: none;
  }

  .div-text-slide {
    width: 100%;
    height: 100%;
  }

  .div-text-slide div .div-container-slide {
    min-height: 210px!important;
    width: 100%!important;
  }

  .slide-home-page .title-mobile {
    font-size: 2rem;
    padding: 10px 40px 2px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    letter-spacing: -0.02rem;
    line-height: normal;
    font-weight: bold;
  }
  /* fine title */

  /* inizio description */
  .slide-home-page .description {
    display: none;
  }

  .slide-home-page .description-mobile {
    font-size: 1.25rem;
    padding: 0px 40px;
    margin: 8px 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
  }
  /* fine description */

  /* inizio image */
  .div-image-slide {
    width: 100%;
  }

  .div-image-slide .image {
    display: none;
  }
  
  .div-image-slide .image-mobile {
    display: block;
    height: 130px;
    object-fit: cover;
  }
  /* fine image */

  .slide-home-page .div-empty-cta {
    height: 0rem;
  }

  /* inizio button cta */
  .slide-home-page .div-button-cta .button-cta {
    left: 10%;
  }

  .slide-home-page .div-button-cta {
    display: flex;
    justify-content: center;
    /*position: static!important;*/
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: 30px 0px 10px 0px;
  }

  .slide-home-page .div-button-cta .button-cta {
    min-width: unset;
    padding: 0px 50px;
    width: auto;
  }
  /* fine button cta */

  /* bottoni next & previous */
  .slideshow-home-page-container .prev {
    padding: 10px 10px 10px 5px;
  }

  .slideshow-home-page-container .next {
    padding: 10px 5px 10px 10px;
  }
}

@media (min-width: 550px) and (max-width: 999px) {
  .dot-container {
    margin-top: -4.5%;
  }
}

@media screen and (max-width: 549px) {
  .dot-container {
    display: none;
  }
}
/************ END SLIDER ************/