@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: Poppins, serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  color: rgb(29, 29, 27);
  background-color: rgb(246, 243, 234);
}

main {
  min-height: 600px;
  overflow-x: hidden;
}

.pageIntro {
  margin-top: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .pageIntro {
    margin-top: 22vw;
    margin-bottom: 90px;
    padding: 0 40px;
  }
}
.pageIntro .AppearingText {
  width: 100%;
  padding: 0 20px;
  max-width: 830px;
  margin-top: 8px;
  z-index: 1;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .pageIntro .AppearingText {
    font-size: 48px;
    line-height: 56px;
    align-self: flex-start;
    padding: 0;
  }
}

.sectionPage .SlidingImagesWrapper {
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 1300px;
  transform: scale(1) translateX(0px);
  position: relative;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .sectionPage .SlidingImagesWrapper {
    overflow-x: hidden;
  }
}
@media (min-width: 769px) {
  .sectionPage .SlidingImagesWrapper {
    margin-bottom: 90px;
  }
}
.leon .sectionPage .SlidingImagesWrapper {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .leon .sectionPage .SlidingImagesWrapper img {
    width: 100%;
    height: auto;
  }
}
.sectionPage .SlidingImages_desktop {
  display: flex;
  width: 100%;
}
.chi .sectionPage .SlidingImages_desktop {
  justify-content: flex-end;
}
.news .sectionPage .SlidingImages_desktop {
  justify-content: flex-end;
}
.servizi .sectionPage .SlidingImages_desktop {
  justify-content: flex-start;
}
.clienti .sectionPage .SlidingImages_desktop {
  justify-content: flex-start;
}
.sectionPage .SlidingImages_desktop .fromSx {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.chi .sectionPage .SlidingImages_desktop .fromSx {
  left: 21%;
  top: 5%;
  max-width: 69.3%;
}
.news .sectionPage .SlidingImages_desktop .fromSx {
  left: 21%;
  top: 5%;
  max-width: 69.3%;
}
.servizi .sectionPage .SlidingImages_desktop .fromSx {
  left: 35%;
  top: 5%;
  max-width: 69.3%;
}
.clienti .sectionPage .SlidingImages_desktop .fromSx {
  left: 35%;
  top: 5%;
  max-width: 69.3%;
}
.clienti .sectionPage .SlidingImages_desktop .fromSx img {
  width: auto;
  max-height: 570px;
}
.sectionPage .SlidingImages_desktop .fromSx img {
  width: 100%;
  height: auto;
}
.sectionPage .SlidingImages_desktop .fromDx {
  width: 100%;
  position: relative;
  z-index: 1;
}
.chi .sectionPage .SlidingImages_desktop .fromDx {
  right: 0;
  max-width: 31%;
}
.news .sectionPage .SlidingImages_desktop .fromDx {
  right: 0;
  max-width: 31%;
}
.servizi .sectionPage .SlidingImages_desktop .fromDx {
  left: 22%;
  max-width: 31%;
}
.clienti .sectionPage .SlidingImages_desktop .fromDx {
  left: 12%;
  max-width: 36%;
}
.sectionPage .SlidingImages_desktop .fromDx img {
  width: 100%;
  height: auto;
}
.chi .sectionPage .SlidingImages_desktop .fromDx img {
  max-height: 620px;
  object-fit: cover;
}
.news .sectionPage .SlidingImages_desktop .fromDx img {
  max-height: 620px;
  object-fit: cover;
}
.servizi .sectionPage .SlidingImages_desktop .fromDx img {
  max-height: 620px;
  object-fit: cover;
}
.clienti .sectionPage .SlidingImages_desktop .fromDx img {
  max-height: 620px;
  object-fit: cover;
}
.sectionPage .SlidingImages_desktop .singleImage {
  margin: 0 0 0 auto;
}

.headerDesktop {
  position: absolute;
  width: 100%;
  display: none;
  justify-content: flex-end;
  top: 0;
  z-index: 3;
}
@media (min-width: 1110px) {
  .headerDesktop {
    display: flex;
  }
}
.headerDesktop .containerDesktop {
  position: relative;
  padding: 40px;
  display: flex;
  width: 100%;
}
.headerDesktop .LogoDesktop {
  position: fixed;
  top: 40px;
  left: 40px;
  height: 15.5vw;
  z-index: 2;
}
.headerDesktop .menu {
  margin: 0;
  padding: 0 40px 0 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 9vw;
}
.headerDesktop .menu li {
  margin: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
}
.headerDesktop .menu li a {
  text-decoration: none;
  color: rgb(29, 29, 27);
}
.headerDesktop .menu li.current-menu-item {
  border-bottom: 3px solid rgb(255, 205, 28);
}

.headerMobile {
  display: none;
}
.headerMobile .containerMobile {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1rem;
  background-color: transparent;
}
.headerMobile .containerMobile .LogoMobile {
  width: 100px;
}
.headerMobile .NavigationMobile {
  display: flex;
  align-items: flex-start;
}
.headerMobile .NavigationMobile .titleMobile {
  margin: 0 0.5rem 0 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.headerMobile .NavigationMobile button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media (max-width: 1109px) {
  .headerMobile {
    display: flex;
  }
}

.MobileMenu {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgb(29, 29, 27);
  padding: 2rem 1rem;
}
.MobileMenu.open {
  display: flex;
}
.MobileMenu .tool {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.MobileMenu .tool a {
  color: rgb(255, 205, 28);
  text-decoration: underline;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.MobileMenu .tool button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.MobileMenu .navigationWrapper_mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MobileMenu .navigationWrapper_mobile ul a {
  color: rgb(255, 205, 28);
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  text-decoration: none;
}

.home .headerDesktop .menu li a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
}

footer {
  position: relative;
  width: 100%;
  background-color: rgb(29, 29, 27);
  padding: 40px 20px 10px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(246, 243, 234);
  display: flex;
  flex-direction: column;
}
footer.contact {
  background-color: #ffcd1c;
}
footer.contact svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1110px) {
  footer {
    display: grid;
    height: 100vh;
    padding-left: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 0.2fr;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 600px;
  }
  footer.contact {
    display: flex;
    padding: 100px 40px;
    height: unset;
    min-height: unset;
  }
}
footer .LogoDesktop {
  display: none;
  grid-column: 2/4;
}
@media (min-width: 1110px) {
  footer .LogoDesktop {
    display: block;
  }
}
footer .LogoMobile {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (min-width: 1110px) {
  footer .LogoMobile {
    display: none;
  }
}
footer .footer-sx ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-sx a:link, footer .footer-sx a:visited, footer .footer-sx a:hover, footer .footer-sx a:active {
  color: rgb(255, 205, 28);
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 1110px) {
  footer .footer-sx {
    display: none;
  }
}
footer .footer-cx p a:link, footer .footer-cx p a:visited, footer .footer-cx p a:hover, footer .footer-cx p a:active {
  color: #fff;
  line-height: 24px;
  text-decoration: none;
}
footer .footer-dx ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-dx a:link, footer .footer-dx a:visited, footer .footer-dx a:hover, footer .footer-dx a:active {
  color: #fff;
  line-height: 24px;
}
footer .colophone {
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  color: rgb(246, 243, 234);
  text-align: center;
  padding-bottom: 1rem;
  font-weight: 100;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1100px) {
  footer .colophone {
    grid-column: 1/4;
    margin-top: 0;
  }
}

.pageSection {
  margin: 0 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .pageSection {
    margin: 0 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.pageSection.first {
  padding-top: 400px;
}
.page-template-page-contatti .pageSection.first {
  padding-top: 250px;
}
.pageSection.first.fullsize {
  padding-top: 250px;
}
.single .pageSection.first {
  padding-top: 300px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .pageSection.first {
    padding-top: 0;
  }
}
.pageSection.extend {
  background-color: #ffcd1c;
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 200px;
}
.pageSection.extend p {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
}
@media (min-width: 769px) {
  .pageSection.extend p {
    font-size: 28px;
    line-height: 32px;
  }
}
.pageSection.extend .wpcf7-form p {
  font-size: 16px;
}
.pageSection.extend .content {
  width: 100%;
}
.pageSection.extend h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.pageSection.fullsize .content {
  width: 100%;
}
.pageSection.fullsize h1 {
  position: static;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .pageSection.fullsize h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.pageSection.fullsize h4 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  font-weight: 600;
}
.pageSection.fullsize h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.pageSection h1 {
  top: 400px;
  left: 40px;
  z-index: 1;
  color: rgb(29, 29, 27);
  letter-spacing: -0.02em;
  display: block;
  font-weight: normal;
  animation: 0.3s ease-in-out 0s 1 normal none running fadeIn;
  position: sticky;
  align-self: flex-start;
  font-size: 32px;
  line-height: 40px;
}
.single .pageSection h1 {
  position: unset;
}
@media (max-width: 768px) {
  .pageSection h1 {
    position: unset;
  }
}
.pageSection h2 {
  bottom: 40px;
  left: 40px;
  z-index: 1;
  color: rgb(29, 29, 27);
  letter-spacing: -0.02em;
  display: block;
  font-weight: normal;
  animation: 0.3s ease-in-out 0s 1 normal none running fadeIn;
  position: sticky;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .pageSection h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .pageSection h2 {
    position: unset;
    align-self: unset;
    padding: 0 20px;
  }
}
.pageSection h2 span {
  margin-bottom: 30px;
}
.pageSection h3 {
  letter-spacing: -0.02em;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media (min-width: 769px) {
  .pageSection h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.pageSection .content {
  border-top: 2px solid rgb(140, 138, 137);
  overflow-y: hidden;
  width: 100%;
}
.pageSection .content.noline {
  border-top: 0;
}
@media (min-width: 769px) {
  .pageSection .content {
    box-sizing: border-box;
    width: calc(100% - 80px - 26vw);
    align-self: flex-end;
  }
  .pageSection .content.unique {
    width: 100%;
    margin-bottom: -300px;
    display: contents;
  }
}
.pageSection .content ol {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .pageSection .content ol {
    flex-direction: column;
  }
}
.pageSection .content ol li {
  width: 50%;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  padding-right: 40px;
}
@media (max-width: 769px) {
  .pageSection .content ol li {
    width: 100%;
  }
}
.pageSection .content ol li .number {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  width: 20px;
  margin-right: 20px;
  text-align: left;
  color: rgb(140, 138, 137);
}
.pageSection .content ol li .item {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.pageSection.news section {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .pageSection.news section {
    max-width: 725px;
  }
}
.pageSection.news section article {
  border: 5px solid rgb(255, 205, 28);
  padding: 24px;
  margin-bottom: 80px;
  position: relative;
}
.pageSection.news section article.imgDefault {
  background-image: url("../images/default-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 428px;
}
.pageSection.news section article date {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 40px;
}
.pageSection.news section article h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin: 40px 0;
  font-weight: 300;
}
@media (min-width: 769px) {
  .pageSection.news section article h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.pageSection.news section article p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 56px;
}
.pageSection.news section article a {
  color: rgb(255, 205, 28);
  font-weight: 600;
  text-decoration: underline;
}
.pageSection.news section article:nth-child(1):before, .pageSection.news section article:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid rgb(255, 205, 28);
  border-bottom: 5px solid rgb(255, 205, 28);
  border-left: 5px solid rgb(255, 205, 28);
  border-image: initial;
  width: 90px;
  height: 80px;
  bottom: -90px;
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  border-right: none;
  left: -40px;
}
.pageSection.news section article:nth-child(1):after {
  right: -5px;
  left: unset;
  width: 50px;
}
.pageSection .page-links {
  margin: 0 0 70px auto;
  width: fit-content;
}
.pageSection .page-links > *, .pageSection .page-links a {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: rgb(255, 205, 28);
  margin: 0 10px;
}
@media (min-width: 769px) {
  .pageSection .page-links > *, .pageSection .page-links a {
    font-size: 28px;
    line-height: 32px;
  }
}
.pageSection .colonne {
  margin: 0 0 80px auto;
  max-width: 900px;
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 959px) {
  .pageSection .colonne {
    max-width: unset;
    width: 100%;
    column-count: 1;
  }
}
.pageSection .colonne p {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 24px;
  break-inside: avoid;
}

.readMore, .readLess {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 40px 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .readMore, .readLess {
    justify-content: flex-end;
    margin: 40px 0 60px auto;
  }
}
.readMore.small, .readLess.small {
  margin: 0;
  height: 56px;
}
.readMore span, .readLess span {
  color: rgb(255, 205, 28);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .readMore span, .readLess span {
    margin-right: 40px;
  }
}
@media (min-width: 769px) {
  .readMore svg, .readLess svg {
    width: 56px;
    height: 56px;
  }
}

.readMore {
  display: flex;
}
.readMore.hide {
  display: none;
}

.readLess {
  display: none;
}
.readLess.show {
  display: flex;
}

.content > div {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px;
  font-weight: normal;
}

.chi .cles .descrizione, .chi .storia .descrizione {
  display: none;
}
.chi .cles .descrizione.show, .chi .storia .descrizione.show {
  display: block;
}

.listPeople {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.listPeople .detail {
  width: 100%;
  display: flex;
  margin: 30px 0;
}
@media (max-width: 1200px) {
  .listPeople .detail {
    flex-direction: column;
  }
}
.listPeople .detail .images {
  width: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .listPeople .detail .images {
    width: 100%;
  }
}
.listPeople .detail .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.listPeople .detail .info {
  position: relative;
  background-color: rgba(173, 71, 75, 0.8);
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .listPeople .detail .info {
    width: 100%;
    aspect-ratio: unset;
  }
}
.listPeople .detail .info h5 {
  color: rgb(246, 243, 234);
  margin-bottom: 0.2rem;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .listPeople .detail .info h5 {
    margin-top: 0;
  }
}
.listPeople .detail .info p {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 0 1rem 0 0;
  color: rgb(246, 243, 234);
}
@media (max-width: 1400px) {
  .listPeople .detail .info p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .listPeople .detail .info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.listPeople .detail .info a {
  display: flex;
  margin-top: 1rem;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: rgb(255, 205, 54);
  background-color: white;
  margin-bottom: 8px;
  border-width: 1px 1px 0.25rem;
  border-style: solid;
  border-color: rgb(255, 205, 54);
  border-image: initial;
  border-radius: 0.5rem;
  padding: 0.2rem 0.4rem;
  width: fit-content;
  text-decoration: none;
}
.listPeople .detail .info a span {
  color: #000;
  text-decoration: none;
}
.listPeople .detail .info:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 100px;
  bottom: 15%;
  height: 100px;
  background-color: rgba(247, 207, 76, 0.5);
  border-radius: 50%;
}
.listPeople .personThumb {
  width: 50%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media (max-width: 769px) {
  .listPeople .personThumb {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
.listPeople .personThumb > div {
  display: flex;
  width: fit-content;
  margin: 0 auto 20px 15px;
  border-width: 1px 1px 0.25rem;
  border-style: solid;
  border-color: rgb(255, 205, 54);
  border-image: initial;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  line-height: 24px;
}
.listPeople .personThumb > div span {
  font-size: 1rem;
  color: rgb(255, 205, 54);
}

.departments {
  padding-top: 50px;
  align-self: start;
  position: sticky;
  top: 21vw;
  left: 40px;
  border-bottom: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.departments button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0 0 15px;
  color: rgb(140, 138, 137);
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.departments button.active {
  color: rgb(174, 71, 75);
}

.menu_plus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu_plus h2 {
  margin-left: 0;
  margin-right: auto;
}

.listServizi {
  margin: 0 40px;
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 80px);
  justify-content: flex-end;
}
.listServizi .container {
  box-sizing: border-box;
  width: calc(100% - 80px - 26vw);
  border-top: 2px solid rgb(140, 138, 137);
}
@media (max-width: 768px) {
  .listServizi .container {
    width: 100%;
  }
}
.leon .listServizi .container {
  width: 100%;
  max-width: 900px;
}
@media (min-width: 768px) {
  .listServizi .container {
    padding: 30px 0;
  }
}
.listServizi .container h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 769px) {
  .listServizi .container h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .listServizi .container h2 {
    font-size: 19px;
    padding: 10px 0;
    line-height: normal;
  }
}
.listServizi .container .descrizione span {
  line-height: 26px;
  letter-spacing: -0.02em;
  display: block;
}
@media (min-width: 769px) {
  .listServizi .container .descrizione span {
    font-size: 28px;
    line-height: 32px;
    padding: 40px 0 60px;
  }
}
.listServizi .container .descrizione ul {
  margin-top: 30px;
  padding: 0;
}
.listServizi .container .descrizione ul li {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  list-style: none;
  padding: 15px 0;
  border-top: 1px solid #000;
}
@media (min-width: 769px) {
  .listServizi .container .descrizione ul li {
    font-size: 24px;
    line-height: 32px;
  }
}
.listServizi .hide {
  display: none;
}
.listServizi .show {
  display: block;
}

.prg {
  margin-top: 40px;
  border-top: 1px solid black;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .prg {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.prg h6 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
.prg .project_data {
  display: flex;
}
@media (max-width: 768px) {
  .prg .project_data {
    flex-direction: column;
  }
}
.prg .project_data .col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .prg .project_data .col {
    width: 100%;
  }
}
.prg .project_data .col .item {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
.prg .project_data .col .item strong {
  margin: 0 0 0.3rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.prg .project_data .col .item span {
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  padding: unset;
}
.prg .project_data .col .item ul, .prg .project_data .col .item li {
  border: 0;
  margin: unset;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  padding: unset;
}

.more {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.listClose {
  flex-direction: column;
  margin-top: 30px;
}
.listClose button {
  border: 0;
  border-top: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 28px;
  line-height: 32px;
  width: 100%;
  padding: 15px 0;
}
.listClose button:last-child {
  border-bottom: 1px solid #000;
}

swiper-container {
  width: 100%;
  max-width: 900px;
  margin: 0 0 0 auto;
}

swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  swiper-slide {
    display: flex;
    flex-direction: column;
  }
}
swiper-slide img {
  width: auto;
  height: auto;
  max-width: 273px;
  max-height: 117px;
}
swiper-slide img:nth-child(1) {
  grid-area: 1/1/2/2;
}
swiper-slide img:nth-child(2) {
  grid-area: 1/2/2/3;
}
swiper-slide img:nth-child(3) {
  grid-area: 1/3/2/4;
}
swiper-slide img:nth-child(4) {
  grid-area: 2/1/3/2;
}
swiper-slide img:nth-child(5) {
  grid-area: 2/2/3/3;
}
swiper-slide img:nth-child(6) {
  grid-area: 2/3/3/4;
}

.clientRow {
  width: calc(100% - 80px);
  margin: 0 40px;
  border-top: 1px solid #000;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .clientRow {
    flex-direction: column;
  }
}
.clientRow h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: normal;
}

.leon .descrizione .bando {
  border-top: 1px solid #000;
}
.leon .descrizione .bando h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .leon .descrizione .bando h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.leon .descrizione .bando .detailsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 769px) {
  .leon .descrizione .bando .detailsList {
    flex-direction: column;
  }
}
.leon .descrizione .bando .detailsList div {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
}
.leon .descrizione .bando .detailsList div strong {
  margin: 0 0 0.3rem;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.leon .descrizione .bando .detailsList div span {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
}
.leon .descrizione a {
  color: rgb(255, 205, 54);
}
.leon .descrizione p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  font-weight: 600;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 46px;
  margin: 5px 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #8c8a89;
  padding: 0 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  margin: 5px 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #8c8a89;
  padding: 0 20px;
  resize: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 10px 0 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 2px solid rgb(255, 205, 54);
  color: #8c8a89;
  background-color: white;
  font-size: 18px;
  padding: 10px 30px;
}

input.wpcf7-form-control.wpcf7-file {
  border: 2px solid rgb(255, 205, 54);
  padding: 10px;
  margin: 10px 0;
  display: block;
}

.open-user-map {
  width: 100%;
}

.open-user-map .box-wrap.map-size-fullwidth {
  width: 100% !important;
}

.single .full strong {
  text-transform: uppercase;
}

.unique .open-user-map .box-wrap .map-wrap .leaflet-map {
  width: 100%;
  height: 600px;
}

.gotonews {
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
}
.gotonews span {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgb(255, 205, 28);
  margin: 0 2rem;
  text-decoration: none;
}
@media (min-width: 769px) {
  .gotonews span {
    line-height: 40px;
    font-size: 50px;
  }
}
.gotonews > * {
  margin-bottom: auto;
  margin-top: auto;
}

.home .hero {
  width: 100%;
  height: calc(-100px + 100vh);
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 74px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0.99;
}
@media (min-width: 769px) {
  .home .hero {
    min-height: 800px;
  }
}
.home .hero h1 {
  text-align: center;
  color: rgb(246, 243, 234);
  text-shadow: rgba(0, 0, 0, 0.25) 0 4px 4px;
  letter-spacing: -0.03em;
  font-weight: 300;
  width: 90%;
  margin: auto;
}
@media (min-width: 769px) {
  .home .hero h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
.home .hero a {
  position: absolute;
  bottom: -80px;
  left: calc((100% - 110px) / 2);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.home .hero a span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(246, 243, 234);
  text-decoration: none;
  margin-bottom: 15px;
}
.home .hero a svg {
  margin-right: auto;
  margin-left: auto;
}
.home .about,
.home .services,
.home .clients,
.home .news {
  padding: 40px 40px 60px;
  display: flex;
}
@media (max-width: 769px) {
  .home .about,
  .home .services,
  .home .clients,
  .home .news {
    flex-direction: column;
  }
}
.home .about .seeAll,
.home .services .seeAll,
.home .clients .seeAll,
.home .news .seeAll {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 200px;
  height: 56px;
  border: 3px solid rgb(255, 205, 28);
  padding: 1.5rem;
  color: rgb(29, 29, 27);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.6;
  text-decoration: none;
}
.home .about .seeAll:hover,
.home .services .seeAll:hover,
.home .clients .seeAll:hover,
.home .news .seeAll:hover {
  opacity: 1;
}
.home .about h2,
.home .services h2,
.home .clients h2,
.home .news h2 {
  font-size: 32px;
  line-height: 40px;
  display: block;
  font-weight: 300;
  width: 40%;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  color: rgb(29, 29, 27);
  letter-spacing: -0.02em;
  animation: 0.3s ease-in-out 0s 1 normal none running fadeIn;
  position: sticky;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .home .about h2,
  .home .services h2,
  .home .clients h2,
  .home .news h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 769px) {
  .home .about h2,
  .home .services h2,
  .home .clients h2,
  .home .news h2 {
    width: 100%;
    padding: 0;
  }
}
.home .about > div,
.home .services > div,
.home .clients > div,
.home .news > div {
  width: 60%;
  margin-left: auto;
}
@media (max-width: 769px) {
  .home .about > div,
  .home .services > div,
  .home .clients > div,
  .home .news > div {
    width: 100%;
    margin-right: auto;
  }
}
.home .about > div img,
.home .services > div img,
.home .clients > div img,
.home .news > div img {
  width: 100%;
  height: auto;
}
.home .about {
  padding-top: 200px;
}
.home .about div {
  width: 50%;
  margin: 0 0 0 auto;
}
@media (max-width: 769px) {
  .home .about div {
    width: 100%;
    margin: 0;
  }
}
.home .about div h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin: 0 auto 40px 0;
  width: 100%;
  max-width: 700px;
}
@media (min-width: 769px) {
  .home .about div h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
.home .about div .seeAll {
  margin: 40px 0 100px auto;
}
@media (max-width: 769px) {
  .home .about div .seeAll {
    margin: 40px auto 50px auto;
  }
}
.home .services {
  padding: 100px 0 150px;
}
@media (max-width: 769px) {
  .home .services {
    padding: 50px 0 75px;
  }
}
.home .services h2 {
  width: 50%;
}
@media (max-width: 769px) {
  .home .services h2 {
    width: 100%;
    padding: 0 40px;
  }
}
.home .services .areaService {
  width: 50%;
  margin-left: -200px;
}
@media (max-width: 769px) {
  .home .services .areaService {
    width: 100%;
  }
}
.home .services > div {
  display: flex;
  position: relative;
  gap: 50px;
}
.home .services > div section:nth-child(1) {
  width: 245px;
}
@media (max-width: 769px) {
  .home .services > div section:nth-child(1) {
    width: 100%;
    padding: 0 40px;
  }
}
.home .services > div section:nth-child(2) {
  max-width: 444px;
  width: 100%;
}
@media (max-width: 769px) {
  .home .services > div section:nth-child(2) {
    display: none;
  }
}
.home .services section {
  justify-content: flex-start;
}
.home .services section h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media (min-width: 769px) {
  .home .services section h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.home .services section p {
  margin: 0 0 40px;
}
.home .services section swiper-container {
  width: 100%;
  height: 100%;
}
.home .services section swiper-container.forImage {
  border: 3px solid rgb(255, 205, 28);
  max-width: 444px;
  max-height: 630px;
}
.home .services section swiper-container.forText {
  width: 444px;
  min-height: 200px;
}
.home .services section swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.home .services section swiper-slide img {
  width: 444px;
  height: 624px;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
  object-position: center;
}
.home .clients h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 900px;
}
@media (min-width: 769px) {
  .home .clients h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
.home .clients a.allClients {
  color: rgb(255, 205, 28);
  margin-right: 1rem;
  margin-left: auto;
  white-space: nowrap;
  display: flex;
  gap: 10px;
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media (min-width: 769px) {
  .home .clients a.allClients {
    font-size: 28px;
    line-height: 32px;
  }
}
.home .clients a.allClients > * {
  margin-top: auto;
  margin-bottom: auto;
}
.home .clients .listOfClients {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.home .clients .listOfClients a {
  text-decoration: none;
  color: rgb(255, 205, 28);
  margin: 0 1rem;
  border-width: 1px 1px 10px;
  border-style: solid;
  border-color: rgb(255, 205, 28);
  border-image: initial;
  border-radius: 20px;
  padding: 10px 20px;
  line-height: 40px;
}
@media (max-width: 769px) {
  .home .clients .listOfClients a {
    font-size: 22px;
  }
}
.home .clients .listOfClients a:hover {
  background-color: rgb(255, 205, 28);
  color: rgb(246, 243, 234);
  border-bottom: 10px solid rgb(174, 71, 75);
}
.home .news {
  background-color: rgb(29, 29, 27);
  border-bottom: 2px solid rgb(255, 205, 28);
  color: rgb(246, 243, 234);
}
.home .news h2 {
  color: rgb(246, 243, 234);
}
.home .news h3 {
  color: rgb(255, 205, 28);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .home .news h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
.home .news section {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.home .news section article {
  border: 5px solid rgb(255, 205, 28);
  padding: 24px;
  margin-bottom: 80px;
  position: relative;
}
.home .news section article.imgDefault {
  background-image: url("../images/default-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 330px;
}
.home .news section article date {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 40px;
}
.home .news section article h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin: 40px 0;
  font-weight: 300;
}
@media (min-width: 769px) {
  .home .news section article h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.home .news section article p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 56px;
}
.home .news section article a {
  color: rgb(255, 205, 28);
  font-weight: 600;
  text-decoration: underline;
}
.home .news section article:nth-child(1):before, .home .news section article:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  border-top: 5px solid rgb(255, 205, 28);
  border-bottom: 5px solid rgb(255, 205, 28);
  border-left: 5px solid rgb(255, 205, 28);
  border-image: initial;
  width: 90px;
  height: 80px;
  bottom: -90px;
  border-bottom-left-radius: 45px;
  border-top-left-radius: 45px;
  border-right: none;
  left: -40px;
}
.home .news section article:nth-child(1):after {
  right: -5px;
  left: unset;
  width: 50px;
}

.forTextSpan {
  display: flex;
  margin: 0 0 0 auto;
  max-width: 444px;
  padding-left: 20%;
  padding-top: 150px;
  font-style: italic;
  color: rgb(174, 71, 75);
  text-align: right;
  font-size: 28px;
  line-height: 32px;
}

.blockImage {
  position: relative;
}
.blockImage .mask {
  width: 438px;
  height: 624px;
  display: block;
  background-image: url("../images/mask-1.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: 5;
  position: absolute;
  top: 3px;
  left: 3px;
}
.blockImage swiper-container {
  position: relative;
  z-index: 4;
}
.blockImage .block {
  width: 444px;
  height: 630px;
  border-right: 3px solid rgb(255, 205, 28);
  border-bottom: 3px solid rgb(255, 205, 28);
  display: block;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 3;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.blockImage .block span {
  content: "";
  width: 71px;
  height: 1px;
  display: block;
  border-bottom: 3px solid rgb(255, 205, 28);
  position: absolute;
  transform: rotate(45deg);
  bottom: 21px;
  right: -13px;
}
.blockImage .block:after {
  content: "";
  width: 71px;
  height: 1px;
  display: block;
  border-bottom: 3px solid rgb(255, 205, 28);
  position: absolute;
  transform: rotate(45deg);
  top: -26px;
  right: -13px;
}
.blockImage .block:before {
  content: "";
  width: 71px;
  height: 1px;
  display: block;
  border-bottom: 3px solid rgb(255, 205, 28);
  position: absolute;
  transform: rotate(45deg);
  bottom: 21px;
  left: -57px;
}
.blockImage .block.part2 {
  left: 125px;
  top: 125px;
  z-index: 1;
}
.blockImage .blockDark {
  width: 444px;
  height: 630px;
  border: 3px solid rgb(255, 205, 28);
  display: block;
  position: absolute;
  left: 75px;
  top: 75px;
  z-index: 2;
  background-color: #464c52;
}

.searchBox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .searchBox {
    flex-direction: column;
  }
}
.searchBox .search_cols {
  width: 25%;
}
@media (max-width: 1023px) {
  .searchBox .search_cols {
    width: 100%;
  }
}
.searchBox .search_cols h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (min-width: 769px) {
  .searchBox .search_cols h4 {
    font-size: 32px;
    line-height: 40px;
  }
}
.searchBox .search_cols .searchList {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #8c8a89;
}
.searchBox .search_cols .searchList button {
  text-align: left;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #8c8a89;
  font-weight: 600;
  margin: 10px 0;
  font-size: 16px;
}
.searchBox .search_cols .searchList button:hover {
  color: #605d5d;
}
.searchBox .search_cols .searchList button.active {
  color: #ae474b;
}
.searchBox .search_content {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .searchBox .search_content {
    width: 100%;
  }
}
.searchBox .search_content .prj_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgb(140, 138, 137);
  margin: 20px 0 40px;
  justify-content: space-between;
}
.searchBox .search_content h6 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: unset;
  width: 100%;
}
.searchBox .search_content .prj_cols {
  width: 47%;
}
.searchBox .search_content .prj_cols > div {
  display: flex;
  flex-direction: column;
  min-height: 50px;
  margin-bottom: 10px;
}
.searchBox .search_content .prj_cols > div strong {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.searchBox .search_content .prj_cols > div span {
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}
.searchBox .search_content .prj_cols > div span p {
  margin-top: 0;
}
.searchBox .search_content .prj_cols > div span button {
  color: #ae474b;
  text-align: left;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  padding: 0;
}
.searchBox .searchInput input {
  background-color: transparent;
  width: 100%;
  height: 56px;
  padding-left: 20px;
  font-weight: 600;
  color: rgb(140, 138, 137);
  border: 2px solid rgb(140, 138, 137);
  transition: all 0.3s ease 0s;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABpFBMVEUAAAD///+AgICqqqqZmZmqqqqfn5+Ojo6ZmZmioqKVlZWWlpacnJyZmZmSkpKVlZWZmZmXl5ebm5uXl5ebm5uWlpaZmZmVlZWUlJSYmJiUlJSXl5eZmZmVlZWXl5eWlpaVlZWXl5eVlZWXl5eZmZmWlpaVlZWXl5eYmJiVlZWYmJiYmJiWlpaXl5eYmJiXl5eYmJiXl5eXl5eWlpaXl5eXl5eYmJiWlpaXl5eYmJiYmJiXl5eYmJiXl5eYmJiWlpaWlpaXl5eXl5eXl5eXl5eXl5eWlpaXl5eXl5eYmJiXl5eXl5eWlpaXl5eYmJiXl5eXl5eWlpaXl5eXl5eWlpaXl5eYmJiXl5eXl5eWlpaXl5eYmJiWlpaXl5eYmJiXl5eXl5eWlpaXl5eYmJiXl5eXl5eXl5eWlpaXl5eXl5eXl5eXl5eXl5eXl5eYmJiXl5eWlpaXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eYmJiXl5eWlpaXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5eXl5chEm5cAAAAi3RSTlMAAQIDBQYICQoLDBESFBUYGRscICEiIyQmKissLTAxMzU2Ojs8PUFCQ0ZISlBRUlNUVlhaW11eX2doamxvc3R1d3h9f4KFhomMj5CRkpOUlZaXmJ2hoqOkpaipqq2ur7Gzt7i5vL3Bw8XJy8zQ09TW2drb3N3f4eTm5+nq6+3u7/H09vf4+fr7/P3+0Ej/jgAAAAFiS0dEAf8CLd4AAAGNSURBVBgZ7cH7P1NxHAfg93Y2tIVIJHTTMmUuYXNbNZWRyiVKuihUc5lCWUVhUud73v905uVV+57zkf3Sbz0P/nMovNTS1X6lAkc5fuOtyX2r96rwFwWxTXInMTk0/uoLqSYqcJhTS+R06Bgy3Bfu7nC7GbLABpOX8UfJI1q3Ianc4pQPmu4f7IGTf5mP3bBpssx6ODzkfD4cepnKh83pn7vlcHLN8SZsxjgCSR2/5UHj3bJOQjTPq9AEuQhZL0egucU4ZOe5CM0oOyAr4gY0zxmCzLVreZHtGRshM0zTQLb77IasmJ+hiXEAsgAXoKnlCmR32A+Nsc4zkLiWGIRumBOQhJjyQleaVmfh5EmyE3ZxvvfD4QFXPbArWOCMFzadTJ+DU+knJk4gm7vPYjsk1R+ZanXjt5pZWioMUeFrMtlVhgxf01PF9UGqMERG+APJtcSL2XffyXTcjyhVBDJP25OvzDDfXC/BnihVBIcxyi82BCt9OBCliiBHUaoIchSjuoYcxfgSuQoU45/5BSsLZTwj4O02AAAAAElFTkSuQmCC");
  background-position: top 3px right 5px;
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
.searchBox .searchInput input:focus {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABrVBMVEUAAAD//wD//wD/qgD/zDP/1Sv/vyD/xhz/zBr/0Rf/1RX/0h7/xhz/zBr/zhj/yiD/zB//0Bz/0Rv/zyD/0R//yx7/zB3/zRz/0Bv/zh7/0B7/yx3/zBz/zxv/yxr/zR7/zx3/yxz/zxr/yxr/zB7/zR3/zBv/zRv/zhv/zB3/zRz/yxz/zB3/zRz/zRz/zhz/zhv/zRv/zh3/zBz/zRz/zhv/zhv/zBv/zRv/zhv/zB3/zRz/zBz/zB3/zB3/zRz/zhz/zBz/zB3/zRz/zhv/zR3/zh3/zRz/zhv/zR3/zRz/zhz/zBz/zRz/zRz/zRv/zhv/zB3/zR3/zRz/zB3/zRz/zRz/zRz/zhz/zRv/zR3/zh3/zRz/zRz/zRz/zRv/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRv/zRz/zhz/zRz/zRz/zRz/zRz/zBz/zRv/zBz/zRz/zRz/zRz/zRz/zRv/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zhz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zRz/zhz/zRv/zRz/zRz///+m0bScAAAAjXRSTlMAAQIDBQYICQoLDBESFBUYGRscICEiIyQmKissLTAxMzU2Ojs8PUFCQ0ZISlBRUlNUVlhaW11eX2doamxvc3R1d3h9f4KFhomMj5CRkpOUlZaXmJ2hoqOkpaipqq2ur7Gzt7i5vL3Bw8XJy8zQ09TW2drb3N3f4eTm5+nq6+3u7/H09vf4+fr7/P39/v4bpzWOAAAAAWJLR0SOggWzbwAAAY5JREFUGBntwftfS3EcB+D3djbVJtNd7peWpVZCm8qwSiOXdKH7jWKq5RKmC2VJ55vz/p8zLy/2PecT+8Vvngf/ORTXNLe1XKjC3xy88dzkD8v3juEPCuMb5FZytPfRzCqphquwn4ol8km4CFnuMz1b/HwRsuA6U7X4reQxrS5Iqjc55YOm/Suvwcn/mkNu2DRZZh0cBjhfAIcOpgtgc2RnuxJOrhe8CZtB9kFynp8OQOPdtMogmmc9NCEuQtbBPmg6mYDsNBeh6edVyA5xHZoJhiFzbVte5BpnI2SGaRrIdZ/tkAW4Ak2cdyALcgGac3wD2S3ehsZY41FIXEsMQfeQw5CEmfZCV5pRJ+HkSbEVdgm+8sPhAZc9sCtc4FMvbFqZOQWn0g9MHkYud7fFFkiOv2P6shu/nJjlt90IRMVzZKqtHFm+pjHFtbtUEYiMyFuS75OTsy+/kJmEHzGqKGSeKyMfmWU+u16C72JUUezHqDzbEKr24acYVRR5ilFFkac41SXkKc5p5CsYwD+zByTuZdZyXa6tAAAAAElFTkSuQmCC");
  outline: none;
  width: 100%;
  height: 56px;
  font-weight: 600;
  color: rgb(140, 138, 137);
  border-image: initial;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 205, 28);
  padding-top: 2px;
  padding-left: 0;
  transition: all 0.3s ease 0s;
}

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