@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.whatson-module {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.whatson-module.whatson-grid .heart-icon, .whatson-module.whatson-list .heart-icon, .whatson-module.whatson-card .heart-icon {
  position: absolute;
  top: 21px;
  right: 24px;
}
.whatson-module.whatson-grid .heart-icon i, .whatson-module.whatson-list .heart-icon i, .whatson-module.whatson-card .heart-icon i {
  height: 26px;
  width: 26px;
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
.whatson-module.whatson-grid .heart-icon i.heart-white, .whatson-module.whatson-list .heart-icon i.heart-white, .whatson-module.whatson-card .heart-icon i.heart-white {
  font-weight: 900;
}
.whatson-module.whatson-grid .image-container.background-color, .whatson-module.whatson-list .image-container.background-color, .whatson-module.whatson-card .image-container.background-color {
  position: relative;
}
.whatson-module.whatson-grid .image-container.background-color .bottom-shadow, .whatson-module.whatson-list .image-container.background-color .bottom-shadow, .whatson-module.whatson-card .image-container.background-color .bottom-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.whatson-module.whatson-grid .image-container.background-color.color0, .whatson-module.whatson-list .image-container.background-color.color0, .whatson-module.whatson-card .image-container.background-color.color0 {
  background-color: #c12759;
}
.whatson-module.whatson-grid .image-container.background-color.color1, .whatson-module.whatson-list .image-container.background-color.color1, .whatson-module.whatson-card .image-container.background-color.color1 {
  background-color: #006b74;
}
.whatson-module.whatson-grid .image-container.background-color.color2, .whatson-module.whatson-list .image-container.background-color.color2, .whatson-module.whatson-card .image-container.background-color.color2 {
  background-color: #009fff;
}
.whatson-module.whatson-grid .image-container.background-color.color3, .whatson-module.whatson-list .image-container.background-color.color3, .whatson-module.whatson-card .image-container.background-color.color3 {
  background-color: #217d3d;
}
.whatson-module.whatson-grid .image-container.background-color.color4, .whatson-module.whatson-list .image-container.background-color.color4, .whatson-module.whatson-card .image-container.background-color.color4 {
  background-color: #ae2c64;
}

.whatson-grid .grid-item {
  content: "";
  position: relative;
  cursor: pointer;
  height: 100%;
}
.whatson-grid .grid-item .one-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.whatson-grid .grid-item .one-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.whatson-grid .grid-item .bottom-shadow {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.whatson-grid .grid-item .bottom-shadow .title {
  position: absolute;
  bottom: 48px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1279px) {
  .whatson-grid .grid-item .bottom-shadow .title {
    bottom: 38px;
  }
}
@media (max-width: 767px) {
  .whatson-grid .grid-item .bottom-shadow .title {
    bottom: 30px;
  }
}
@media (max-width: 639px) {
  .whatson-grid .grid-item .bottom-shadow .title {
    bottom: 20px;
  }
}
.whatson-grid .grid-item .bottom-shadow .title p {
  font-family: "Libre Baskerville";
  font-size: clamp(1.063rem, 2.5vw, 1.313rem);
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  transition: all 0.2s ease;
}
.whatson-grid .item:hover .one-media {
  filter: brightness(0.8);
}
.whatson-grid .item:hover .one-media img {
  transform: scale(1.1);
}
.whatson-grid .item:hover .bottom-shadow .title p {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.whatson-grid.gallery-grid .item1 {
  grid-area: one;
}
.whatson-grid.gallery-grid .item2 {
  grid-area: two;
}
.whatson-grid.gallery-grid .item3 {
  grid-area: thr;
}
.whatson-grid.gallery-grid .item4 {
  grid-area: fou;
}
.whatson-grid.gallery-grid .item5 {
  grid-area: fiv;
}
.whatson-grid.gallery-grid .item6 {
  grid-area: six;
}
.whatson-grid.gallery-grid .item7 {
  grid-area: sev;
}
.whatson-grid.gallery-grid .item8 {
  grid-area: eig;
}
.whatson-grid.gallery-grid .item9 {
  grid-area: nin;
}
.whatson-grid.gallery-grid .item10 {
  grid-area: ten;
}
.whatson-grid.gallery-grid .item .expand-arrow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.whatson-grid.gallery-grid .item .expand-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #ffffff;
}
.whatson-grid.gallery-grid .item .expand-arrow.active {
  display: block;
}
.whatson-grid.gallery-grid.firstMediaGrid {
  margin-top: 25px;
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid.firstMediaGrid.first-page-item {
    margin-top: 0;
  }
}
.whatson-grid.gallery-grid.lastMediaGrid {
  margin-bottom: 25px;
}
.whatson-grid.gallery-grid .container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 255px;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 767px) {
  .whatson-grid.gallery-grid .container {
    grid-auto-rows: 200px;
  }
}
@media (max-width: 639px) {
  .whatson-grid.gallery-grid .container {
    grid-auto-rows: 165px;
  }
}
.whatson-grid.gallery-grid .container.grid-amount1.grid-pre1 {
  grid-template-areas: "one" "one";
}
.whatson-grid.gallery-grid .container.grid-amount2.grid-pre1 {
  grid-template-areas: "one two" "one two";
}
.whatson-grid.gallery-grid .container.grid-amount2.grid-pre1.swapped {
  grid-template-areas: "two one" "two one";
}
.whatson-grid.gallery-grid .container.grid-amount3.grid-pre1 {
  grid-template-areas: "one one two thr thr" "one one two thr thr";
}
.whatson-grid.gallery-grid .container.grid-amount3.grid-pre1.swapped {
  grid-template-areas: "thr thr two one one" "thr thr two one one";
}
@media (max-width: 767px) {
  .whatson-grid.gallery-grid .container.grid-amount3.grid-pre1 {
    grid-template-areas: "one one" "one one" "two two" "two two" "thr thr" "thr thr";
  }
}
.whatson-grid.gallery-grid .container.grid-amount4.grid-pre1 {
  grid-template-areas: "one two thr fou" "one two thr fou";
}
.whatson-grid.gallery-grid .container.grid-amount4.grid-pre1.swapped {
  grid-template-areas: "fou thr two one" "fou thr two one";
}
@media (max-width: 767px) {
  .whatson-grid.gallery-grid .container.grid-amount4.grid-pre1 {
    grid-template-areas: "one one" "one one" "two two" "two two" "thr thr" "thr thr" "fou fou" "fou fou";
  }
}
.whatson-grid.gallery-grid .container.grid-amount4.grid-pre2 {
  grid-template-areas: "one two two fou fou" "one thr thr fou fou";
}
.whatson-grid.gallery-grid .container.grid-amount4.grid-pre2.swapped {
  grid-template-areas: "fou fou two two one" "fou fou thr thr one";
}
@media (max-width: 767px) {
  .whatson-grid.gallery-grid .container.grid-amount4.grid-pre2 {
    grid-template-areas: "one one" "two two" "thr thr" "fou fou" "fou fou";
  }
}
.whatson-grid.gallery-grid .container.grid-amount5.grid-pre1 {
  grid-template-areas: "one one two thr thr" "one one fou fou fiv";
}
.whatson-grid.gallery-grid .container.grid-amount5.grid-pre1.swapped {
  grid-template-areas: "thr thr two one one" "fiv fou fou one one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount5.grid-pre1 {
    grid-template-areas: "one one" "one one" "thr thr" "two fiv" "fou fou";
  }
}
.whatson-grid.gallery-grid .container.grid-amount5.grid-pre2 {
  grid-template-areas: "one one two thr fiv" "one one fou fou fiv";
}
.whatson-grid.gallery-grid .container.grid-amount5.grid-pre2.swapped {
  grid-template-areas: "fiv thr two one one" "fiv fou fou one one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount5.grid-pre2 {
    grid-template-areas: "one one" "one one" "two fiv" "thr fiv" "fou fou";
  }
}
.whatson-grid.gallery-grid .container.grid-amount6.grid-pre1 {
  grid-template-areas: "one two thr thr fou" "one fiv fiv six fou";
}
.whatson-grid.gallery-grid .container.grid-amount6.grid-pre1.swapped {
  grid-template-areas: "fou thr thr two one" "fou six fiv fiv one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount6.grid-pre1 {
    grid-template-areas: "thr thr" "two six" "fou one" "fou one" "fiv fiv";
  }
}
.whatson-grid.gallery-grid .container.grid-amount6.grid-pre2 {
  grid-template-areas: "one one two two thr" "fou fiv fiv six thr";
}
.whatson-grid.gallery-grid .container.grid-amount6.grid-pre2.swapped {
  grid-template-areas: "thr two two one one" "thr six fiv fiv fou";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount6.grid-pre2 {
    grid-template-areas: "one one" "two two" "fou thr" "six thr" "fiv fiv";
  }
}
.whatson-grid.gallery-grid .container.grid-amount7.grid-pre1 {
  grid-template-areas: "one two thr fou fou" "fiv fiv thr six sev";
}
.whatson-grid.gallery-grid .container.grid-amount7.grid-pre1.swapped {
  grid-template-areas: "fou fou thr two one" "sev six thr fiv fiv";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount7.grid-pre1 {
    grid-template-areas: "one two" "fou fou" "thr six" "thr sev" "fiv fiv";
  }
}
.whatson-grid.gallery-grid .container.grid-amount7.grid-pre2 {
  grid-template-areas: "one one two thr fou" "one one fiv six sev";
}
.whatson-grid.gallery-grid .container.grid-amount7.grid-pre2.swapped {
  grid-template-areas: "fou thr two one one" "sev six fiv one one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount7.grid-pre2 {
    grid-template-areas: "one one" "one one" "two thr" "fou fiv" "six sev";
  }
}
.whatson-grid.gallery-grid .container.grid-amount8.grid-pre1 {
  grid-template-areas: "one two thr fou fou" "fiv two six sev eig";
}
.whatson-grid.gallery-grid .container.grid-amount8.grid-pre1.swapped {
  grid-template-areas: "fou fou thr two one" "eig sev sex two fiv";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount8.grid-pre1 {
    grid-template-areas: "one thr" "fou fou" "fiv two" "six two" "sev eig";
  }
}
.whatson-grid.gallery-grid .container.grid-amount8.grid-pre2 {
  grid-template-areas: "one two thr thr fou" "one fiv six sev eig";
}
.whatson-grid.gallery-grid .container.grid-amount8.grid-pre2.swapped {
  grid-template-areas: "fou thr thr two one" "eig sev six five one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount8.grid-pre2 {
    grid-template-areas: "one two" "one fou" "thr thr" "fiv six" "sev eig";
  }
}
.whatson-grid.gallery-grid .container.grid-amount9.grid-pre1 {
  grid-template-areas: "one two thr fou fiv" "one six sev eig nin";
}
.whatson-grid.gallery-grid .container.grid-amount9.grid-pre1.swapped {
  grid-template-areas: "fiv fou thr two one" "nin eig sev six one";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount9.grid-pre1 {
    grid-template-areas: "one two" "one thr" "fou fiv" "six sev" "eig nin";
  }
}
.whatson-grid.gallery-grid .container.grid-amount10.grid-pre1 {
  grid-template-areas: "one two thr fou fiv" "six sev eig nin ten";
}
@media (max-width: 1279px) {
  .whatson-grid.gallery-grid .container.grid-amount10.grid-pre1 {
    grid-template-areas: "six one" "sev two" "eig thr" "nin fou" "ten fiv";
  }
}
.whatson-grid .wrap-display {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.whatson-grid .wrap-display .spacerDiv {
  display: none;
}
.whatson-grid .wrap-display .sticky-container-close-btn {
  max-width: 1440px;
  margin: auto;
  position: sticky;
  position: -webkit-sticky;
  top: 85px;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 1279px) {
  .whatson-grid .wrap-display .sticky-container-close-btn {
    top: 61px;
  }
}
.whatson-grid .wrap-display .sticky-container-close-btn .close-display-btn {
  cursor: pointer;
  display: none;
  font-size: 28px;
  position: relative;
  top: 60px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 8px;
}
.whatson-grid .wrap-display .sticky-container-close-btn .close-display-btn img {
  width: 100%;
  height: 100%;
  display: block;
}
.whatson-grid .wrap-display .sticky-container-close-btn .close-display-btn.display-active {
  display: unset;
}

.whatson-list .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 960px;
  margin: 0 auto;
}
.whatson-list .list-item {
  display: flex;
  height: 220px;
}
.whatson-list .image-container {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.whatson-list .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatson-list .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 46px 30px 30px;
}
@media (max-width: 1279px) {
  .whatson-list .text-container {
    padding: 36px 20px 20px;
  }
}
@media (max-width: 767px) {
  .whatson-list .text-container {
    padding: 1rem;
  }
}
.whatson-list .text-container .top-container h3 {
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  .whatson-list .text-container .top-container h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.whatson-list .text-container .top-container p {
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 17px;
  max-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@supports (-webkit-line-clamp: 3) {
  .whatson-list .text-container .top-container p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.whatson-list .text-container .bottom-container {
  display: flex;
  justify-content: space-between;
}
.whatson-list .text-container .bottom-container p {
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0;
}
.whatson-list .text-container .bottom-container .icon-container {
  display: flex;
  gap: 0.5rem;
}
.whatson-list .text-container .bottom-container .icon-container .icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.whatson-list .text-container .bottom-container .icon-container .icon img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.whatson-card .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1440px;
  margin: 0 auto;
  padding: 36px 55px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .whatson-card .container {
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 639px) {
  .whatson-card .container {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding: 36px 20px;
  }
}
.whatson-card .container .card-item {
  position: relative;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 310/400;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.whatson-card .card-item {
  min-width: 248px;
  max-width: 310px;
  width: 100%;
  height: 388px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.whatson-card .image-container {
  min-width: 248px;
  max-width: 310px;
  width: 100%;
  height: 200px;
}
.whatson-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatson-card .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 18px 20px 20px;
  background-color: #ffffff;
}
.whatson-card .text-container .top-container {
  height: 100%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.whatson-card .text-container .top-container h3 {
  height: 100%;
  max-height: 50px;
  color: #373737;
  font-family: "Libre Baskerville";
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  margin: 0;
}
@supports (-webkit-line-clamp: 2) {
  .whatson-card .text-container .top-container h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.whatson-card .text-container .top-container p {
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 17px;
  height: 100%;
  max-height: 54px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@supports (-webkit-line-clamp: 3) {
  .whatson-card .text-container .top-container p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.whatson-card .text-container .bottom-container {
  display: flex;
  justify-content: space-between;
}
.whatson-card .text-container .bottom-container p {
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0;
}
.whatson-card .text-container .bottom-container .icon-container {
  display: flex;
  gap: 0.5rem;
}
.whatson-card .text-container .bottom-container .icon-container .icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.whatson-card .text-container .bottom-container .icon-container .icon img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.display-active .whatson-grid.firstMediaGrid {
  margin-top: 60px;
}
.display-active .whatson-grid.gallery-grid .container {
  max-width: 1200px;
  grid-auto-rows: 224px;
}
@media (max-width: 760px) {
  .display-active .whatson-grid.gallery-grid .container {
    grid-auto-rows: 194px;
  }
}
@media (max-width: 660px) {
  .display-active .whatson-grid.gallery-grid .container {
    grid-auto-rows: 148px;
  }
}
.display-active .whatson-grid.related-grid .container {
  max-width: 1360px;
}/*# sourceMappingURL=whatson_module.css.map */