/* Media query */
/* FONTS */
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-BoldItalic.woff2") format("woff2"), url("../fonts/Aptos-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Aptos-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Bold.woff2") format("woff2"), url("../fonts/Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Light.woff2") format("woff2"), url("../fonts/Aptos-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-LightItalic.woff2") format("woff2"), url("../fonts/Aptos-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-ExtraBold.woff2") format("woff2"), url("../fonts/Aptos-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos Serif";
  src: url("../fonts/AptosSerif-BoldItalic.woff2") format("woff2"), url("../fonts/AptosSerif-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiant Charisma";
  src: url("../fonts/RadiantCharisma-Medium.woff2") format("woff2"), url("../fonts/RadiantCharisma-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* MIXIN */
/* VARIABILI */
/* GENERALI */
:root {
  --app-height: 100%;
  --main-color: #3c3c3b;
  -ms-overflow-style: none;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}
:root::-webkit-scrollbar {
  display: none;
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: #000 !important;
}

body {
  font-family: "Aptos";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  color: #fff;
  background-color: #000 !important;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }
}
body a {
  text-decoration: none;
  color: inherit;
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

/* DIMENSIONI */
.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1441px) and (max-device-width: 1792px), screen and (min-width: 1441px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-55 {
  max-width: 55vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-55 {
    max-width: 65vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

/* LAYERED PIN*/
.wrapper-pin {
  position: sticky;
  top: 0;
  --section-height: 1.5;
  height: calc(var(--section-height) * 100vh);
}
@media screen and (max-width: 480px) {
  .wrapper-pin#slide-3, .wrapper-pin#slide-8 {
    --section-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-pin {
    --section-height: 2.5;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-pin:not(.scroll-trigger) {
    position: relative;
    height: auto;
  }
}

.panel {
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.logo-fixed-red {
  position: fixed;
  width: 35vw;
  max-width: 640px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@-moz-document url-prefix() {
  .logo-fixed-red {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .logo-fixed-red {
    width: 45vw;
  }
}

.nome-assoluto {
  position: fixed;
  color: #fff;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transform: rotate(270deg) translateY(-50%);
  right: 0.25vw;
  top: 50%;
}
@media screen and (max-width: 480px) {
  .nome-assoluto {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.text-slide-up {
  overflow: hidden;
}

/* INDICATORE SLIDE */
.contenitore-indicatore-slide {
  position: fixed;
  top: 10px;
  left: 2.5vw;
  transform: translateY(50%);
  z-index: 99;
  align-items: center;
  gap: 0 10px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-indicatore-slide {
    top: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-indicatore-slide {
    top: 18px !important;
    left: 6vw;
  }
}
.contenitore-indicatore-slide span {
  color: #AAAAAA;
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 1921px) {
  .contenitore-indicatore-slide span {
    font-size: 22px;
  }
}
.contenitore-indicatore-slide .progress-bar {
  background-color: #707070;
  width: 8vw;
  height: 1px;
  position: relative;
  --progress: 0%;
  transition: width 0.3s ease-in-out;
  will-change: width;
}
@media screen and (min-width: 1921px) {
  .contenitore-indicatore-slide .progress-bar {
    width: 6vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-indicatore-slide .progress-bar {
    width: 13vw;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-indicatore-slide .progress-bar {
    width: 13vw;
  }
}
.contenitore-indicatore-slide .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress);
  height: 1px;
  background-color: #CD000E;
  transition: width 0.3s ease-in-out;
  will-change: width;
}

/* INDICATORE MOUSE*/
.contenitore-indicatore-mouse {
  position: fixed;
  left: 2.5vw;
  bottom: 5vh;
  z-index: 99;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .contenitore-indicatore-mouse {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.contenitore-indicatore-mouse .indicatore-mouse {
  width: 40px;
  height: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .contenitore-indicatore-mouse .indicatore-mouse {
    width: 35px;
    height: 80px;
  }
}
.contenitore-indicatore-mouse .indicatore-mouse .half {
  flex-basis: 50%;
  border: 1px solid rgba(170, 170, 170, 0.31);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  will-change: border-color;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-up {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-up:hover {
  border-color: #fff;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-up:hover .cls-ico {
  stroke: #fff;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-down {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-down:hover {
  border-color: #fff;
}
.contenitore-indicatore-mouse .indicatore-mouse .half.mouse-down:hover .cls-ico {
  stroke: #fff;
}
@media screen and (max-width: 480px) {
  .contenitore-indicatore-mouse .indicatore-mouse .half svg {
    width: 12px;
  }
}
.contenitore-indicatore-mouse .indicatore-mouse .half .cls-ico {
  stroke: rgba(170, 170, 170, 0.31);
  transition: stroke 0.3s ease-in-out;
  will-change: stroke;
}
.contenitore-indicatore-mouse .bottone-overview {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid rgba(170, 170, 170, 0.31);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  will-change: border-color;
}
.contenitore-indicatore-mouse .bottone-overview:hover {
  border-color: #fff;
}
.contenitore-indicatore-mouse .bottone-overview:hover span {
  color: #fff;
}
.contenitore-indicatore-mouse .bottone-overview:hover p {
  opacity: 1;
  visibility: visible;
}
.contenitore-indicatore-mouse .bottone-overview span {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: rgba(170, 170, 170, 0.31);
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  will-change: color;
}
.contenitore-indicatore-mouse .bottone-overview p {
  position: absolute;
  width: 100vw;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: 99;
  color: #aaaaaa;
  font-family: "Aptos";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  will-change: opacity, visibility;
  pointer-events: none;
}

/* PERAZZI OVERVIEW */
.overview {
  position: fixed;
  bottom: 5vh;
  right: 2.5vw;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .overview {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.overview h3,
.overview p {
  margin: 0;
  font-family: "Aptos";
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  color: #AAAAAA;
  text-align: right;
}
.overview h3 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 800;
}
@media screen and (min-width: 1921px) {
  .overview h3 {
    font-size: 20px;
  }
}
.overview p {
  font-size: 14px;
}
@media screen and (min-width: 1921px) {
  .overview p {
    font-size: 20px;
  }
}

/* SEZIONE HERO */
.intro-perazzi {
  background: #000;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  background: #111;
  background: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(62, 67, 71) 100%);
  will-change: transform;
}
.intro-perazzi .logo-assoluto-white {
  position: relative;
  width: 15vw;
  max-width: 158px;
  z-index: 9;
  cursor: pointer;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-perazzi .logo-assoluto-white {
    width: 25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .logo-assoluto-white {
    width: 25vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.intro-perazzi .sipario {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.intro-perazzi .sipario .curtain {
  width: 100%;
  height: 50%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  /*
  span{
      font-family: 'Aptos';
      font-size: 10vw;
      font-weight: 600;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: fit-content;
      line-height: 1;
      opacity: 0;
      visibility: hidden;
      color: rgba($color: #AAAAAA, $alpha: 0.39);
  }*/
}
.intro-perazzi .sipario .curtain a.link-home {
  pointer-events: all;
  position: absolute;
  top: 5vh;
  left: 2.5vw;
}
.intro-perazzi .sipario .curtain .img-logo-diviso {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  width: 10vw;
  height: auto;
  opacity: 0;
  filter: invert(1);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-perazzi .sipario .curtain .img-logo-diviso {
    width: 22vw;
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .sipario .curtain .img-logo-diviso {
    width: 32vw;
  }
}
.intro-perazzi .sipario .curtain .img-logo-diviso .cls-logo {
  fill: #fff;
}
.intro-perazzi .sipario .curtain .img-fucile-diviso {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .intro-perazzi .sipario .curtain .img-fucile-diviso {
    -o-object-position: -160vw 0;
       object-position: -160vw 0;
  }
}
.intro-perazzi .sipario .curtain.superiore .img-fucile-diviso {
  top: 0;
}
.intro-perazzi .sipario .curtain.superiore .img-logo-diviso {
  bottom: 0;
  transform: translateY(50%);
}
.intro-perazzi .sipario .curtain.inferiore .img-fucile-diviso {
  top: -100%;
}
.intro-perazzi .sipario .curtain.inferiore .img-logo-diviso {
  top: 0;
  transform: translateY(-50%);
}
.intro-perazzi .sipario .curtain.inferiore span {
  color: #fff;
  position: absolute;
  bottom: 5vh;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .intro-perazzi .sipario .curtain.inferiore span {
    font-size: 16px;
    bottom: 8dvh;
  }
}
.intro-perazzi .logo-assoluto-red {
  position: fixed;
  width: 35vw;
  max-width: 640px;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 4;
}
@-moz-document url-prefix() {
  .intro-perazzi .logo-assoluto-red {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .logo-assoluto-red {
    width: 45vw;
  }
}
.intro-perazzi .hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--hero-bg-image);
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-perazzi .hero {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-position: -17vw 0;
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .hero {
    background-image: var(--hero-bg-image-mobile);
  }
}
.intro-perazzi .hero .wrapper-testo {
  position: relative;
  top: 70%;
  left: 65vw;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  width: 30vw;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .intro-perazzi .hero .wrapper-testo {
    left: 55vw;
    width: 55vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .intro-perazzi .hero .wrapper-testo {
    left: 55vw;
    width: 55vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-perazzi .hero .wrapper-testo {
    left: 10vw;
    width: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .hero .wrapper-testo {
    width: 80vw;
    left: 5vw;
    position: absolute;
    bottom: 5vh;
    top: unset;
    transform: none;
  }
}
.intro-perazzi .hero .wrapper-testo h2 {
  font-family: "Radiant Charisma";
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
}
@media screen and (min-width: 1921px) {
  .intro-perazzi .hero .wrapper-testo h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .intro-perazzi .hero .wrapper-testo h2 {
    font-size: 31px;
    line-height: 36px;
  }
}

/* SEZIONE MARQUEE */
.sezione-marquee {
  background: linear-gradient(180deg, rgb(17, 17, 17) 50%, rgb(62, 67, 71) 100%);
  position: relative;
  overflow: hidden;
}
.sezione-marquee .contenitore-marquee {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .sezione-marquee .contenitore-marquee {
    top: 33%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-marquee .contenitore-marquee {
    top: 33%;
  }
}
.sezione-marquee .contenitore-marquee .marquee {
  display: flex;
  white-space: nowrap;
}
.sezione-marquee .contenitore-marquee .marquee h3 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 27vw;
  line-height: 1;
  color: rgba(62, 67, 71, 0.37);
}
.sezione-marquee .contenitore-marquee .marquee .img-logo-marquee {
  width: 55vw;
  padding: 0 2.5vw;
}
@media screen and (min-width: 1921px) {
  .sezione-marquee .contenitore-marquee .marquee .img-logo-marquee {
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-marquee .contenitore-marquee .marquee .img-logo-marquee {
    width: 75vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-marquee .contenitore-marquee .marquee .img-logo-marquee {
    width: 95vw;
  }
}
.sezione-marquee .contenitore-marquee .marquee .img-logo-marquee .cls-logo {
  fill: rgba(62, 67, 71, 0.37);
}
.sezione-marquee .wrapper-contenuto {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .sezione-marquee .wrapper-contenuto {
    top: 43%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-marquee .wrapper-contenuto {
    top: 43%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-marquee .wrapper-contenuto {
    top: 35%;
  }
}
.sezione-marquee .wrapper-contenuto img {
  max-width: 75vw;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-marquee .wrapper-contenuto img {
    max-width: 95vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-marquee .wrapper-contenuto img {
    max-width: 280vw;
    left: -40vw;
    position: relative;
  }
}
.sezione-marquee .wrapper-contenuto p {
  max-width: 45%;
  margin: 6vh auto 0 auto;
  text-align: center;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-marquee .wrapper-contenuto p {
    max-width: 55%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-marquee .wrapper-contenuto p {
    max-width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-marquee .wrapper-contenuto p {
    max-width: 80%;
    margin: 3vh auto 0 auto;
    text-align: left;
  }
}
.sezione-marquee .wrapper-contenuto p b,
.sezione-marquee .wrapper-contenuto p strong {
  font-weight: 600;
}

/* SEZIONE REVEAL PAROLE */
.sezione-parole {
  background: linear-gradient(180deg, rgb(17, 17, 17) 50%, rgb(62, 67, 71) 100%);
  background: #000;
  position: sticky;
  top: 0;
  height: 100vh;
}
.sezione-parole .wrapper-parole {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80vw;
  pointer-events: none;
}
.sezione-parole .wrapper-parole p {
  margin: 0;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 1.1;
  color: #AAAAAA;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-parole .wrapper-parole p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-parole .wrapper-parole p {
    font-size: 5vw;
    max-width: 90vw;
  }
}
.sezione-parole .wrapper-parole p br.mobile-ok {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sezione-parole .wrapper-parole p br.mobile-ok {
    display: block !important;
  }
}
.sezione-parole .wrapper-parole p .split-line {
  overflow: hidden;
}

/* SEZIONE VIDEO FULL SCREEN */
.sezione-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SEZIONE GALLERY */
.sezione-gallery {
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.sezione-gallery .wrapper-testo {
  position: absolute;
  left: 2.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery .wrapper-testo {
    top: 35%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery .wrapper-testo {
    transform: none;
    top: 10vh;
    left: 5vw;
    width: 100%;
  }
}
.sezione-gallery .wrapper-testo .wrapper-ico {
  position: relative;
  overflow: hidden;
}
.sezione-gallery .wrapper-testo .wrapper-ico .ico-plus {
  display: flex;
}
.sezione-gallery .wrapper-testo h2 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.1;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-gallery .wrapper-testo h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery .wrapper-testo h2 {
    font-size: 10vw;
  }
}
.sezione-gallery .wrapper-testo p {
  color: #AAAAAA;
}
@media screen and (max-width: 480px) {
  .sezione-gallery .wrapper-testo p {
    margin-bottom: 12px;
  }
}
.sezione-gallery .wrapper-testo p b,
.sezione-gallery .wrapper-testo p strong {
  color: #fff;
}
.sezione-gallery .wrapper-testo .slick-dots {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-gallery .wrapper-testo .slick-dots {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 480px) {
  .sezione-gallery .wrapper-testo .slick-dots {
    flex-direction: row;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sezione-gallery .wrapper-testo .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .sezione-gallery .wrapper-testo .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.sezione-gallery .wrapper-testo .slick-dots li.slick-active {
  background-color: #fff;
}
.sezione-gallery .wrapper-testo .slick-dots li button {
  display: none;
}
.sezione-gallery .contenitore-gallery {
  position: relative;
  z-index: 1;
  left: 10vw;
}
@media screen and (max-width: 480px) {
  .sezione-gallery .contenitore-gallery {
    top: 20vh;
    left: 5vw;
  }
}
.sezione-gallery .contenitore-gallery .gallery .slick-slide {
  margin: 0 10px;
}
.sezione-gallery .contenitore-gallery .gallery .slick-list {
  margin: 0 -10px;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto {
  position: relative;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  mix-blend-mode: saturation;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto img {
  position: relative;
  z-index: 1;
  opacity: 0.15;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  aspect-ratio: 733/937;
  -o-object-fit: cover;
     object-fit: cover;
}
@-moz-document url-prefix() {
  .sezione-gallery .contenitore-gallery .gallery .wrapper-foto img {
    height: 70vh;
  }
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto.slick-center {
  --saturation: 1;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto.slick-center::before {
  opacity: 0;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto.slick-center::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: var(--saturation);
  z-index: 2;
  mix-blend-mode: saturation;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
.sezione-gallery .contenitore-gallery .gallery .wrapper-foto.slick-center img {
  opacity: 1;
}

/* SEZIONE SLIDER */
.sezione-slider .contenitore-slider {
  position: relative;
  height: 100vh;
}
.sezione-slider .contenitore-slider .slider {
  position: relative;
  height: 100vh;
}
.sezione-slider .contenitore-slider .slider .slide-zero {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--bg-desktop-img);
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide-zero {
    background-image: var(--bg-mobile-img);
  }
}
.sezione-slider .contenitore-slider .slider .slide {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--bg-desktop-img);
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*&:nth-child(1){
      .wrapper-testo{
          @include iphone{
              top: unset;
              bottom: 13vh;
          }
      }

  }
  &:nth-child(2){
      .wrapper-testo{
          @include iphone{
             top: 15vh;
          }
      }

  }
  &:nth-child(3){
      .wrapper-testo{
          @include iphone{
              top: 15vh;
          }
      }

  }
  &:nth-child(4){
      .wrapper-testo{
          @include iphone{
              top: unset;
              bottom: 13vh;
          }
      }

  }
  &:nth-child(5){
      .wrapper-testo{
          @include iphone{
              top: unset;
              bottom: 13vh;
          }
      }

  }*/
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide {
    background-image: var(--bg-mobile-img);
  }
}
.sezione-slider .contenitore-slider .slider .slide .wrapper-testo {
  position: absolute;
  bottom: calc(4vh + 70px);
  left: 10vw;
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo {
    left: 5vw;
    max-width: 90vw;
    bottom: calc(4vh + 70px);
  }
}
.sezione-slider .contenitore-slider .slider .slide .wrapper-testo .line {
  opacity: 0;
  transform: translateY(100%);
}
.sezione-slider .contenitore-slider .slider .slide .wrapper-testo h2 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.83);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo h2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo h2 {
    font-size: 10vw;
  }
}
.sezione-slider .contenitore-slider .slider .slide .wrapper-testo p {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.83);
}
@media screen and (min-width: 1921px) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo p {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-slider .slider .slide .wrapper-testo p {
    font-size: 18px;
  }
}
.sezione-slider .contenitore-capitoli {
  position: fixed;
  bottom: 5vh;
  left: 10vw;
  z-index: 9;
  width: 80vw;
  gap: 0 40px;
  pointer-events: none;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-slider .contenitore-capitoli {
    gap: 0 30px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider .contenitore-capitoli {
    left: 20vw;
    width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-capitoli {
    position: absolute;
    width: 90vw;
    left: 5vw;
    bottom: 6vh;
  }
}
.sezione-slider .contenitore-capitoli .capitolo {
  flex: 1;
  position: relative;
  --progress: 0%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider .contenitore-capitoli .capitolo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-slider .contenitore-capitoli .capitolo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.sezione-slider .contenitore-capitoli .capitolo .progress-bar {
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  will-change: width;
}
.sezione-slider .contenitore-capitoli .capitolo .progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress);
  height: 1px;
  background-color: #CD000E;
  will-change: width;
}
.sezione-slider .contenitore-capitoli .capitolo .wrapper-testo {
  overflow: hidden;
  margin-top: 15px;
}
.sezione-slider .contenitore-capitoli .capitolo .wrapper-testo h3 {
  font-family: "Aptos";
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  margin-top: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1921px) {
  .sezione-slider .contenitore-capitoli .capitolo .wrapper-testo h3 {
    font-size: 25px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-slider .contenitore-capitoli .capitolo .wrapper-testo h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-slider .contenitore-capitoli .capitolo .wrapper-testo h3 {
    font-size: 20px;
  }
}

/* SEZIONE EQUILIBRIO */
.sezione-equilibrio {
  background-image: var(--bg-desktop-img);
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25vh 5vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-equilibrio {
    padding: 22vh 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-equilibrio {
    padding: 17vh 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-equilibrio {
    background-image: var(--bg-mobile-img);
    padding: 10vh 5vw;
    align-items: flex-end;
  }
}
.sezione-equilibrio .wrapper-testo {
  text-align: right;
  flex-basis: 40%;
  max-width: 40%;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-equilibrio .wrapper-testo {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-equilibrio .wrapper-testo {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-equilibrio .wrapper-testo {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-equilibrio .wrapper-testo {
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-equilibrio .wrapper-testo {
    flex-basis: 80%;
    max-width: 80%;
  }
}
.sezione-equilibrio .wrapper-testo h2 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-equilibrio .wrapper-testo h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-equilibrio .wrapper-testo h2 {
    font-size: 10vw;
  }
}
.sezione-equilibrio .wrapper-testo p {
  color: #AAAAAA;
  display: block;
  width: 100%;
}
.sezione-equilibrio .wrapper-testo p b,
.sezione-equilibrio .wrapper-testo p strong,
.sezione-equilibrio .wrapper-testo p span {
  color: #fff;
}

/* SEZIONE FORMA */
.sezione-forma {
  background-color: #000;
  padding: 15vh 2.5vw;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forma {
    padding: 15vh 5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forma {
    padding: 10vh 5vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.sezione-forma .wrapper-testo {
  text-align: left;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forma .wrapper-testo {
    flex-basis: 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forma .wrapper-testo {
    flex-basis: 100%;
    max-width: 100%;
    text-align: right;
  }
}
.sezione-forma .wrapper-testo h2 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  display: block;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.83);
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-forma .wrapper-testo h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-forma .wrapper-testo h2 {
    font-size: 10vw;
  }
}
.sezione-forma .wrapper-testo p {
  color: #AAAAAA;
  display: block;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.83);
}
.sezione-forma .wrapper-testo p b,
.sezione-forma .wrapper-testo p strong,
.sezione-forma .wrapper-testo p span {
  color: #fff;
}
.sezione-forma .wrapper-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sezione-forma .wrapper-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SEZIONE CONFRONTO */
.sezione-confronto {
  background-color: #000;
  padding: 15vh 5vw;
}
.sezione-confronto .wrapper-testo {
  text-align: left;
  flex-basis: 40%;
  max-width: 40%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-confronto .wrapper-testo {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-confronto .wrapper-testo {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sezione-confronto .wrapper-testo h2 {
  font-family: "Aptos";
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-confronto .wrapper-testo h2 {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-confronto .wrapper-testo h2 {
    font-size: 10vw;
  }
}
.sezione-confronto .wrapper-testo p {
  color: #fff;
  width: 100%;
}
.sezione-confronto .contenitore-confronto-finitura {
  position: relative;
}
.sezione-confronto .contenitore-confronto-finitura .finitura {
  position: relative;
  cursor: none;
}
.sezione-confronto .contenitore-confronto-finitura .finitura#nichelata {
  z-index: 2;
}
.sezione-confronto .contenitore-confronto-finitura .finitura#brunita {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  .sezione-confronto .contenitore-confronto-finitura .finitura img {
    width: 100vw;
  }
}
.sezione-confronto .contenitore-confronto-finitura .magnifier-lens {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.sezione-confronto .contenitore-bottoni-confronto {
  gap: 20px;
  margin: -10vh auto;
  align-items: flex-start;
  z-index: 101;
}
@media screen and (max-width: 480px) {
  .sezione-confronto .contenitore-bottoni-confronto {
    flex-direction: column;
  }
}
.sezione-confronto .contenitore-bottoni-confronto button {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #aaa;
  color: #aaa;
  font-family: "Aptos";
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  border-radius: 23px;
  padding: 10px 30px;
  min-width: 12vw;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  will-change: color, border-color;
}
@media screen and (max-width: 480px) {
  .sezione-confronto .contenitore-bottoni-confronto button {
    font-size: 18px;
    min-width: 55vw;
  }
}
.sezione-confronto .contenitore-bottoni-confronto button.active, .sezione-confronto .contenitore-bottoni-confronto button:hover {
  border-color: #fff;
  color: #fff;
}

/* SEZIONE FORM */
.sezione-form {
  position: relative;
  background: #111;
  background: linear-gradient(0deg, rgb(62, 67, 71) 0%, rgb(17, 17, 17) 100%);
  padding-top: 20vh;
  padding-bottom: 20px;
  min-height: 100vh;
  z-index: 999;
}
.sezione-form .wrapper-contenuto {
  max-width: 60vw;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-device-width: 1357px) and (max-device-width: 1440px), screen and (min-width: 1357px) and (max-width: 1440px) {
  .sezione-form .wrapper-contenuto {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-form .wrapper-contenuto {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-form .wrapper-contenuto {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form .wrapper-contenuto {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form .wrapper-contenuto {
    max-width: 90vw;
  }
}
.sezione-form .wrapper-contenuto .call-cta {
  flex-basis: 50%;
}
@media screen and (max-width: 480px) {
  .sezione-form .wrapper-contenuto .call-cta {
    flex-basis: 100%;
  }
}
.sezione-form .wrapper-contenuto .call-cta h3 {
  font-family: "Aptos";
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #CD000E;
  margin: 0;
}
.sezione-form .wrapper-contenuto .call-cta p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}
.sezione-form .contenitore-form {
  flex-basis: 100%;
}
@media screen and (max-width: 480px) {
  .sezione-form .contenitore-form {
    flex-basis: 100%;
  }
}
.sezione-form .outro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30vh;
}
.sezione-form .outro img {
  max-width: 25vw;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .sezione-form .outro img {
    max-width: 15vw;
  }
}
.sezione-form .outro p {
  font-size: 16px;
  margin-top: 5vh;
  margin-bottom: 0;
  color: #aaa;
}
@media screen and (max-width: 480px) {
  .sezione-form .outro p {
    text-align: center;
    padding: 0 5vw;
  }
}

.ancordwn {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
}