:root {
  --white: #ffffff;
  --dark-white: #f7f7f7;
  --light-grey: #dddddd;
  --yellow: #ffd100;
  --pink: #fe066c;
  --light-blue: #17bdbb;
  --footer-bg: #0d7a78;
  --black: #303030;
  --dark-grey: #696969;
}
*,
body,
html {
  font-family: "Helvetica Neue", sans-serif;
}
html ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.custom-blocco-0 {
  background-color: #ffd100;
  background-image: linear-gradient(
    180deg,
    rgba(255, 209, 0, 0.55) 0%,
    rgba(255, 209, 0, 0.5) 100%
  ),
  url("../img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 20px);
}
body.custom-home .custom-special {
  font-size: 1em;
  background: 0 0;
  padding: 0;
  color: var(--yellow);
}
body .custom-special {
  font-size: 1em;
  background-color: var(--light-blue);
  color: var(--white);
  padding: 1px 5px 3px;
}
.custom-h1 {
  position: absolute;
  top: -200vh !important;
  left: -100vh !important;
}
body .custom-p-light {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.003em;
}
body .custom-blocco-3-right .custom-p-light {
  line-height: 28px;
}
body .custom-p-medium {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
body .custom-text-bold {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
body .custom-title-bold {
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
}
body .header__menu-toggle {
  display: block;
}
body .header {
  padding: 20px 0;
  background: var(--yellow);
}
body.custom-home .header,
body.custom-interna .header {
  background: 0 0;
}
body.custom-home .header.header--white,
body.custom-interna .header.header--white {
  background: var(--yellow);
}
body .header {
  pointer-events: none;
  z-index: 9999;
}
body .header .header__container > .mobile-canvas,
body .header .header__container > a,
body .header .header__container > button {
  pointer-events: all;
}
body .header.header--centered {
  padding: 5px 0;
}
body .navigation__list {
  display: flex;
  flex-wrap: wrap;
}
body .navigation__link {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  line-height: 1em;
  margin: 8px 0;
  font-size: 36px;
  text-transform: initial;
  font-weight: 600;
}
body .navigation__link-icon {
  left: 0;
  right: auto;
  transform: translateY(-30%) rotate(0);
}
body .navigation__link-icon svg {
  width: 15px;
  height: 15px;
}
body .mobile-canvas {
  width: 100%;
}
body nav.mobile-canvas__nav ul:nth-of-type(2) {
  padding: 40px 0;
}
body nav.mobile-canvas__nav ul:nth-of-type(5) {
  padding: 40px 0;
}
body nav.mobile-canvas__nav {
  display: none;
}
body .mobile-canvas {
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
body .menu-toggle__line {
  display: none;
}
body .menu-toggle::before {
  top: 8px;
}
body .menu-toggle::after {
  bottom: 8px;
}
body .menu-toggle.menu-toggle--opened {
  margin-top: 25px;
}
body .menu-toggle.menu-toggle--opened::before {
  top: 4px;
}
body .menu-toggle.menu-toggle--opened::after {
  bottom: 6px;
}
body .custom-logo-1 {
  display: block;
}
body .custom-logo-1,
body .custom-logo-2 {
  width: 100px !important;
}
body .custom-logo-1 {
  width: 150px !important;
  height: 100px;
}
body .custom-logo-2 {
  display: none;
}
body .header--fixed .custom-logo-1 {
  display: none;
}
body .header--fixed .custom-logo-2 {
  display: block;
}
body .header--separator .header__container::before {
  display: none;
}
body .menu-toggle::after,
body .menu-toggle::before,
body .menu-toggle__line {
  border-top: solid 2px var(--white);
}
body .header--white .menu-toggle--opened::after,
body .header--white .menu-toggle--opened::before,
body .menu-toggle--opened::after,
body .menu-toggle--opened::before {
  border-top: solid 2px var(--black);
}
body .mobile-canvas--opened {
  position: absolute;
  left: 0;
}
body .mobile-canvas--opened nav.mobile-canvas__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  background: var(--white);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0 10vw;
  z-index: 99999;
  pointer-events: all;
}
body .header .navigation__item--current .navigation__link,
body .header--white .navigation__item--current .navigation__link {
  color: var(--black);
}
body .header .navigation__item--current .navigation__link-icon svg {
  fill: var(--black);
}
body
  .header--white
  .navigation__item--current
  .navigation__link
  .navigation__link-icon
  svg {
  fill: var(--black);
}
body
  .header
  .navigation__item--current
  .navigation__link:hover
  .navigation__link-icon
  svg,
body
  .header--white
  .navigation__item--current
  .navigation__link:hover
  .navigation__link-icon
  svg {
  fill: var(--pink);
}
body .header .navigation__item--current .navigation__link:hover,
body .header--white .navigation__item--current .navigation__link:hover {
  color: var(--pink);
}
body .header .navigation__item--current.custom-current .navigation__link,
body
  .header--white
  .navigation__item--current.custom-current
  .navigation__link {
  color: var(--yellow);
}
body
  .header
  .navigation__item--current.custom-current
  .navigation__link-icon
  svg,
body
  .header--white
  .navigation__item--current.custom-current
  .navigation__link-icon
  svg {
  fill: var(--yellow);
}
body .header .navigation__item--current.custom-current .navigation__link:hover,
body
  .header--white
  .navigation__item--current.custom-current
  .navigation__link:hover {
  color: var(--pink);
}
body
  .header
  .navigation__item--current.custom-current
  .navigation__link:hover
  .navigation__link-icon
  svg,
body
  .header--white
  .navigation__item--current.custom-current
  .navigation__link:hover
  .navigation__link-icon
  svg {
  fill: var(--pink);
}
body .footer {
  background: var(--footer-bg);
  color: var(--white);
}
body .footer__grid {
  grid-template-columns: auto 3fr 3fr;
  grid-gap: 30px;
  margin-bottom: 20px;
}
body .footer__menu-item {
  margin-bottom: -1px;
  margin-top: 3px;
}
body .footer__logo {
  padding: 0;
  background: 0 0;
  height: auto;
}
body .footer__logo img {
  width: 160px;
  height: auto;
}
body .footer__menu-link {
  text-transform: initial;
}
body .footer__menu-link::before {
  background: var(--white);
}
body .footer__bottom::before {
  border-top: solid 2px var(--white);
}
body .field input,
body .field textarea,
body .field__hint,
body .footer__copyright,
body .footer__copyright a,
body .footer__feedback-notice,
body .footer__menu-link {
  color: var(--white);
}
body .footer__copyright,
body .footer__feedback-notice {
  font-size: 14px;
}
body .footer__certificato {
  color: var(--white);
  margin-bottom: 24px;
}
body .footer__certificato span {
  font-weight: 600;
}
body .footer__feedback-notice > label > span > p {
  padding-left: 5px;
}
body .footer__menu-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
body .field input {
  border-bottom: 1px solid var(--white);
}
body .arrow-btn--size-large {
  width: 40px;
  height: 40px;
}
body .footer__feedback-form {
  margin-bottom: 10px;
}
body .footer__feedback-form svg {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body .footer__feedback-form .arrow-btn:focus svg,
body .footer__feedback-form .arrow-btn:hover svg {
  transform: scale(0.5);
}
body .field input + .field__hint,
body .field input:hover + .field__hint,
body .field textarea + .field__hint,
body .field textarea:hover + .field__hint {
  color: var(--white);
}
body .custom-blocco-2 {
  padding: 150px 0;
}
body .custom-blocco-2-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .custom-blocco-2-left .custom-title-bold {
  max-width: 80%;
  margin-left: 0;
  text-transform: uppercase;
}
body .custom-blocco-2-right {
  padding-top: 0;
}
body .custom-blocco-2-right .about-video-section__video {
  margin-left: 0;
}
body .custom-blocco-2-right .about-video-section__title {
  margin-bottom: 20px;
}
body .custom-blocco-2 .arrow-link {
  margin-bottom: 50px;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body .custom-blocco-2 .arrow-link .arrow-link__icon {
  height: 40px;
  width: 40px;
}
body .custom-blocco-2-right .video-block img {
  max-width: 70%;
}
body
  .custom-blocco-2
  .arrow-link:not(.arrow-link--no-scale):hover
  .arrow-link__icon {
  transform: scale(0.42);
}
body .custom-blocco-3 {
  background: var(--dark-grey);
  color: var(--white);
  padding: 150px 0;
}
body .custom-blocco-3 .about-video-section__container hr {
  margin: 40px 0;
}
body .custom-blocco-3-left .custom-title-bold {
  max-width: 85%;
  margin-left: 0;
}
body .custom-blocco-3-right {
  padding-top: 0;
}
body .custom-blocco-3-right .about-video-section__title {
  color: var(--white);
  margin-bottom: 20px;
}
body
  .custom-blocco-3
  .arrow-link:not(.arrow-link--no-scale):hover
  .arrow-link__icon {
  transform: scale(0.28);
}
body .custom-blocco-4 {
  padding: 150px 0;
}
body .custom-blocco-4-left {
  padding-top: 0;
}
body .custom-blocco-4-left.about-video-section__main {
  justify-content: flex-end;
}
body .custom-blocco-4-left .arrow-link__icon {
  margin-bottom: 20px;
  height: 30px;
  width: 30px;
}
body .custom-blocco-4-left .arrow-link__icon svg {
  transform: rotate(90deg);
  fill: var(--pink);
}
body .custom-blocco-4-left .arrow-link__icon:nth-child(7) svg {
  fill: var(--black);
}
body .custom-blocco-4-left .about-video-section__title {
  margin-bottom: 0;
  max-width: 75%;
}
body .custom-blocco-4-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body .custom-blocco-4-right .custom-p-medium {
  margin-left: 0;
  border-bottom: 2px solid var(--black);
  padding: 25px 0;
}
body .custom-blocco-4-right .custom-p-medium:first-child {
  border-top: 0;
  padding-top: 0;
}
body .custom-blocco-4-right .custom-p-medium:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body.custom-interna .custom-blocco-4.about-video-section-2 {
  background: var(--dark-white);
}
body.custom-interna
  .custom-blocco-4
  .about-video-section__video.custom-p-medium
  span {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
body.custom-interna.custom-chi-siamo .custom-blocco-4 {
  background: var(--dark-white);
}
body.custom-interna.custom-chi-siamo .custom-blocco-3 {
  background: var(--white);
}
body .custom-blocco-4-left.about-video-section__main .custom-arrow-grid {
  display: grid;
  grid-template-columns: repeat(3, 25px);
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body .custom-blocco-4-left .arrow-link__icon {
  margin-bottom: 7px;
  height: 15px;
  width: 15px;
  transform: translateX(100%) rotate(-90deg) !important;
}
body .custom-blocco-5 {
  background: var(--black);
  color: var(--white);
  padding: 130px 0 60px;
}
body .custom-blocco-5 .custom-title-bold {
  line-height: 46px;
  font-size: 40px;
}
body .custom-blocco-5 .container {
  display: flex;
  justify-content: center;
}
body .custom-blocco-5 .container > .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
}
body.custom-chi-siamo .custom-blocco-5 .container > .row {
  max-width: 960px;
}
body.custom-chi-siamo .custom-blocco-5 .custom-title-bold {
  line-height: 46px;
  font-size: 40px;
}
body .custom-blocco-5 .custom-blocco-5-bottom .about-video-section__title {
  margin-bottom: 0;
  text-align: right;
}
body
  .custom-blocco-5
  .custom-blocco-5-bottom
  .about-video-section__title--size-small {
  max-width: 100%;
  color: var(--white);
  font-size: 30px;
}
body .custom-blocco-6 {
  padding: 150px 0;
  background: var(--dark-white);
}
body .custom-blocco-6.custom-blocco-6-bg {
  padding: 150px 0;
  background: var(--white) !important;
}
body .custom-blocco-6 .custom-blocco-6-left {
  padding-top: 0;
}
body .custom-blocco-6 .custom-blocco-6-left .row {
  align-items: flex-end;
}
body .custom-blocco-6 .about-video-section__text {
  margin-left: 0;
  max-width: 100%;
}
body .custom-blocco-6 .custom-quote {
  margin: 50px 10px 0 0;
  font-weight: 300;
  max-width: 80%;
}
body .custom-blocco-6 .custom-blocco-6-left .row .arrow-link__icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
body .custom-blocco-6 .custom-blocco-6-left .row .arrow-link__icon svg {
  transform: rotate(270deg);
}
body .custom-blocco-7 {
  padding: 100px 0 150px;
  max-width: 70vw;
  margin: 0 auto;
}
body .custom-blocco-7 .about-video-section__title {
  margin: 0;
}
body.custom-home .custom-blocco-7 .arrow-link__icon {
  transform: translateY(-100%) rotate(90deg);
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
}
body.custom-home .custom-blocco-7 .about-video-section__container {
  padding: 0;
  max-width: 70vw;
  margin: 0 auto;
}
body.custom-home .custom-blocco-7 {
  background: var(--dark-grey);
  max-width: 100vw;
}
body.custom-home .frame h2 em {
  color: var(--white);
}
body.custom-home .custom-blocco-7 .about-video-section__title {
  color: var(--white);
}
body.custom-home .custom-blocco-7 .arrow-link__icon svg {
  fill: var(--white);
}
body.custom-home .custom-blocco-0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.5vw;
  color: var(--white);
  line-height: 1.5em;
  pointer-events: none;
  z-index: 9999;
  height: calc(100vh - 20px);
}
body.custom-home .custom-blocco-0 .frame h2 {
  margin: 0;
  padding: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  max-width: 70vw;
}
body.custom-home .custom-blocco-0 .frame h2 .custom-title-big {
  font-size: 1.7em;
  line-height: 0.9em;
}
body.custom-home .custom-blocco-0 .frame h2 .custom-title-small {
  font-size: 0.6em;
  line-height: 1em;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.custom-home
  .custom-blocco-0
  .frame
  h2
  .custom-title-small
  .arrow-link__icon
  svg {
  fill: var(--white);
  transform: translateX(0) rotate(270deg);
  width: auto;
  height: 100%;
}
body.custom-interna .custom-blocco-0 {
  height: 50vh;
}
body.custom-interna .custom-blocco-3 {
  background: var(--dark-white);
  color: var(--black);
}
body.custom-interna .custom-blocco-3-right .about-video-section__title {
  color: var(--black);
  font-weight: 300;
}
body.custom-interna .custom-blocco-3 .navigation__link {
  padding-left: 0;
  margin-top: 50px;
}
body.custom-interna .custom-blocco-3 .navigation__link::after {
  display: none;
}
body.custom-interna .custom-blocco-3 .arrow-link__icon {
  margin-left: 20px;
}
body.custom-interna .custom-blocco-4-left .about-video-section__title {
  margin-bottom: 0;
  max-width: 90%;
}
body.custom-interna .custom-blocco-0 {
  margin: 0;
  padding: 0;
  padding-left: 14.5vw;
  overflow-y: visible;
  position: relative;
}
body.custom-interna .custom-blocco-0 .custom-top {
  position: absolute;
  bottom: -0.5em;
  max-width: 70vw;
  pointer-events: none;
  z-index: 9999;
}
body.custom-interna .custom-blocco-0 .custom-top h2 {
  text-transform: uppercase;
  color: var(--white);
  font-size: 7em;
  margin: 0;
  font-weight: 500;
  line-height: 0.9em;
}
body.custom-interna .custom-blocco-0 .custom-bottom {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  max-width: 70vw;
}
body.custom-interna .custom-blocco-0 .custom-bottom h3 {
  color: var(--dark-grey);
  font-size: 3.2em;
  line-height: 1.2em;
  margin: 0;
  font-weight: 500;
  margin-left: 0.1em;
}
body.custom-interna .custom-blocco-0 .custom-icon {
  display: none;
}
body.custom-interna .custom-blocco-3 .about-video-section__container hr {
  border: 1px solid var(--black);
}
body.custom-clienti .custom-blocco-7 {
  padding: 100px 0 0;
}
body.custom-clienti .tooltip {
  padding: 150px 0 150px;
}
body.custom-clienti .tooltip__item {
  font-size: 40px;
  margin-right: 40px;
}
body.custom-clienti .tooltip__section {
  padding: 25px 0 25px;
  border-top: solid 2px var(--black);
  border-bottom: solid 0 var(--black);
}
body.custom-clienti .tooltip__section:first-of-type {
  border-top: solid 0 var(--black);
}
body.custom-clienti .tooltip__item::after {
  content: "/";
  margin-left: 40px;
}
body.custom-clienti .custom-clienti-mobile {
  display: none;
}
body.custom-clienti .tooltip__list a.animsition-link {
  display: block;
}
body.custom-clienti .tooltip__list a.animsition-link:active {
  pointer-events: none;
}
body.custom-clienti .tooltip__list a.animsition-link:hover {
  cursor: none !important;
}
body.custom-contatti .custom-blocco-4 .about-video-section__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
body.custom-contatti .custom-blocco-4 .about-video-section__container .row {
  align-items: flex-start;
}
body.custom-contatti .custom-blocco-4-left .arrow-link__icon {
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  margin-bottom: 0.15em;
}
body.custom-contatti
  .custom-blocco-4
  .about-video-section__title
  .custom-contatti-links {
  display: flex;
  flex-direction: column;
}
body.custom-contatti
  .custom-blocco-4
  .about-video-section__title
  .custom-contatti-link {
  color: var(--black);
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.custom-contatti main .footer__menu-link::before {
  background: var(--black);
}
@media (max-width: 992px) {
  body
    .custom-blocco-2
    .arrow-link:not(.arrow-link--no-scale):hover
    .arrow-link__icon,
  body
    .custom-blocco-3
    .arrow-link:not(.arrow-link--no-scale):hover
    .arrow-link__icon,
  body
    .custom-blocco-4
    .arrow-link:not(.arrow-link--no-scale):hover
    .arrow-link__icon,
  body
    .custom-blocco-5
    .arrow-link:not(.arrow-link--no-scale):hover
    .arrow-link__icon,
  body
    .custom-blocco-6
    .arrow-link:not(.arrow-link--no-scale):hover
    .arrow-link__icon,
  body .footer__feedback-form .arrow-btn:focus svg,
  body .footer__feedback-form .arrow-btn:hover svg {
    transform: scale(1);
  }
  body .custom-special {
    font-size: 1em;
  }
  body .custom-blocco-3-right .custom-p-light,
  body .custom-p-light {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.003em;
  }
  body .custom-p-medium {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.003em;
  }
  body .custom-text-bold {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  body .custom-title-bold {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
  body .menu-toggle::after {
    bottom: 12px;
  }
  body .menu-toggle::before {
    top: 12px;
  }
  body .menu-toggle.menu-toggle--opened::before {
    top: 10px;
  }
  body .menu-toggle.menu-toggle--opened::after {
    bottom: 10px;
  }
  body .navigation__link {
    margin: 2px 0;
    font-size: 22px;
  }
  body .mobile-canvas--opened nav.mobile-canvas__nav {
    padding: 0 10vw;
    justify-content: flex-start;
    margin-top: 60px;
  }
  body .navigation__link-icon {
    transform: translateY(-20%) rotate(0);
  }
  body .navigation__item {
    margin-bottom: 5px;
  }
  body .navigation__list {
    flex-direction: column;
  }
  body .navigation .navigation__link-icon svg {
    width: 10px;
    height: 10px;
    transform: translateY(-10%) rotate(0);
  }
  body .arrow-link__text + .arrow-link__icon {
    margin-bottom: 6px;
    margin-left: 12px;
  }
  body .header__menu-toggle {
    display: block;
    height: 40px;
    width: 40px;
  }
  body .mobile-canvas {
    width: 100vw;
    min-width: 100vw;
  }
  body .custom-logo-1 {
    width: 120px !important;
    height: 70px;
  }
  body .footer__grid {
    display: flex;
    flex-direction: column;
  }
  body .footer__grid .footer__menu {
    margin: 0 0 20px;
  }
  .footer__bottom::before {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body .footer__copyright,
  body .footer__feedback-notice {
    font-size: 12px;
  }
  body footer .arrow-btn--size-large {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
  body .footer__certificato {
    margin-bottom: 0 !important;
    margin-top: 24px;
  }
  body .custom-blocco-2 {
    padding: 50px 0;
  }
  body .custom-blocco-2 .about-video-section__aside {
    margin-bottom: 40px;
  }
  body .custom-blocco-2-left .custom-title-bold {
    margin-bottom: 40px;
  }
  body .custom-blocco-2-right .about-video-section__title {
    margin-bottom: 10px;
  }
  body .custom-blocco-2 .arrow-link {
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  body .custom-blocco-2-left .custom-title-bold {
    line-height: 36px;
  }
  body .custom-blocco-2 .arrow-link .custom-text-bold {
    font-size: 24px;
  }
  body .custom-blocco-2 .about-video-section__video:nth-of-type(4) {
    display: none;
  }
  body .custom-blocco-3 {
    padding: 50px 0;
  }
  body .custom-blocco-3 .about-video-section__aside {
    margin-bottom: 20px;
  }
  body .custom-blocco-4 {
    padding: 50px 0 20px;
  }
  body .custom-blocco-4 .about-video-section__container .row {
    display: flex;
    flex-direction: column-reverse;
  }
  body .custom-blocco-4-left.about-video-section__main {
    margin-bottom: 0;
  }
  body .custom-blocco-4 .about-video-section__aside {
    margin-bottom: 20px;
  }
  body .custom-blocco-4-left .about-video-section__title {
    max-width: 100%;
  }
  body .custom-blocco-4 .custom-blocco-4-left {
    display: flex;
    flex-direction: column-reverse;
  }
  body .custom-blocco-4-left.about-video-section__main .custom-arrow-grid {
    margin-bottom: 40px;
  }
  body .custom-blocco-4-left .arrow-link__icon {
    margin-top: 20px;
    margin-bottom: 5px;
    height: 0;
    width: 15px;
    transform: translateX(0) rotate(0) !important;
  }
  body.custom-interna
    .custom-blocco-4
    .about-video-section__video.custom-p-medium
    span {
    font-size: 18px;
    line-height: 24px;
  }
  body .custom-blocco-5 {
    padding: 50px 0 30px;
  }
  body .custom-blocco-5 .custom-title-bold,
  body.custom-chi-siamo .custom-blocco-5 .custom-title-bold {
    font-size: 16px;
    line-height: 17px;
  }
  body
    .custom-blocco-5
    .custom-blocco-5-bottom
    .about-video-section__title--size-small {
    font-size: 20px;
  }
  body .custom-blocco-5 .about-video-section__aside {
    margin-bottom: 10px;
  }
  body .custom-blocco-6,
  body .custom-blocco-6.custom-blocco-6-bg {
    padding: 50px 0;
  }
  body .custom-blocco-6 .about-video-section__aside {
    margin-bottom: 40px;
  }
  body .custom-blocco-6 .about-video-section__title {
    margin: 0 0 20px;
  }
  body .custom-blocco-6 .custom-blocco-6-left .row {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  body .custom-blocco-6 .custom-quote {
    margin: 20px 0 0;
    max-width: 100%;
  }
  body .custom-blocco-6 .custom-blocco-6-left .row .arrow-link__icon {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 55px;
    transform: translateY(-50%) rotate(180deg);
  }
  body .custom-blocco-7 {
    padding: 50px 0 50px;
    max-width: 100vw;
    margin: 0 auto;
  }
  body .custom-blocco-7 .about-video-section__title {
    margin: 0;
    padding-left: 0;
  }
  body.custom-home .custom-blocco-7 .about-video-section__container {
    max-width: calc(100vw - 40px);
  }
  body.custom-home .custom-blocco-0 h2 {
    font-size: 2.2em;
    line-height: 1em;
  }
  body.custom-home .custom-blocco-0 .frame {
    max-width: 100vw;
  }
  body.custom-home .custom-blocco-0 {
    height: 70vh;
    padding-bottom: 0 !important;
  }
  body.custom-home .custom-blocco-0 .frame h2 .custom-title-big {
    font-size: 1.3em;
    line-height: 1em;
  }
  body.custom-home .custom-blocco-0 .frame h2 {
    flex-direction: column;
    max-width: 100vw;
  }
  body.custom-home .custom-blocco-0 .frame h2 .custom-title-small {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body.custom-home
    .custom-blocco-0
    .frame
    h2
    .custom-title-small
    .arrow-link__icon {
    padding-left: 75vw;
  }
  body.custom-home
    .custom-blocco-0
    .frame
    h2
    .custom-title-small
    .arrow-link__icon
    svg {
    fill: var(--white);
    transform: translateX(0) rotate(-90deg);
    width: auto;
    height: 40px;
    margin-top: 30px;
  }
  body.custom-interna .custom-blocco-0 {
    height: 40vh;
  }
  body.custom-interna .custom-blocco-0 {
    padding-left: 0;
  }
  body.custom-interna .custom-blocco-0 .custom-top h2 {
    font-size: 3.2em;
  }
  body.custom-interna .custom-blocco-0 .custom-bottom,
  body.custom-interna .custom-blocco-0 .custom-top {
    max-width: 90vw;
  }
  body.custom-interna .custom-blocco-0 .custom-bottom h3 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  body.custom-interna .custom-blocco-7 {
    padding: 100px 0 50px;
  }
  body.custom-interna .custom-blocco-3 a.arrow-link {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
  }
  body.custom-interna
    .custom-blocco-6
    .custom-blocco-6-left
    .row
    .arrow-link__icon {
    width: 55px;
    height: 55px;
  }
  body.custom-interna
    .custom-blocco-6
    .custom-blocco-6-left
    .row
    .arrow-link__icon
    svg {
    transform: translateX(-30%) rotate(270deg);
  }
  body.custom-interna .custom-blocco-0 .custom-icon {
    position: absolute;
    bottom: 10px;
    max-width: 100vw;
    right: 10px;
    display: flex;
    justify-content: flex-end;
  }
  body.custom-interna .custom-blocco-0 .custom-icon span {
    border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    background: var(--white);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }
  body.custom-clienti .tooltip__section {
    padding: 20px 0 20px;
  }
  body.custom-clienti .tooltip__item {
    font-size: 20px;
    margin-right: 20px;
  }
  body.custom-clienti .tooltip__item::after {
    margin-left: 20px;
  }
  body.custom-clienti .custom-clienti-mobile {
    display: block;
    width: 150px;
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  body.custom-clienti .tooltip__section {
    padding: 0;
  }
  body.custom-clienti .tooltip__container {
    background: var(--dark-grey);
    padding: 0 20px;
  }
  body.custom-clienti .tooltip__section {
    border-top: 1px solid var(--white);
  }
  body.custom-clienti .tooltip__list a.animsition-link {
    display: none;
  }
  body.custom-contatti .custom-blocco-4 .custom-blocco-4-left {
    flex-direction: column;
  }
  body.custom-contatti .custom-blocco-4-left .arrow-link__icon {
    height: 24px;
    width: 24px;
  }
  body.custom-contatti .custom-blocco-4 .about-video-section__title {
    margin-bottom: 32px;
  }
  body.custom-contatti .custom-blocco-4 {
    padding-top: 100px;
  }
  body.custom-contatti
    .custom-blocco-4
    .about-video-section__title
    .custom-contatti-link {
    font-size: 1em;
  }
  body.custom-interna.custom-contatti
    .custom-blocco-4-left
    .about-video-section__title {
    max-width: 100%;
  }
  body.custom-contatti .custom-blocco-4 .custom-blocco-4-left {
    margin-bottom: 50px;
  }
  div#cookiePolicy div.cookieWrapper div.content {
    display: flex !important;
    flex-direction: column !important;
  }
}
form.footer__feedback-form {
  display: flex;
  flex-direction: column;
}
form.footer__feedback-form .custom-sendinblue-top {
  display: flex;
  width: 100%;
}
form.footer__feedback-form .custom-sendinblue-bottom {
  display: flex;
  width: 100%;
}
form.footer__feedback-form .custom-sendinblue-bottom > label {
  display: flex;
  align-items: center;
}
#map {
  height: 400px;
  width: 100%;
}
#cookiePolicy,
#cookiePolicy * {
  cursor: auto !important;
}
#cookiePolicy .btnCookie,
#cookiePolicy .btnCookie:hover {
  cursor: pointer !important;
}
@media (max-width: 520px) {
  body.custom-home .custom-blocco-0 {
    height: 75vh;
  }
}
@media (max-width: 520px) {
  body .custom-cursor {
    display: none !important;
  }
  *,
  body,
  html {
    cursor: default !important;
  }
  body .custom-blocco-4-left .arrow-link__icon svg {
    transform: rotate(90deg) !important;
  }
  form.footer__feedback-form .custom-sendinblue-bottom {
    margin-top: 10px;
  }
  input[type="checkbox"]:before {
    width: 20px !important;
    height: 20px !important;
  }
  input[type="checkbox"]:checked:after {
    width: 7px !important;
    height: 13px !important;
    top: 2px !important;
    left: 6.5px !important;
  }
  body .footer__feedback-notice > label > span > p {
    padding-left: 10px !important;
    padding-top: 5px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
}
a,
button,
input {
  cursor: none !important;
}
.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--black);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate(-50%, -50%) scale(0.2);
  z-index: 99999;
}
.custom-cursor--link {
  transform: translate(-50%, -50%) scale(0.5);
}
.custom-blocco-5-top .custom-title-bold {
  position: relative;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  color: #161616;
}
.custom-blocco-5-top span.custom-title-bold {
  position: absolute;
  height: 100%;
  width: 100%;
  color: var(--white);
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
  text-align: left;
  top: 0;
}
.custom-blocco-5-top .about-video-section__video.custom-title-bold {
  margin-left: 0;
}
.reveal-text {
  visibility: hidden;
}
.line {
  position: relative;
  overflow: hidden;
  display: flex;
}
.custom-blocco-7 .custom-special-reveal {
  display: flex;
}
.custom-blocco-7 .custom-blocco-7-reveal {
  display: flex;
  flex-wrap: wrap;
}
.custom-blocco-7 .custom-mr {
  margin-right: 5px;
}
.custom-blocco-7 .custom-special-reveal div,
.custom-blocco-7 .custom-special-reveal span {
  position: relative;
  color: #4f4f4f;
}
.custom-blocco-7 .custom-special-reveal span {
  position: absolute;
  height: 100%;
  width: 100%;
  color: var(--yellow);
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
  text-align: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body.custom-home
  .custom-blocco-0
  .frame
  h2
  .custom-title-small
  .arrow-link__icon.custom-arrow-rotate
  svg {
  transform-origin: center center;
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  border: none;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  left: 0;
  border: 2px solid var(--white);
  background-color: var(--white);
}
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid var(--light-blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 4.5px;
}
.reveal-img {
  visibility: hidden;
  overflow: hidden;
}
.reveal-img img {
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: bottom;
}
section.about-video-section.custom-blocco-2,
section.about-video-section.custom-blocco-3,
section.about-video-section.custom-blocco-4,
section.about-video-section.custom-blocco-5,
section.about-video-section.custom-blocco-6,
section.about-video-section.custom-blocco-7 {
  overflow-x: hidden;
}
.custom-home .animsition-overlay-slide {
  z-index: 999999;
  background-color: var(--dark-grey) !important;
  box-shadow: none !important;
}
.custom-interna .animsition-overlay-slide {
  z-index: 999999;
  background-color: var(--dark-white) !important;
  box-shadow: none !important;
}
body .mobile-canvas--opened nav.mobile-canvas__nav {
  height: 0;
  animation: anim 0.7s cubic-bezier(0, 1, 0.5, 1);
  -webkit-animation: anim 0.7s cubic-bezier(0, 1, 0.5, 1) forwards;
}
@keyframes anim {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@-webkit-keyframes anim {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1399px) and (min-width: 1320px) {
  body.custom-interna .custom-blocco-0 {
    padding-left: 12vw;
  }
}
@media (max-width: 374px) {
  .custom-blocco-5-top div.about-video-section__video.custom-title-bold {
    opacity: 0 !important;
  }
}
.calendly-inline-widget,
.calendly-inline-widget iframe {
  min-height: 920px !important;
  height: 920px !important;
  overflow-y: visible !important;
  min-width: 320px !important;
}
@media (max-width: 1200px) {
  .calendly-inline-widget,
  .calendly-inline-widget iframe {
    min-height: 1300px !important;
    height: 1300px !important;
  }
}
@media (max-width: 767px) {
  .calendly-inline-widget,
  .calendly-inline-widget iframe {
    min-height: 160vh !important;
    height: 160vh !important;
    max-width: none !important;
    margin: 0 auto !important;
  }
}
body .custom-blocco-4.custom-blocco-calendario {
  padding: 0 !important;
}
body .custom-blocco-4.custom-blocco-calendario-single {
  padding-top: 60px !important;
}
.calendly-inline-widget {
  overflow: visible !important;
}
body nav.mobile-canvas__nav ul:nth-of-type(2) {
  padding: 40px 0 0 !important;
}
body nav.mobile-canvas__nav ul:nth-of-type(5) {
  padding: 40px 0 0 !important;
}
body nav.mobile-canvas__nav ul:nth-of-type(3) {
  padding: 40px 0 !important;
}
@media (max-width: 992px) {
  body nav.mobile-canvas__nav ul:nth-of-type(2),
  body nav.mobile-canvas__nav ul:nth-of-type(5) {
    padding: 20px 0 0 !important;
  }
  body nav.mobile-canvas__nav ul:nth-of-type(3) {
    padding: 20px 0 !important;
  }
}
#my-custom-video {
  position: relative !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  display: block !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
  width: 100% !important;
}
.logo-angelino-artworks {
  width: 100% !important;
  margin-top: 0 !important;
  mix-blend-mode: multiply !important;
  max-width: 200px !important;
}
body nav.mobile-canvas__nav ul:nth-of-type(5) .navigation__link {
  font-size: 16px !important;
  padding-left: 20px !important;
}
body
  nav.mobile-canvas__nav
  ul:nth-of-type(5)
  .navigation__link
  .navigation__link-icon
  svg {
  width: 10px !important;
  height: 10px !important;
}
body .custom-blocco-2-new .custom-blocco-2-right .about-video-section__title {
  margin: 20px 0 !important;
}
body .custom-blocco-2-new .arrow-link.arrow-link-img {
  display: flex !important;
  align-items: baseline !important;
  margin-bottom: 10px !important;
}
body .custom-blocco-2-new-img .arrow-link.arrow-link-img {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 0 !important;
}
body .custom-blocco-7-new {
  padding-bottom: 0 !important;
}
body .custom-blocco-4-calendar {
  padding-top: 50px !important;
}
body .custom-blocco-7-new .about-video-section__title {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
body .custom-blocco-7-new .about-video-section__title strong {
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
}
@media (max-width: 992px) {
  body .custom-blocco-7-new .about-video-section__title strong {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
  }
  body .custom-blocco-7-new {
    padding-top: 50px !important;
  }
  body .custom-blocco-4-calendar {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body .custom-blocco-4-calendar {
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  body nav.mobile-canvas__nav ul.navigation__list-social {
    flex-direction: row;
    padding-top: 20px !important;
    border-top: 1px solid #000;
    margin-top: 20px !important;
  }
  body nav.mobile-canvas__nav ul.navigation__list-social > .navigation__item {
    width: 50%;
  }
}
.custom-contatti-links-social {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.custom-contatti-links-social > .custom-contatti-link {
  width: 40% !important;
}
.custom-blocco-full-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0.1)
  );
}
.custom-blocco-full-video-text-title {
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
  color: var(--white);
  font-family: "Helvetica Neue";
  font-weight: 600;
}
.custom-blocco-full-video .custom-blocco-full-video-text-top {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  z-index: 9999;
  padding: 0 20px;
}
.custom-blocco-full-video .custom-blocco-full-video-text-bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  z-index: 9999;
  padding: 0 20px;
  padding-top: 40vh;
}
.custom-blocco-full-video .custom-blocco-full-video-text-link a {
  padding: 0.8rem 0;
  border-radius: 6px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 1.1em;
  width: calc(25vw - 50px) !important;
  min-width: 288px;
  display: inline-block;
  text-align: center;
}
.custom-blocco-full-video .custom-blocco-full-video-text-link a:active,
.custom-blocco-full-video .custom-blocco-full-video-text-link a:focus,
.custom-blocco-full-video .custom-blocco-full-video-text-link a:hover {
  opacity: 0.9;
}
.custom-blocco-full-video .custom-blocco-full-video-text-link a:first-of-type {
  border: 2px solid var(--dark-grey);
  color: var(--white);
  background: var(--dark-grey);
  margin-right: 10px;
}
.custom-blocco-full-video .custom-blocco-full-video-text-link a:nth-of-type(2) {
  border: 2px solid var(--white);
  color: var(--dark-grey);
  background: var(--white);
  margin-left: 10px;
}
.custom-blocco-full-video .custom-blocco-full-video-text-p {
  font-size: 1.5em;
  text-align: center;
  color: var(--white);
  font-weight: 500;
}
.custom-blocco-full-video
  .custom-blocco-full-video-text-bottom
  .custom-blocco-full-video-text-p {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2em;
  margin-top: 20px;
  color: var(--white);
}
.custom-blocco-full-video-text-p a {
  color: var(--white) !important;
  text-decoration: underline !important;
}
.custom-blocco-full-video-landing {
  background-color: var(--white) !important;
  height: 100vh !important;
  position: relative;
}
@media (max-width: 640px) {
  .custom-blocco-full-video-text-link {
    display: flex;
    flex-direction: column;
  }
  .custom-blocco-full-video
    .custom-blocco-full-video-text-link
    a:first-of-type {
    margin-right: 0;
  }
  .custom-blocco-full-video
    .custom-blocco-full-video-text-link
    a:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-link a {
    padding: 0.5rem;
    width: calc(100vw - 40px) !important;
    display: inline-block;
    text-align: center;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-p {
    font-size: 1.5em;
    text-align: center;
    line-height: 1.4em;
    margin-top: 0;
    color: var(--white);
  }
  .custom-blocco-full-video-text-title {
    font-size: 2.2em;
    text-align: center;
    color: var(--white);
    font-family: "Helvetica Neue";
    font-weight: 600;
    margin-bottom: 0;
  }
  .custom-blocco-full-video-landing {
    height: 90vh !important;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-bottom {
    bottom: 20px;
  }
  .custom-blocco-full-video
    .custom-blocco-full-video-text-bottom
    .custom-blocco-full-video-text-p {
    line-height: 1.4em;
  }
  .custom-blocco-full-video-landing {
    height: 45vh !important;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-bottom {
    bottom: 10px;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    z-index: 9999;
    padding: 0 10px;
  }
  .custom-blocco-full-video
    .custom-blocco-full-video-text-bottom
    .custom-blocco-full-video-text-p {
    margin-top: 10px;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-link a {
    padding: 0.25rem;
  }
  .custom-blocco-full-video
    .custom-blocco-full-video-text-link
    a:nth-of-type(2) {
    margin-top: 0;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-top {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    z-index: 9999;
    padding: 0 10px;
  }
  .custom-blocco-full-video-text-title {
    font-size: 1.8em;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-p {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.2em;
  }
  .custom-blocco-full-video-text-link {
    display: flex;
    flex-direction: row;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-link a {
    min-width: 160px;
  }
  .custom-blocco-full-video .custom-blocco-full-video-text-link a {
    width: calc(50vw - 40px) !important;
  }
  .custom-blocco-full-video-text-link {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 60px);
    justify-content: space-between;
  }
  .custom-test-drive-video header {
    display: none !important;
  }
}
.custom-blocco-7 .arrow-link.arrow-link-img {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .custom-blocco-7 .arrow-link.arrow-link-img {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  body .custom-blocco-2.custom-rv .arrow-link .custom-text-bold {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
.custom-blocco-7 .arrow-link.arrow-link-img span.arrow-link__icon {
  max-height: 40px;
  max-width: 40px;
  margin-top: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  ::after,
  ::before {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
