#faqs,
.download-page {
  padding-top: 145px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faqs,
  .download-page {
    text-align: start;
  }
}
#faqs .breadcrumb,
.download-page .breadcrumb {
  position: unset;
  justify-content: center;
}
#faqs .breadcrumb .item,
.download-page .breadcrumb .item {
  color: #6A6A7A;
}
#faqs .breadcrumb .arrow,
.download-page .breadcrumb .arrow {
  filter: invert(41%) sepia(5%) saturate(948%) hue-rotate(202deg) brightness(99%) contrast(88%);
}
#faqs h1,
.download-page h1 {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #1C1C27;
  text-transform: uppercase;
  margin: 24px auto;
}
#faqs .intro,
.download-page .intro {
  font-family: gotham-light;
  font-size: 16px;
  line-height: 130%;
  color: #1C1C27;
  text-wrap: balance;
  max-width: 750px;
  margin: auto;
}

#faqs .accordion {
  margin-top: 88px;
  margin-bottom: 242px;
}
@media screen and (max-width: 767px) {
  #faqs .accordion {
    margin-top: 53px;
    margin-bottom: 113px;
  }
}
#faqs .accordion .accordion-item {
  border: none;
  background: transparent;
}
#faqs .accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #6A6A7A;
}
#faqs .accordion .accordion-button {
  padding: 24px 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  font-family: gotham-light;
  font-size: 24px;
  line-height: normal;
  color: #1C1C27;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #faqs .accordion .accordion-button {
    font-size: 20px;
  }
}
#faqs .accordion .accordion-button img {
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #faqs .accordion .accordion-button img {
    width: 25px;
  }
}
#faqs .accordion .accordion-button:not(.collapsed) img {
  rotate: 180deg;
}
#faqs .accordion .accordion-body {
  padding: 0 0 24px 0;
}
#faqs .accordion .accordion-body p {
  margin-bottom: 0;
}
#faqs .accordion .accordion-body p, #faqs .accordion .accordion-body a {
  font-family: gotham-light;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  color: #1C1C27;
  text-align: start;
}

.page-2d-3d {
  padding-top: 0;
}
.page-2d-3d .hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: -1;
}
.page-2d-3d .content {
  margin-top: 77px;
  margin-bottom: 108px;
}
.page-2d-3d .content p {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1C1C27;
}
@media screen and (max-width: 767px) {
  .page-2d-3d .content p {
    font-size: 32px;
  }
}

.download-page {
  text-align: start;
}
.download-page .downloads {
  margin-top: 77px;
}
.download-page .downloads .download-group {
  margin-bottom: 90px;
}
.download-page .downloads h2 {
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 1.4px;
  color: #6A6A7A;
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 9px;
}
.download-page .downloads .download-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
  border-bottom: 1px solid #6A6A7A;
}
.download-page .downloads .download-line .name {
  font-family: gotham-book;
  font-size: 15px;
  line-height: 130%;
  color: #1C1C27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download-page .downloads .download-line .name span.category-product {
  font-family: "gotham-light";
}
.download-page .downloads .download-line .cat-tag {
  font-family: gotham-light;
  font-size: 14px;
  color: #6A6A7A;
  margin-bottom: 3px;
}
.download-page .downloads .download-line a, .download-page .downloads .download-line button {
  min-width: 48px;
  padding: 13px 15px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #1C1C27;
}
.download-page .downloads .download-line a img, .download-page .downloads .download-line button img {
  width: 16px;
}
.download-page .downloads .download-card {
  height: 100%;
  background: #fff;
  padding: 36px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.download-page .downloads .download-card .name {
  font-family: gotham-book;
  font-size: 14px;
  line-height: 130%;
  color: #1C1C27;
  word-break: break-word;
}
.download-page .downloads .download-card a, .download-page .downloads .download-card button {
  padding: 0;
  min-width: 20px;
  background: transparent;
}
.download-page .downloads .download-card a img, .download-page .downloads .download-card button img {
  width: 20px;
}

.press-area .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.press-area h1 {
  position: relative;
  z-index: 1;
}
.press-area .content {
  margin: 100px auto 78px;
}
.press-area .content p {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1C1C27;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .press-area .content p {
    font-size: 32px;
    letter-spacing: 0.64px;
    margin-bottom: 45px;
  }
}
.press-area .content .block {
  display: block;
  width: 100%;
  min-height: 260px;
  padding: 60px 24px;
  margin-bottom: 22px;
  background: #2A2A31;
  font-family: gotham-light;
  font-size: 29px;
  line-height: normal;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  color: var(--Bianco, var(--Bianco, #FFF));
  text-decoration: none;
}
@media screen and (max-width: 1399px) {
  .press-area .content .block {
    font-size: 21px;
    min-height: unset;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .press-area .content .block {
    font-size: 24px;
  }
}

#press-release,
#press-kit {
  background: #F5F5F5;
}
#press-release h1, #press-release .intro,
#press-kit h1,
#press-kit .intro {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #press-release h1,
  #press-kit h1 {
    font-size: 32px;
  }
}
#press-release .downloads,
#press-kit .downloads {
  padding-bottom: 44px;
}
#press-release .downloads .download-group,
#press-kit .downloads .download-group {
  row-gap: 14px;
  margin-bottom: 30px;
}
#press-release .downloads h2,
#press-kit .downloads h2 {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #press-release .downloads,
  #press-kit .downloads {
    margin-top: 48px;
  }
  #press-release .downloads .download-group,
  #press-kit .downloads .download-group {
    margin-bottom: 52px;
  }
  #press-release .downloads .download-card,
  #press-kit .downloads .download-card {
    margin: auto 14px;
  }
}
#press-release .download-card,
#press-kit .download-card {
  background: #fff;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 126px;
  margin-bottom: 14px;
}
#press-release .download-card .people-preview,
#press-kit .download-card .people-preview {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
#press-release .download-card .text p,
#press-kit .download-card .text p {
  font-family: gotham-book;
  font-size: 14px;
  line-height: 130%;
  color: #1C1C27;
  word-break: break-word;
  margin-bottom: 0;
}
#press-release .download-card .text p b,
#press-kit .download-card .text p b {
  display: block;
  font-family: gotham-bold;
}
#press-release .download-card .text p.type,
#press-kit .download-card .text p.type {
  opacity: 0.7;
  font-size: 11px;
  color: #6A6A7A;
  margin-bottom: 4px;
}
#press-release .download-card a, #press-release .download-card a img,
#press-release .download-card button, #press-release .download-card button img,
#press-kit .download-card a,
#press-kit .download-card a img,
#press-kit .download-card button,
#press-kit .download-card button img {
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #press-release .download-card,
  #press-kit .download-card {
    margin: 0 14px 20px 14px;
  }
}
#press-release .download-company h2,
#press-release .download-brochure h2,
#press-kit .download-company h2,
#press-kit .download-brochure h2 {
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  color: #1C1C27;
  margin-bottom: 18px;
}
#press-release .download-company,
#press-kit .download-company {
  margin-top: 77px;
  margin-bottom: 42px;
}
#press-release .download-brochure,
#press-kit .download-brochure {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 72px;
}
#press-release .download-brochure .download-card,
#press-kit .download-brochure .download-card {
  background: #F5F5F5;
}
@media screen and (max-width: 1199px) {
  #press-release .download-profile,
  #press-kit .download-profile {
    margin-top: 44px;
  }
}

.contact-page .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.contact-page .hero h1 {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 767px) {
  .contact-page .hero h1 {
    padding-bottom: 24px;
  }
}
.contact-page .contacts {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .contact-page .contacts {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.contact-page .contacts form {
  max-width: 650px;
  margin-top: 42px;
  margin-bottom: 0;
}
.contact-page .contacts form .curriculum .label-cv {
  font-family: "gotham-medium";
  margin-bottom: 12px;
  color: #1C1C27;
}
.contact-page .contacts form .curriculum .wpcf7-form-control-wrap {
  margin-top: 10px;
  position: relative;
}
.contact-page .contacts form .curriculum .wpcf7-form-control-wrap:hover::before {
  background: #1C1C27;
  transition: all 0.3s;
}
.contact-page .contacts form .curriculum .wpcf7-form-control-wrap::before {
  content: "Carica file";
  display: inline-flex;
  background: transparent;
  padding: 8px 24px;
  color: #BFA59A;
  font-family: gotham-medium;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #1C1C27;
  border-radius: 24px;
}
.contact-page .contacts form .curriculum .wpcf7-form-control-wrap::after {
  content: "Nessun file selezionato";
  display: inline-flex;
  color: #1C1C27;
  font-family: gotham-book;
  font-size: 14px;
  line-height: normal;
  padding-left: 13px;
  position: absolute;
  top: 10px;
  left: 140px;
}
.contact-page .contacts form .curriculum .wpcf7-form-control-wrap.file-uploaded::after {
  content: "File caricato";
}
.contact-page .contacts form .curriculum input {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
}
.contact-page .contacts form .row .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 18px;
}
.contact-page .contacts form .wpcf7-not-valid-tip {
  font-size: 13px;
  padding-left: 29px;
  margin-top: 2px;
}
.contact-page .contacts form .wpcf7-response-output {
  margin: 24px 0 0 0;
}
.contact-page .contacts form .wpcf7-list-item {
  margin: 0;
}
.contact-page .contacts form select, .contact-page .contacts form input[type=text], .contact-page .contacts form input[type=email], .contact-page .contacts form textarea {
  width: 100%;
  height: 34px;
  padding: 4px 28px;
  border-radius: 20px;
  border: 1px solid #A8A8A8;
  background: transparent;
  font-family: gotham-book;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #1C1C27;
}
.contact-page .contacts form select::-moz-placeholder, .contact-page .contacts form input[type=text]::-moz-placeholder, .contact-page .contacts form input[type=email]::-moz-placeholder, .contact-page .contacts form textarea::-moz-placeholder {
  color: #1C1C27;
}
.contact-page .contacts form select::placeholder, .contact-page .contacts form input[type=text]::placeholder, .contact-page .contacts form input[type=email]::placeholder, .contact-page .contacts form textarea::placeholder {
  color: #1C1C27;
}
.contact-page .contacts form select:focus, .contact-page .contacts form select:focus-visible, .contact-page .contacts form input[type=text]:focus, .contact-page .contacts form input[type=text]:focus-visible, .contact-page .contacts form input[type=email]:focus, .contact-page .contacts form input[type=email]:focus-visible, .contact-page .contacts form textarea:focus, .contact-page .contacts form textarea:focus-visible {
  outline: 1px solid #1C1C27;
}
.contact-page .contacts form select {
  padding: 4px 25px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/arrow-accordion.svg");
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-size: 15px;
}
.contact-page .contacts form textarea {
  height: 120px;
  resize: none;
  padding: 12px 28px;
}
.contact-page .contacts form .acceptance-cnt label {
  margin-bottom: 14px;
  font-family: gotham-book;
  font-size: 13px;
  line-height: 130%;
  color: #1C1C27;
  cursor: pointer;
}
.contact-page .contacts form .acceptance-cnt label a {
  color: #1C1C27;
}
.contact-page .contacts form .acceptance-cnt label input {
  accent-color: #D9D9D9;
}
.contact-page .contacts form .acceptance-cnt label input:focus {
  outline: none;
}
.contact-page .contacts form .cta-send {
  margin-top: 10px;
  position: relative;
  border-radius: 60px;
  background: #1C1C27;
  border: 1px solid #1C1C27;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.contact-page .contacts form .cta-send input {
  background: transparent;
  opacity: 1 !important;
  padding: 8px 40px 8px 24px;
  color: #BFA59A;
  font-family: gotham-medium;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.contact-page .contacts form .cta-send input:focus {
  outline: none;
}
.contact-page .contacts form .cta-send .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contacts form .cta-send:hover {
  background: #FFF;
  color: #BFA59A;
}
.contact-page .contacts form .cta-send::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url("../img/cta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-page .contacts .info-group:not(:last-of-type) {
  margin-bottom: 60px;
}
.contact-page .contacts h2 {
  font-family: gotham-light;
  font-size: 38px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1C1C27;
  margin-bottom: 12px;
}
.contact-page .contacts .text p,
.contact-page .contacts .text a {
  font-family: gotham-book;
  font-size: 16px;
  line-height: 130%;
  color: #1C1C27;
  text-decoration: none;
  margin-bottom: 0;
}
.contact-page .contacts .text p b,
.contact-page .contacts .text a b {
  font-family: gotham-bold;
}
.contact-page .contacts .text p {
  margin-bottom: 12px;
}
.contact-page .contacts .cta {
  margin-top: 26px;
}
@media screen and (min-width: 992px) {
  .contact-page .contacts .vertical-separator {
    width: 1px;
    height: 100%;
    background: #6A6A7A;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .contacts h2 {
    font-size: 32px;
  }
  .contact-page .contacts .left {
    padding-bottom: 54px;
    border-bottom: 1px solid #6A6A7A;
    margin-bottom: 72px;
  }
}

html:lang(en-US) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::before,
html:lang(fr-FR) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::before,
html:lang(de-DE) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::before,
html:lang(ru-RU) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::before {
  content: "Upload file";
}

html:lang(en-US) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::after,
html:lang(fr-FR) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::after,
html:lang(de-DE) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::after,
html:lang(ru-RU) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap::after {
  content: "No file selected";
}

html:lang(en-US) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap.file-uploaded::after,
html:lang(fr-FR) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap.file-uploaded::after,
html:lang(de-DE) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap.file-uploaded::after,
html:lang(ru-RU) .contact-page .contacts form .curriculum .wpcf7-form-control-wrap.file-uploaded::after {
  content: "Uploaded file";
}

#press-contact {
  padding-top: 145px;
  background: #F5F5F5;
}
#press-contact .breadcrumb {
  position: unset;
  justify-content: center;
}
#press-contact .breadcrumb .item {
  color: #6A6A7A;
}
#press-contact .breadcrumb .arrow {
  filter: invert(41%) sepia(5%) saturate(948%) hue-rotate(202deg) brightness(99%) contrast(88%);
}
#press-contact h1 {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #1C1C27;
  text-align: center;
  text-transform: uppercase;
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  #press-contact h1 {
    font-size: 32px;
  }
}
#press-contact .intro {
  font-family: gotham-light;
  font-size: 16px;
  line-height: 130%;
  color: #1C1C27;
  text-align: center;
  text-wrap: balance;
  max-width: 750px;
  margin: auto;
}
#press-contact .blocks {
  margin-top: 77px;
  padding-bottom: 150px;
}
#press-contact .blocks .block {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #press-contact .blocks .block {
    margin-bottom: 20px;
  }
}
#press-contact .blocks .type {
  height: 42px;
}
@media screen and (max-width: 767px) {
  #press-contact .blocks .type {
    display: none;
  }
}
#press-contact .blocks h2 {
  font-family: gotham-light;
  font-size: 14px;
  line-height: 107%;
  color: #1C1C27;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  margin: 0;
}
#press-contact .blocks .card {
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 60px 50px;
  height: calc(100% - 42px);
}
#press-contact .blocks .card h3, #press-contact .blocks .card p, #press-contact .blocks .card a {
  font-family: gotham-light;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}
#press-contact .blocks .card h3 {
  font-family: gotham-bold;
  letter-spacing: normal;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  #press-contact .blocks .card {
    height: 100%;
  }
}

#configurator {
  position: relative;
}
#configurator .hero {
  padding: 150px 0 130px;
  height: 100vh;
  min-height: 780px;
  position: relative;
}
#configurator .hero::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  z-index: -1;
}
#configurator .hero .immagine-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#configurator .hero h1 {
  position: relative;
  color: #FFF;
  font-family: "gotham-thin";
  font-size: 49px;
  font-style: normal;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  z-index: 1;
}
#configurator .hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #1C1C27 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
#configurator .content {
  background: #1C1C27;
  padding-top: 135px;
  padding-bottom: 135px;
  text-align: center;
}
#configurator .content .breadcrumb {
  position: unset;
  justify-content: center;
}
#configurator .content .breadcrumb .item {
  color: #6A6A7A;
  font-size: 14px;
  margin-bottom: 0;
}
#configurator .content h2 {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 48px;
  margin-bottom: 24px;
}
#configurator .content p {
  font-family: gotham-book;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #configurator .content {
    padding-top: 12px;
  }
  #configurator .content .breadcrumb .item {
    color: #fff;
  }
  #configurator .content h2 {
    font-size: 32px;
    margin-top: 68px;
    margin-bottom: 42px;
  }
  #configurator .content p {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1199px) {
  #manutenzione .immagine-hero {
    -o-object-position: 69%;
       object-position: 69%;
  }
}
#manutenzione .intro {
  padding-bottom: 96px;
  margin-bottom: 290px;
}
@media screen and (max-width: 991px) {
  #manutenzione .intro {
    padding-bottom: 60px;
    margin-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  #manutenzione .intro {
    padding-top: 60px;
  }
}
#manutenzione .materials {
  background: #1C1C27;
}
#manutenzione .materials .mt-negative {
  position: relative;
  top: -290px;
}
@media screen and (max-width: 991px) {
  #manutenzione .materials .mt-negative {
    top: -190px;
  }
}
#manutenzione .materials img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  #manutenzione .materials img {
    height: 380px;
  }
}
#manutenzione .materials .text {
  margin-top: 96px;
  margin-bottom: 114px;
}
@media screen and (max-width: 767px) {
  #manutenzione .materials .text {
    margin-top: 24px;
    margin-bottom: 75px;
  }
}
#manutenzione .materials h2 {
  font-family: gotham-light;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #manutenzione .materials h2 {
    font-size: 32px;
  }
}
#manutenzione .materials p {
  font-family: gotham-book;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}
#manutenzione .materials .wrapper-boxes {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 65px;
}
#manutenzione .materials .wrapper-boxes::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #manutenzione .materials .wrapper-boxes {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 100vw;
    margin-left: calc((540px - 100vw - var(--bs-gutter-x, 0.75rem)) / 2);
    margin-right: calc((540px - 100vw - var(--bs-gutter-x, 0.75rem)) / 2);
    padding: 0 calc((100vw - 540px + var(--bs-gutter-x, 0.75rem)) / 2);
  }
}
@media screen and (max-width: 575px) {
  #manutenzione .materials .wrapper-boxes {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
  }
}
#manutenzione .materials .wrapper-boxes .box-video {
  width: calc(50% - 15px);
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #manutenzione .materials .wrapper-boxes .box-video {
    min-width: 60vw;
  }
}
@media screen and (max-width: 575px) {
  #manutenzione .materials .wrapper-boxes .box-video {
    min-width: 75vw;
  }
}
#manutenzione .materials .wrapper-boxes .box-video .wrapper-video {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #manutenzione .materials .wrapper-boxes .box-video .wrapper-video {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  #manutenzione .materials .wrapper-boxes .box-video .wrapper-video iframe {
    width: 100%;
    height: 100%;
  }
}
#manutenzione .materials .wrapper-boxes .box-video .titolo-video {
  color: #FFF;
  font-family: gotham-book;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}
#manutenzione .materials .download-pelle {
  margin: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  #manutenzione .materials .download-pelle {
    margin: 70px 0 100px;
  }
}
#manutenzione .materials .download-tessuto {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #manutenzione .materials .download-tessuto {
    margin-top: 70px;
  }
}

.cataloghi .tiles {
  row-gap: 90px;
}
.cataloghi .tiles .catalogo-btn {
  transition: all 0.3s;
}
.cataloghi .tiles .catalogo-btn path {
  transition: all 0.3s;
}
.cataloghi .tiles .catalogo-btn:hover {
  color: #BFA59A;
  background: #1C1C27 !important;
}
.cataloghi .tiles .catalogo-btn:hover path {
  stroke: #BFA59A;
}
.cataloghi .tiles .catalogo-btn.bg-dark {
  border: 1px solid #1C1C27;
}
.cataloghi .tiles .catalogo-btn.bg-dark:hover {
  color: #1C1C27;
  background: #fff !important;
}
.cataloghi .tiles .catalogo-btn.bg-dark:hover path {
  stroke: #1C1C27;
}
@media screen and (max-width: 767px) {
  .cataloghi .catalogo-card img {
    margin-bottom: 46px;
  }
  .cataloghi .catalogo-card .catalogo-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-template-2d-3d .download-modal .modal-dialog {
  max-width: 650px;
}

.download-modal .modal-dialog {
  max-width: 580px;
}
.download-modal .modal-content {
  border-radius: 0;
}
.download-modal .modal-content .modal-header {
  border-bottom: none;
}
.download-modal .modal-content .modal-body {
  padding: 0 35px 40px 35px;
}
.download-modal .btn-close {
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 0;
  background: none;
  opacity: 1;
}
.download-modal .btn-close:focus, .download-modal .btn-close:focus-visible {
  outline: none;
  box-shadow: none;
}
.download-modal h3 {
  color: #1C1C27 !important;
  font-size: 30px;
}
.download-modal .wpcf7 {
  margin-top: 24px;
}
.download-modal .wpcf7 form {
  margin-bottom: 0;
}
.download-modal .wpcf7 .wpcf7-not-valid-tip {
  font-family: gotham-book;
  font-size: 13px;
  padding-left: 22px;
  margin-top: 2px;
}
.download-modal .wpcf7 .row .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 13px;
}
.download-modal .wpcf7 input[type=text], .download-modal .wpcf7 input[type=email], .download-modal .wpcf7 input[type=tel], .download-modal .wpcf7 select {
  width: 100% !important;
  margin: 0 !important;
  padding: 7px 26px !important;
  color: #1C1C27;
  border-radius: 50px;
  border: 1px solid #A8A8A8;
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
.download-modal .wpcf7 input[type=text]::-moz-placeholder, .download-modal .wpcf7 input[type=email]::-moz-placeholder, .download-modal .wpcf7 input[type=tel]::-moz-placeholder, .download-modal .wpcf7 select::-moz-placeholder {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
.download-modal .wpcf7 input[type=text]::placeholder, .download-modal .wpcf7 input[type=email]::placeholder, .download-modal .wpcf7 input[type=tel]::placeholder, .download-modal .wpcf7 select::placeholder {
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
  line-height: 130%;
}
.download-modal .wpcf7 input[type=text]:focus, .download-modal .wpcf7 input[type=text]:focus-visible, .download-modal .wpcf7 input[type=email]:focus, .download-modal .wpcf7 input[type=email]:focus-visible, .download-modal .wpcf7 input[type=tel]:focus, .download-modal .wpcf7 input[type=tel]:focus-visible, .download-modal .wpcf7 select:focus, .download-modal .wpcf7 select:focus-visible {
  outline: 1px solid #1C1C27;
}
.download-modal .wpcf7 select {
  margin: 8px 0;
  border-radius: 50px;
  border: 1px solid #A8A8A8;
  background: #fff;
  padding-right: 40px !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow-accordion.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 15px;
}
.download-modal .wpcf7 input[type=checkbox] {
  accent-color: #D9D9D9;
}
.download-modal .wpcf7 .form-section-title {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.download-modal .wpcf7 .attention {
  font-size: 13px;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 14px;
}
.download-modal .wpcf7 .acceptance-cnt,
.download-modal .wpcf7 .catalogo-check {
  margin-top: 20px;
  color: #1C1C27;
  font-family: gotham-light;
  font-size: 14px;
}
.download-modal .wpcf7 .acceptance-cnt .wpcf7-list-item,
.download-modal .wpcf7 .catalogo-check .wpcf7-list-item {
  margin: 0;
}
.download-modal .wpcf7 .acceptance-cnt label,
.download-modal .wpcf7 .catalogo-check label {
  font-size: 13px !important;
  line-height: 130%;
  cursor: pointer;
}
.download-modal .wpcf7 .acceptance-cnt label a,
.download-modal .wpcf7 .catalogo-check label a {
  color: #000;
}
.download-modal .wpcf7 .catalogo-check label {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  display: flex;
  gap: 9px;
  align-items: center;
}
.download-modal .wpcf7 .catalogo-check .wpcf7-not-valid-tip {
  margin: 0;
  padding: 0;
}
.download-modal .wpcf7 .catalogo-check .wpcf7-list-item-label {
  word-break: break-word;
}
.download-modal .wpcf7 .catalogo-check .wpcf7-list-item {
  margin: 0 2em 0 0;
}
.download-modal .wpcf7 .cta-send {
  margin-top: 30px;
  position: relative;
  border-radius: 60px;
  background: #1C1C27;
  border: 1px solid #1C1C27;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
.download-modal .wpcf7 .cta-send input {
  background: transparent !important;
  opacity: 1 !important;
  padding: 8px 40px 8px 24px;
  color: #BFA59A;
  font-family: gotham-medium;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.download-modal .wpcf7 .cta-send .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.download-modal .wpcf7 .cta-send:hover {
  background: #FFF;
  color: #BFA59A;
}
.download-modal .wpcf7 .cta-send::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url(../img/cta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#store-locator .wrapper-map .overlay-map {
  height: auto;
  max-height: 100%;
}
#store-locator .wrapper-map .overlay-map .card-store {
  padding: 0 20px;
  margin-bottom: 0;
  transition: height 0.5s, transform 0.5s;
}
#store-locator .wrapper-map .overlay-map .card-store .back {
  display: none;
  position: absolute;
  padding: 10px;
  top: 0;
  right: 2px;
  background: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
#store-locator .wrapper-map .overlay-map .card-store.show {
  padding: 24px 20px;
  margin-bottom: 24px;
}
#store-locator .wrapper-map .overlay-map .card-store.rivenditore-autorizzato .info.website, #store-locator .wrapper-map .overlay-map .card-store.corner-calia-italia .info.website {
  color: #fff;
  border-color: #fff;
}
#store-locator .wrapper-map .overlay-map .card-store.rivenditore-autorizzato .info.website path, #store-locator .wrapper-map .overlay-map .card-store.corner-calia-italia .info.website path {
  stroke: #fff;
}
#store-locator .wrapper-map .overlay-map .card-store.rivenditore-autorizzato .info.website:hover, #store-locator .wrapper-map .overlay-map .card-store.corner-calia-italia .info.website:hover {
  color: #BFA59A;
  border-color: #BFA59A;
}
#store-locator .wrapper-map .overlay-map .card-store.rivenditore-autorizzato .info.website:hover path, #store-locator .wrapper-map .overlay-map .card-store.corner-calia-italia .info.website:hover path {
  stroke: #BFA59A;
}
@media screen and (min-width: 768px) {
  #store-locator .wrapper-map .overlay-map:not(.white-bg) .card-store.show .back {
    display: block;
  }
}
#store-locator .modal-content .wpcf7-not-valid-tip {
  text-align: start;
}
#store-locator .modal-content input[type=tel] {
  width: 100%;
  height: 32px;
  padding: 4px 26px;
  border-radius: 25px;
  border: 1px solid #A8A8A8;
  background: #FFF;
}
#store-locator .modal-content input[type=tel]::-moz-placeholder {
  color: #1C1C27;
}
#store-locator .modal-content input[type=tel]::placeholder {
  color: #1C1C27;
}

.contact-page input[type=tel] {
  width: 100%;
  height: 34px;
  padding: 4px 28px;
  border-radius: 20px;
  border: 1px solid #A8A8A8;
  background: transparent;
  font-family: gotham-book;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #1C1C27;
}
.contact-page input[type=tel]::-moz-placeholder {
  color: #1C1C27;
}
.contact-page input[type=tel]::placeholder {
  color: #1C1C27;
}/*# sourceMappingURL=calia.css.map */