@import '../../fonts/fonts.css';
.text-beige {
  color: #d8c3b5;
}
.text-beige-2 {
  color: #bfafa6;
}
.space {
  margin: 0 10px;
}
.font-nexa {
  font-family: 'Montserrat', sans-serif;
}
.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}
.font-openSans {
  font-family: 'Open Sans', sans-serif;
}
.size-big {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: clamp(2.7rem, 4vw, 4.5rem);
}
.size-h1 {
  font-size: clamp(1.5rem, 3.5vw, 3.6rem);
  line-height: clamp(1.5rem, 3.5vw, 4rem);
}
.size-h2b {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: clamp(2.1rem, 3.6vw, 3rem);
}
.size-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.size-h3 {
  font-size: clamp(1.3rem, 3.5vw, 2.25rem);
  line-height: clamp(1.6rem, 3.6vw, 2.55rem);
}
.size-h4 {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
}
.button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
.button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
.button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
#button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
#button-hollow:hover {
  border: 2px #575a5c solid;
  background-color: #575a5c;
  color: white;
}
#button-full {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: grey;
  color: white;
  border: 1px solid grey;
}
#button-full:hover {
  background-color: transparent;
  color: grey;
  border: 1px solid grey;
}
.psc {
  max-width: 1920px;
  margin: auto;
}
.psc__navigation {
  width: 100%;
  background-color: #efeeec;
  text-align: center;
  position: relative;
}
.psc__navigation-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #575a5c;
  padding: 50px 0 50px 0;
}
@media only screen and (max-width: 576px) {
  .psc__navigation-title {
    padding: 25px 0 25px 0;
  }
}
.psc__navigation-list,
.psc__navigation-listMob {
  width: 85%;
  margin: auto;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 1.5rem 0 0;
}
@media only screen and (max-width: 1440px) {
  .psc__navigation-list,
  .psc__navigation-listMob {
    width: 85%;
  }
}
@media only screen and (max-width: 1366px) {
  .psc__navigation-list,
  .psc__navigation-listMob {
    width: 95%;
    flex-wrap: wrap;
  }
}
.psc__navigation-list select,
.psc__navigation-listMob select {
  display: none;
}
@media only screen and (max-width: 576px) {
  .psc__navigation-list select,
  .psc__navigation-listMob select {
    display: block;
  }
}
.psc__navigation-item,
.psc__navigation-itemMob {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  line-height: clamp(1.6rem, 3.6vw, 2rem);
  color: #4d4d4d;
  margin: 0 1rem;
  padding: 1rem;
  text-align: center;
  width: 100%;
  border-bottom: 6px solid transparent;
}
@media only screen and (max-width: 1366px) {
  .psc__navigation-item,
  .psc__navigation-itemMob {
    font-size: clamp(1rem, 3.5vw, 1.5rem);
    line-height: clamp(1.3rem, 3.6vw, 1.8rem);
    width: 22%;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .psc__navigation-item,
  .psc__navigation-itemMob {
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .psc__navigation-item,
  .psc__navigation-itemMob {
    width: 21%;
    padding: 1rem 0;
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    line-height: clamp(1.3rem, 3.6vw, 1.5rem);
  }
}
@media only screen and (max-width: 576px) {
  .psc__navigation-item,
  .psc__navigation-itemMob {
    width: 60%;
    margin: auto;
    text-align: left;
  }
}
.psc__navigation-item:hover,
.psc__navigation-itemMob:hover {
  cursor: pointer;
  border-bottom: 6px solid #d8c3b5;
}
.psc__navigation-item span,
.psc__navigation-itemMob span {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #575a5c transparent transparent transparent;
  margin-left: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 576px) {
  .psc__navigation-item span,
  .psc__navigation-itemMob span {
    display: inline-block;
  }
}
@media only screen and (max-width: 576px) {
  .psc__navigation-item {
    display: none;
  }
}
.psc__navigation-itemMob {
  display: none;
}
@media only screen and (max-width: 576px) {
  .psc__navigation-itemMob {
    display: block;
    padding: 1rem;
  }
}
.psc__container {
  text-align: center;
  margin: 5rem 0;
}
.psc__container-images {
  display: none;
}
.psc__container-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .psc__container-list {
    width: 85%;
  }
}
@media only screen and (max-width: 1366px) {
  .psc__container-list {
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) {
  .psc__container-list {
    width: 80%;
  }
}
.psc__container-image {
  width: 25%;
  text-align: left;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .psc__container-image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .psc__container-image {
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  .psc__container-image {
    width: 100%;
  }
}
.psc__container-name {
  width: 95%;
  margin: auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  size: 17px;
  color: #575a5c;
  padding: 0.5rem 0 2rem;
}
.psc__container-pic {
  width: 95%;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .psc__container-pic {
    height: 250px;
  }
}
.psc__container-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psc__container-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psc__container-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px 0px 0px 0px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.psc__container-link:hover::after {
  box-shadow: inset 0px 0px 0px 10px #bccacd;
  transition: box-shadow 0.4s ease-out;
}
.psc__container-button {
  width: 160px;
  height: 49px;
  border: 2px #575a5c solid;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #626567;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  background-color: white;
  margin: 3rem auto 0;
  cursor: pointer;
  display: none;
}
.showGroup {
  margin-top: -200px;
  padding-top: 200px;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: visibility 0.5s;
}
#showLess-9,
#showLess-10,
#showLess-11,
#showLess-12,
#showLess-13,
#showLess-14 {
  cursor: pointer;
  display: none;
}
.fancybox-content {
  text-align: center;
}
.fancybox-content .psc__container-images {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .fancybox-content .psc__container-images {
    width: 100%;
  }
}
.fancybox-content .psc__container-pic {
  height: 80vh;
}
@media only screen and (max-width: 1366px) {
  .fancybox-content .psc__container-pic {
    height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .fancybox-content .psc__container-pic {
    height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .fancybox-content .psc__container-pic {
    height: 300px;
  }
}
@media only screen and (max-width: 375px) {
  .fancybox-content .psc__container-pic {
    height: 200px;
  }
}
.fancybox-content .psc__container-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fancybox-content .psc__container-description {
  display: block;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
  color: #575a5c;
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.show {
  display: block;
}
.expand {
  height: 21rem;
}
.hide {
  display: none;
}
.highlight {
  background-color: white;
  border-bottom: 6px solid #d8c3b5;
}
