.mundial {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.basic {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caslon {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.noto {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.freight {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.grid-parent {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .grid-parent {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .grid-parent-mobile-only {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.fill-grid {
  grid-column: 1 / -1;
}
.mobile-body-font-size {
  font-size: calc(16rem * 1 / 4.33333);
  line-height: calc(24rem * 1 / 4.33333);
}
.ontop {
  position: relative;
  z-index: 9;
}
.sidetext {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.purple-button {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .purple-button {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.purple-button > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .purple-button > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.purple-button.active,
.purple-button:hover {
  background-color: #461950;
}
.purple-button.active > span,
.purple-button:hover > span {
  color: white;
}
.grow-on-hover {
  transition: all 2.25s ease-out;
}
.grow-on-hover:hover {
  transform: scale(1.55);
}
.grow-on-hover-med {
  transition: all 2.25s ease-out;
}
.grow-on-hover-med:hover {
  transform: scale(1.25);
}
.grow-on-hover-small {
  transition: all 2.25s ease-out;
}
.grow-on-hover-small:hover {
  transform: scale(1.1);
}
.transition {
  transition: all 0.25s ease-out;
}
.opacity-hover:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
.opacity-dim {
  transition: all 0.25s ease-out;
}
.opacity-dim:hover {
  opacity: 0.8;
}
.grid-100 {
  display: grid;
  grid-template-rows: min-content;
  width: 100%;
  place-items: center;
}
.posts-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80155812) 35%, #ffffff 70%, #ffffff 100%);
  align-items: center;
  z-index: 21;
}
@media only screen and (max-width: 1024px) {
  .posts-all {
    height: 300px;
  }
}
.posts-all > h4 {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 6rem;
  transform: translateX(-50%);
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .posts-all > h4 {
    bottom: 60px;
    font-size: 14px;
  }
}
.posts-loading {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
}
.posts-loading > .circle {
  animation: fade-spin 1.2s ease-in-out infinite;
  animation-delay: 0s;
}
.posts-loading > .circle > div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #a4a4a485;
  transform: translate(0px, 40px);
}
.posts-loading > .circle:nth-child(1) {
  animation-delay: 0.06s;
}
.posts-loading > .circle:nth-child(2) {
  animation-delay: 0.12s;
}
.posts-loading > .circle:nth-child(3) {
  animation-delay: 0.18s;
}
.posts-loading > .circle:nth-child(4) {
  animation-delay: 0.24s;
}
.posts-loading > .circle:nth-child(5) {
  animation-delay: 0.3s;
}
.posts-loading > .circle:nth-child(6) {
  animation-delay: 0.36s;
}
.posts-loading > .circle:nth-child(7) {
  animation-delay: 0.42s;
}
.posts-empty {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .posts-empty {
    grid-template-columns: repeat(12, 1fr);
  }
}
.posts-empty > h1 {
  grid-column: 2 / 16;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5A2F61;
  cursor: pointer;
  font-size: calc(28rem * 1 / 21.33333333 * var(--text-multiplier));
  width: fit-content;
  justify-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .posts-empty > h1 {
    font-size: 20px;
  }
}
.fancybox-data {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 60%;
  max-height: 90vh;
  min-width: 320px;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data {
    width: 100%;
    padding: 8rem 4.8rem;
    min-width: 100%;
  }
}
.fancybox-data-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: 1;
    margin-bottom: 2.8rem;
  }
}
.fancybox-data-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem;
  width: 100%;
}
.fancybox-data-content.row {
  flex-flow: row wrap;
}
.fancybox-data-content.text {
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content {
    gap: 2rem;
  }
}
.fancybox-data-content p,
.fancybox-data-content li,
.fancybox-data-content a {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  max-width: 100%;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content p,
  .fancybox-data-content li,
  .fancybox-data-content a {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(25rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.fancybox-data-content li {
  margin-left: 1rem;
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content li {
    margin-left: 3.6rem;
  }
}
.fancybox-data-content ol {
  margin-left: 1.75rem;
}
.fancybox-data-content ol > li {
  list-style-type: lower-alpha;
}
.fancybox-data-content strong {
  font-weight: 600;
}
.fancybox-data-content a {
  transition: all 0.25s ease-out;
  color: #381440;
  font-weight: 500;
}
.fancybox-data-content a:hover {
  text-decoration: underline;
}
.fancybox-data-content a:hover {
  color: #381440;
  text-decoration: underline;
}
.fancybox-data-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ellipsis-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Set the number of lines to show before applying ellipsis */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-zindex {
  position: relative;
  z-index: 22;
}
.wysiwyg > p {
  margin-bottom: 1rem;
}
.wysiwyg > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg > p {
    margin-bottom: 2rem;
  }
  .wysiwyg > p:last-of-type {
    margin-bottom: 0;
  }
}
@keyframes fade-spin {
  25% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
.iph {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
  min-height: 50.5rem;
}
@media only screen and (max-width: 1024px) {
  .iph {
    grid-template-columns: repeat(12, 1fr);
  }
}
.iph.nocontacts {
  min-height: 42rem;
}
.iph.nocontacts .iph__greybg {
  height: 90% !important;
  aspect-ratio: unset !important;
}
@media only screen and (max-width: 1024px) {
  .iph {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.iph__all {
  display: none;
  grid-column: 3 / 9;
  max-height: calc(55.8125rem * 1 / 21.33333333) !important;
  padding-top: calc(13.8125rem * 1 / 21.33333333);
  padding-bottom: calc(13.8125rem * 1 / 21.33333333);
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  background-color: #461950;
  align-items: center;
  justify-content: center;
  font-size: calc(18rem * 1 / 21.33333333);
  text-decoration: none !important;
}
@media only screen and (max-width: 1024px) {
  .iph__all {
    grid-column: 3/11;
    font-size: calc(14rem * 1 / 4.33333);
    max-height: none !important;
    padding-top: calc(9.8125rem * 1 / 4.33333);
    padding-bottom: calc(9.8125rem * 1 / 4.33333);
  }
  .iph__all img {
    width: calc(9.8125rem * 1 / 4.33333) !important;
    height: calc(9.8125rem * 1 / 4.33333) !important;
  }
}
.iph__all.show {
  display: flex;
}
.iph__all:hover {
  background-color: #381440;
}
.iph__all img {
  margin-left: 1rem;
  width: 0.8125rem;
  height: 0.8125rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background-color: #461950;
  transition: all 0.25s ease-out;
}
.iph__all:hover img {
  transform: translateX(0.5rem);
}
@media screen and (min-width: 1000px) {
  .iph.tall {
    min-height: 49.5rem;
  }
  .iph.tall .iph__contacts {
    margin-top: calc(-260rem * 1 / 21.33333333);
    padding: 2.5rem 0;
  }
  .iph.tall .iph__contacts-list {
    gap: calc(35rem * 1 / 21.33333333) 0;
  }
}
.iph__greybg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F1F2F2;
  aspect-ratio: 1080 / 910;
  width: 100%;
  grid-column: 1 / 19;
}
.iph__left {
  padding-top: 6rem;
  position: relative;
  z-index: 9;
  grid-column: 3 / 14;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 0.6rem 0;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .iph__left {
    position: relative;
    z-index: 9;
    width: 100%;
    align-self: flex-start;
    margin-left: 0;
    grid-template-columns: repeat(12, 1fr);
    padding-bottom: 15rem;
    background-color: #F1F2F2;
  }
}
.iph__title {
  grid-column: 1 / -1;
  color: #231F20;
  font-size: calc(58rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: 1.1;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  height: fit-content;
}
.iph__title i {
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .iph__title {
    grid-column: 2 / 12;
    font-size: calc(36rem * 1 / 4.33333);
    line-height: calc(46.667rem * 1 / 4.33333);
  }
}
.iph__subtitle {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  grid-column: 1 / 12;
  font-size: calc(26rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: 1.6rem;
  color: #5A2F61;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .iph__subtitle {
    grid-column: 2 / 11;
    font-size: calc(22rem * 1 / 4.33333);
    line-height: calc(30rem * 1 / 4.33333);
    margin-top: calc(6rem * 1 / 4.33333);
    font-weight: 700;
  }
}
.iph__description {
  grid-column: 1 / -1;
  color: #484848;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0.4rem;
  font-size: calc(19.5rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
}
.iph__description > p {
  margin-bottom: 1rem;
}
.iph__description > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .iph__description > p {
    margin-bottom: 2rem;
  }
  .iph__description > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .iph__description {
    grid-column: 2 / 12;
    padding-right: 8rem;
    margin-top: calc(20rem * 1 / 4.33333);
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(26rem * 1 / 4.33333);
  }
}
.iph__link {
  grid-column: 1 / 6;
  display: flex;
  align-items: center;
  font-size: calc(22rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #461950;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2rem;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .iph__link {
    width: 100%;
    grid-column: 2 / 9;
    font-size: calc(22rem * 1 / 4.33333);
    gap: calc(60rem * 1 / 4.33333);
    margin-top: calc(30rem * 1 / 4.33333);
  }
}
.iph__link-arrow {
  aspect-ratio: 1 / 1;
  transition: all 0.25s ease-out;
}
.iph__link > div {
  min-width: 2.8125rem;
  width: 2.8125rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background-color: #461950;
  transition: all 0.25s ease-out;
}
.iph__link > div img {
  width: 30%;
  height: 20%;
}
.iph__link:hover > div {
  background-color: #5A2F61;
  transform: translateX(1rem);
}
@media only screen and (max-width: 1024px) {
  .iph__link > div {
    min-width: 10rem;
    width: 10rem;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background-color: #461950;
    transition: all 0.25s ease-out;
  }
  .iph__link > div img {
    width: 30%;
    height: 20%;
  }
  .iph__link:hover > div {
    background-color: #5A2F61;
    transform: translateX(1rem);
  }
}
.iph__link:hover {
  color: #5A2F61;
}
@media only screen and (max-width: 1024px) {
  .iph__more {
    width: 100%;
    height: calc(2rem * 1 / 4.33333);
    background-color: #D0D0D0;
    margin-top: 20rem;
    margin-bottom: 15rem;
    position: relative;
  }
  .iph__more > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(24rem * 1 / 4.33333);
    padding: 2rem;
    background-color: #F1F2F2;
    color: #484848;
  }
}
.iph__right {
  z-index: 9;
  grid-column: 16 / 33;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  height: 100%;
  grid-template-rows: min-content;
}
@media only screen and (max-width: 1024px) {
  .iph__right {
    width: 100%;
    aspect-ratio: 720 / 560;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    aspect-ratio: unset;
  }
}
.iph__image {
  grid-column: 1 / -1;
  aspect-ratio: 108 / 70;
  width: 100%;
  align-self: flex-start;
}
.iph__image img {
  object-fit: cover;
}
.iph__contacts {
  grid-column: 5 / 19;
  width: 100%;
  background-color: white;
  margin-top: calc(-60rem * 1 / 21.33333333 * var(--text-multiplier));
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  padding: 4.5rem 0;
  gap: 2rem 0;
}
@media only screen and (max-width: 1024px) {
  .iph__contacts {
    display: none;
  }
}
.iph__contacts-sidetext {
  grid-column: 1 / 2;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .iph__contacts-sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .iph__contacts-sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
@media only screen and (max-width: 1024px) {
  .iph__contacts-sidetext {
    margin-top: 2rem;
  }
}
.iph__contacts-list {
  grid-column: 3 / 12;
  display: flex;
  flex-direction: column;
  gap: calc(60rem * 1 / 21.33333333) 0;
}
@media only screen and (max-width: 1024px) {
  .iph__contacts-list {
    grid-column: 2 / 13;
    gap: calc(20rem * 1 / 4.33333) 0;
  }
}
.iph__contacts-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .iph__contacts-mobile {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1 / -1;
    padding: 13rem 0;
    position: relative;
    margin-top: 0;
  }
  .iph__contacts-mobile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(32rem * 1 / 4.33333);
    height: calc(32rem * 1 / 4.33333);
    aspect-ratio: 1 / 1;
    background-color: #F1F2F2;
    z-index: 1;
  }
}
.iph__fancybox-data {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 60%;
  max-height: 90vh;
  min-width: 320px;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data {
    width: 100%;
    padding: 8rem 4.8rem;
    min-width: 100%;
  }
}
.iph__fancybox-data-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data-title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: 1;
    margin-bottom: 2.8rem;
  }
}
.iph__fancybox-data-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data-content {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data-content p p {
    padding-bottom: 5rem;
  }
}
.iph__fancybox-data-content p,
.iph__fancybox-data-content li,
.iph__fancybox-data-content a {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  max-width: 100%;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data-content p,
  .iph__fancybox-data-content li,
  .iph__fancybox-data-content a {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(25rem * 1 / 4.33333);
  }
}
.iph__fancybox-data-content li {
  margin-left: 1rem;
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .iph__fancybox-data-content li {
    margin-left: 3.6rem;
  }
}
.iph__fancybox-data-content ol {
  margin-left: 1.75rem;
}
.iph__fancybox-data-content ol > li {
  list-style-type: lower-alpha;
}
.iph__fancybox-data-content strong {
  font-weight: 600;
}
.iph__fancybox-data-content a {
  transition: all 0.25s ease-out;
}
.iph__fancybox-data-content a:hover {
  color: #381440;
  text-decoration: underline;
}
.iph__fancybox-data-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
