@font-face {
  font-family: "ARSMaquettePro-Black";
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Black.otf") format("otf");
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Black.woff2") format("woff2");
}
@font-face {
  font-family: "ARSMaquettePro-Bold";
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Bold.otf") format("otf");
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ARSMaquettePro-BoldItalic";
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-BoldItalic.otf") format("otf");
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "ARSMaquettePro-Regular";
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Regular.otf") format("otf");
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ARSMaquettePro-RegularItalic";
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-RegularItalic.otf") format("otf");
  src: url("/wp-content/themes/mab21/assets/font/ARSMaquettePro-RegularItalic.woff2") format("woff2");
}
/* global */
*:focus, *:active {
  outline: 0 !important;
}

* {
  font-weight: unset;
  box-sizing: border-box;
}

body {
  font-family: "ARSMaquettePro-Regular", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  font-kerning: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-weight: unset;
}
body strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body .content p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
body .content a {
  text-decoration: underline;
}
body .grecaptcha-badge {
  display: none !important;
}

.nav {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nav .logo {
  width: 211px;
  height: 48px;
  background-image: url(images/rc21-logo-new.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav .paideia {
  width: 139px;
  height: 48px;
  background-image: url(images/paideia-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.back-home {
  position: absolute;
  top: 63px;
  left: 0;
  width: 134px;
  height: 43px;
  background-image: url(images/back-to-home.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 15;
}

.footer {
  background-color: #111111;
  display: flex;
  flex-direction: column;
  padding: 127px 120px 155px;
  color: #fdfdfd;
}
.footer .riga-1 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.footer .riga-1 .col {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
}
.footer .riga-1 .col strong {
  font-size: 24px;
  line-height: 20px;
}
.footer .riga-1 .col.col-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
}
.footer .riga-1 .col.col-1 {
  text-align: center;
  padding-top: 19px;
}
.footer .riga-1 .col.col-1 strong {
  margin-bottom: 5px;
}
.footer .riga-1 .col.col-1 a {
  color: #fdfdfd;
  text-decoration: none;
}
.footer .riga-1 .col.col-3 {
  padding-top: 19px;
  max-width: 341px;
  width: 100%;
}
.footer .riga-1 .col.col-3 p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
  margin: 0;
}
.footer .riga-1 .col .logo-footer {
  width: 100%;
  max-width: 366px;
  height: auto;
  display: block;
}
.footer .riga-2 {
  margin-top: 149px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.footer .riga-2 .logo-footer-2 {
  width: 100%;
  max-width: 454px;
  height: auto;
  display: block;
}
.footer .link-credits {
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
  font-family: "ARSMaquettePro-Regular", sans-serif;
  color: #fdfdfd;
  margin-top: 10px;
}

.credits {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 12px;
  color: #dedede;
  background-color: #2f2f2f;
}
.credits .cc-logo {
  width: 74px;
  height: 41px;
  display: block;
  margin-right: 23px;
}
.credits a {
  margin-left: 3px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1390px) {
  .footer {
    padding: 127px 40px 155px;
  }
}
@media (max-width: 1150px) {
  .footer .riga-1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .riga-1 .col {
    margin-bottom: 30px;
  }
  .footer .riga-1 .col.col-3 {
    padding-top: 0;
  }
  .footer .riga-1 .col.col-2 {
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
    width: auto;
  }
  .footer .riga-1 .col:last-child {
    margin-bottom: 0;
  }
  .footer .riga-2 {
    margin-top: 60px;
  }
}
@media (max-width: 1150px) {
  .footer {
    padding: 40px;
  }
}
@media (max-width: 1150px) {
  .footer .riga-1 .col {
    font-size: 14px;
    line-height: 18px;
  }
}
/* start box-404 */
.box-404 .titolo {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}

.box-404 .link {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 15px 35px;
  width: max-content;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.box-404 .row {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .box-404 .titolo {
    font-size: 55px;
    line-height: 65px;
  }
  .box-404 .link {
    font-size: 25px;
    line-height: 35px;
  }
}
/* end box-404 */
.box-header-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.box-header-full .img-desktop,
.box-header-full .img-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
  display: block;
}
.box-header-full .img-mobile {
  display: none;
}

.main-home {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.main-home .box-center-home {
  max-width: 1034px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding: 0 60px 120px;
}
.main-home .box-center-home .red-icon {
  width: 110px;
  height: 110px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 72px;
  left: -72px;
  background-image: url(images/red-icon.webp);
}
.main-home .box-center-home .curva-sfondo {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1097px;
  height: 548px;
  z-index: 5;
}
.main-home .box-center-home .curva-sfondo.curva-1 {
  top: 192px;
  left: -1157px;
  background-image: url(images/curve-1.webp);
}
.main-home .box-center-home .curva-sfondo.curva-2 {
  top: 855px;
  right: -1157px;
  background-image: url(images/curve-2.webp);
}
.main-home .box-center-home .curva-sfondo.curva-3 {
  bottom: 292px;
  left: -662px;
  width: 548px;
  height: 551px;
  background-image: url(images/curve-3.webp);
}
.main-home .box-center-home .big-titolo {
  font-family: "ARSMaquettePro-Black", sans-serif;
  margin-top: 166px;
  font-size: 60px;
  line-height: 74px;
  letter-spacing: -0.015em;
  color: #212121;
}
.main-home .box-center-home .content {
  font-size: 22px;
  line-height: 35px;
  color: #160a0a;
}
.main-home .box-center-home .content p {
  margin-bottom: 35px;
}
.main-home .box-center-home .content p:last-child {
  margin-bottom: 0;
}
.main-home .box-center-home .content.testo-1 {
  margin-top: 28px;
}
.main-home .box-center-home .content.testo-2 {
  margin-top: 48px;
}
.main-home .box-center-home .slider {
  margin-top: 48px;
  width: 100%;
}
.main-home .box-center-home .slider .s-item {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-home .box-center-home .slider .s-item::before {
  content: "";
  padding-top: 66%;
  display: block;
}
.main-home .box-center-home .slider .slick-prev,
.main-home .box-center-home .slider .slick-next {
  width: 60px;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  left: -60px;
  border: 0;
  background-image: url(images/arow-left.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
}
.main-home .box-center-home .slider .slick-next {
  right: -60px;
  left: unset;
  background-image: url(images/arow-right.webp);
}
.main-home .banner {
  width: 100%;
  display: flex;
  padding: 99px 60px 81px;
}
.main-home .banner.banner-1 {
  margin-top: 0;
}
.main-home .banner.banner-2 {
  margin-top: 54px;
}
.main-home .banner .content-banner {
  max-width: 914px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.main-home .banner .content-banner .titolo {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.main-home .banner .content-banner .content {
  min-height: 165px;
  padding-top: 25px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #000000;
}
.main-home .banner .content-banner .link {
  margin: 0 auto;
  padding: 18px 55px;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
  border-radius: 35px;
}

@media (max-width: 1135px) {
  .main-home .box-center-home .red-icon {
    display: none;
  }
  .main-home .box-center-home .big-titolo {
    margin-top: 83px;
    font-size: 36px;
    line-height: 38px;
  }
  .main-home .box-center-home .content {
    font-size: 20px;
    line-height: 30px;
  }
  .main-home .banner .content-banner .titolo {
    font-size: 32px;
    line-height: 36px;
  }
  .main-home .banner .content-banner .content {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .box-header-full .img-desktop {
    display: none;
  }
  .box-header-full .img-mobile {
    display: block;
  }
}
@media (max-width: 756px) {
  .main-home .banner {
    padding: 40px 60px;
  }
  .main-home .banner .content-banner .content {
    min-height: unset;
    text-align: center;
  }
  .main-home .banner .content-banner .link {
    margin-top: 25px;
  }
}
@media (max-width: 550px) {
  .main-home .banner {
    padding: 40px;
  }
  .main-home .box-center-home {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-home .box-center-home .slider .slick-prev,
.main-home .box-center-home .slider .slick-next {
    width: 40px;
    height: 80px;
    left: -40px;
    top: calc(50% - 40px);
  }
  .main-home .box-center-home .slider .slick-next {
    right: -40px;
    left: unset;
  }
}
.banner-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 128px 60px 74px;
  justify-content: center;
  align-items: center;
}
.banner-top .logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
}

.main-download {
  background-color: #2d2d2e;
  padding: 74px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-download .max-width-download {
  max-width: 1470px;
  padding: 0 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-download .big-titolo {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.main-download .anteprima {
  display: flex;
  width: 100%;
  margin: 161px auto 0;
  justify-content: space-between;
}
.main-download .anteprima .cont-label-mobile {
  display: none;
}
.main-download .anteprima .cont-label-mobile .label-mobile {
  display: block;
  background-color: #fff;
  min-height: 160px;
  width: 326px;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 42px;
}
.main-download .anteprima .cont-label-mobile .label-mobile p {
  margin: 0;
}
.main-download .anteprima .cont-label-mobile .label-mobile strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .anteprima .blocco {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 41%;
}
.main-download .anteprima .blocco::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.main-download .anteprima .blocco .label {
  background-color: #fff;
  min-height: 160px;
  width: 326px;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  position: absolute;
  top: -87px;
  left: -61px;
  display: block;
}
.main-download .anteprima .blocco .label p {
  margin: 0;
}
.main-download .anteprima .blocco .label strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .lista-download {
  display: flex;
  width: 100%;
  margin: 213px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-download .lista-download .label-mobile {
  display: none;
  background-color: #fff;
  min-height: 160px;
  width: 100%;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 42px;
}
.main-download .lista-download .label-mobile p {
  margin: 0;
}
.main-download .lista-download .label-mobile strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .lista-download .blocco {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 28%;
  margin-bottom: 88px;
}
.main-download .lista-download .blocco::before {
  padding-top: 141%;
  display: block;
  content: "";
}
.main-download .lista-download .blocco .label {
  background-color: #fff;
  min-height: 160px;
  width: 326px;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  position: absolute;
  top: -87px;
  left: -61px;
  display: block;
}
.main-download .lista-download .blocco .label p {
  margin: 0;
}
.main-download .lista-download .blocco .label strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .cont-immagine-finale-label-mobile {
  display: none;
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
}
.main-download .cont-immagine-finale-label-mobile .immagine-finale-label-mobile {
  background-color: #fff;
  min-height: 160px;
  width: 326px;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  display: block;
}
.main-download .cont-immagine-finale-label-mobile .immagine-finale-label-mobile p {
  margin: 0;
}
.main-download .cont-immagine-finale-label-mobile .immagine-finale-label-mobile strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .immagine-finale {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  max-width: 612px;
  margin: 126px auto 0;
  display: block;
}
.main-download .immagine-finale::before {
  padding-top: 141%;
  display: block;
  content: "";
}
.main-download .immagine-finale .label {
  background-color: #fff;
  min-height: 160px;
  width: 326px;
  padding: 13px 15px 18px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.015em;
  color: #000000;
  position: absolute;
  top: -87px;
  left: -61px;
  display: block;
}
.main-download .immagine-finale .label p {
  margin: 0;
}
.main-download .immagine-finale .label strong {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 31px;
  line-height: 33px;
  letter-spacing: -0.015em;
  max-width: 162px;
  width: 100%;
  display: block;
  margin: 0 0 3px;
}
.main-download .banner-download {
  width: 100%;
  display: flex;
  padding: 99px 60px 81px;
  margin: 126px 0 0;
}
.main-download .banner-download .content-banner {
  max-width: 914px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.main-download .banner-download .content-banner .titolo {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.main-download .banner-download .content-banner .content {
  min-height: 165px;
  padding-top: 25px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #000000;
}
.main-download .banner-download .content-banner .link {
  margin: 0 auto;
  padding: 18px 55px;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
  border-radius: 35px;
}

@media (max-width: 1230px) {
  .main-download .max-width-download {
    padding: 0 60px;
  }
  .main-download .anteprima {
    flex-wrap: wrap;
    margin-top: 74px;
  }
  .main-download .anteprima .cont-label-mobile {
    display: block;
    width: 47%;
  }
  .main-download .anteprima .cont-label-mobile .label-mobile {
    width: 100%;
  }
  .main-download .anteprima .blocco {
    width: 47%;
  }
  .main-download .anteprima .blocco .label {
    display: none;
    top: -192px;
    left: 0;
  }
  .main-download .lista-download {
    margin-top: 42px;
  }
  .main-download .lista-download .label-mobile {
    display: block;
  }
  .main-download .lista-download .blocco {
    margin-bottom: 42px;
  }
  .main-download .lista-download .blocco .label {
    display: none;
    top: -226px;
    left: 0;
  }
  .main-download .cont-immagine-finale-label-mobile {
    display: block;
  }
  .main-download .cont-immagine-finale-label-mobile .immagine-finale-label-mobile {
    width: 100%;
  }
  .main-download .immagine-finale {
    margin-top: 42px;
  }
  .main-download .immagine-finale .label {
    display: none;
    top: -202px;
    left: 0;
  }
}
@media (max-width: 1135px) {
  .main-download .banner-download .content-banner .titolo {
    font-size: 32px;
    line-height: 36px;
  }
  .main-download .banner-download .content-banner .content {
    font-size: 20px;
  }
}
@media (max-width: 952px) {
  .main-download .big-titolo {
    text-align: left;
  }
  .main-download .anteprima {
    flex-wrap: wrap;
  }
  .main-download .anteprima .order-1 {
    order: 1;
  }
  .main-download .anteprima .order-2 {
    order: 2;
  }
  .main-download .anteprima .order-3 {
    order: 3;
    margin-top: 42px;
  }
  .main-download .anteprima .order-4 {
    order: 4;
  }
  .main-download .anteprima .cont-label-mobile {
    width: 100%;
  }
  .main-download .anteprima .cont-label-mobile .label-mobile {
    width: 100%;
  }
  .main-download .anteprima .blocco {
    width: 100%;
  }
  .main-download .anteprima .blocco .label {
    width: 100%;
  }
  .main-download .anteprima .blocco:nth-child(2) {
    margin-top: 234px;
  }
  .main-download .lista-download .blocco {
    width: 48%;
  }
  .main-download .lista-download .blocco .label {
    width: 209%;
  }
  .main-download .cont-immagine-finale-label-mobile {
    max-width: 100%;
  }
  .main-download .cont-immagine-finale-label-mobile .immagine-finale-label-mobile {
    width: 100%;
  }
  .main-download .immagine-finale {
    max-width: 100%;
  }
  .main-download .immagine-finale .label {
    width: 100%;
  }
}
@media (max-width: 756px) {
  .main-download .banner-download {
    padding: 40px 60px;
  }
  .main-download .banner-download .content-banner .content {
    min-height: unset;
    text-align: center;
  }
  .main-download .banner-download .content-banner .link {
    margin-top: 25px;
  }
}
@media (max-width: 550px) {
  .banner-top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-download .max-width-download {
    padding: 0 40px;
  }
  .main-download .lista-download .blocco {
    width: 100%;
  }
  .main-download .banner-download {
    margin-top: 42px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.area-riservata {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
}
.area-riservata .form-registrazione {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 60px 40px;
}
.area-riservata .form-registrazione .label {
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.015em;
  font-family: "ARSMaquettePro-Bold", sans-serif;
  margin-bottom: 74px;
}
.area-riservata .form-registrazione .campi {
  display: flex;
  flex-direction: column;
}
.area-riservata .form-registrazione .campi .input {
  width: 100%;
  font-family: "ARSMaquettePro-Regular", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
  padding: 14px 20px;
  background-color: #fff;
  color: #a0a0a0;
  margin-bottom: 28px;
  border: 0;
}
.area-riservata .form-registrazione .campi .input:last-child {
  margin-bottom: 33px;
}
.area-riservata .form-registrazione .campi .input::placeholder {
  color: #a0a0a0;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
}
.area-riservata .form-registrazione .submit {
  margin: 38px auto 0;
  padding: 18px 55px;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
  border-radius: 35px;
  cursor: pointer;
  transition: 0.5s;
  border: 0;
}
.area-riservata .form-registrazione .submit:disabled {
  background-color: #a1a1a1;
  cursor: not-allowed;
}
.area-riservata .form-registrazione .wpcf7-checkbox {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.area-riservata .form-registrazione .wpcf7-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.area-riservata .form-registrazione .wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 10px;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: -0.015em;
  cursor: pointer;
}
.area-riservata .form-registrazione .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
}
.area-riservata .form-registrazione .wpcf7-checkbox:hover input ~ .wpcf7-list-item-label::before {
  background-color: #7c7c7c;
}
.area-riservata .form-registrazione .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before {
  background-color: #7c7c7c;
}

@media (max-height: 594px) {
  .area-riservata {
    min-height: unset;
  }
}
@media (max-width: 550px) {
  .area-riservata .form-registrazione .label {
    margin-bottom: 28px;
  }
}
.banner-credit {
  width: 100%;
  display: flex;
  padding: 100px 60px 81px;
}
.banner-credit .content-banner {
  max-width: 914px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.banner-credit .content-banner .titolo {
  font-family: "ARSMaquettePro-Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.banner-credit .content-banner .content {
  min-height: 165px;
  padding-top: 25px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #000000;
}
.banner-credit .content-banner .link {
  margin: 81px auto 0;
  padding: 18px 55px;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
  border-radius: 35px;
}

@media (max-width: 1135px) {
  .banner-credit .content-banner .titolo {
    font-size: 32px;
    line-height: 36px;
  }
  .banner-credit .content-banner .content {
    font-size: 20px;
  }
}
@media (max-width: 756px) {
  .banner-credit {
    padding: 100px 60px;
  }
  .banner-credit .content-banner .content {
    min-height: unset;
    text-align: center;
  }
  .banner-credit .content-banner .link {
    margin-top: 25px;
  }
}
@media (max-width: 550px) {
  .banner-credit {
    padding: 100px 40px;
  }
}

/*# sourceMappingURL=custom.css.map */
