.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);
  }
}
.news__post {
  width: calc(595rem * 1 / 21.33333333) !important;
  display: grid !important;
  grid-template-columns: repeat(10, 1fr);
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .news__post {
    grid-column: 1 / 11;
    width: 100% !important;
  }
}
.news__post-image {
  grid-column: 1 / 9;
  width: 100%;
  display: flex;
  aspect-ratio: 480 / 356;
  z-index: 2;
  position: relative;
  transition: all 0.25s ease-out;
  background-color: #F1F2F2;
}
.news__post-image img {
  object-fit: cover;
}
.news__post-image::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #5A2F61;
  top: 0;
  left: 0;
  transition: box-shadow 0.1s ease;
}
.news__post-image:hover::after {
  box-shadow: inset 0 0 0 11px #5A2F61;
}
.news__post-body {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: min-content;
  gap: 0.6rem 0;
  position: relative;
  background-color: white;
  width: 100%;
  grid-column: 3 / 11;
  margin-top: calc(-84rem * 1 / 21.33333333 * var(--text-multiplier));
  aspect-ratio: 480 / 368;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .news__post-body {
    gap: 1.75rem 0;
    margin-top: calc(-84rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-body {
    aspect-ratio: unset;
    padding: 2rem 0 5rem;
  }
}
.news__post-photo {
  grid-column: 1 / 2;
  position: absolute;
  left: -4.5rem;
  top: 0;
  width: calc(105rem * 1 / 21.33333333 * var(--text-multiplier));
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: calc(7.5rem * 1 / 21.33333333) solid #F1F2F2;
}
.news__post-photo:nth-of-type(2) {
  top: calc(120rem * 1 / 21.33333333 * var(--text-multiplier));
}
@media only screen and (max-width: 1024px) {
  .news__post-photo:nth-of-type(2) {
    top: calc(120rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-photo {
    left: -7rem;
    width: calc(105rem * 1 / 8);
    border: calc(7.5rem * 1 / 8) solid #F1F2F2;
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-photo {
    left: -12rem;
    width: calc(65rem * 1 / 4.33333);
    height: calc(65rem * 1 / 4.33333);
    border: calc(3.5rem * 1 / 4.33333) solid #F1F2F2;
  }
}
.news__post-photo img {
  object-fit: cover;
  transition: all 2.25s ease-out;
  /* these are for the custom zoom levels in wordpress */
}
.news__post-photo img:hover {
  transform: scale(1.55);
}
.news__post-photo img.zoom-zero {
  transform: scale(1);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-zero:hover {
  transform: scale(1.15);
}
.news__post-photo img.zoom-ten {
  transform: scale(1.1);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-ten:hover {
  transform: scale(1.25);
}
.news__post-photo img.zoom-fifteen {
  transform: scale(1.15);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-fifteen:hover {
  transform: scale(1.3);
}
.news__post-photo img.zoom-twenty {
  transform: scale(1.2);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-twenty:hover {
  transform: scale(1.35);
}
.news__post-photo img.zoom-twenty-five {
  transform: scale(1.25);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-twenty-five:hover {
  transform: scale(1.4);
}
.news__post-photo img.zoom-thirty {
  transform: scale(1.3);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-thirty:hover {
  transform: scale(1.45);
}
.news__post-photo img.zoom-fourty {
  transform: scale(1.4);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-fourty:hover {
  transform: scale(1.55);
}
.news__post-photo img.zoom-fifty {
  transform: scale(1.5);
  transition: all 2.25s ease-out;
}
.news__post-photo img.zoom-fifty:hover {
  transform: scale(1.65);
}
.news__post-category {
  margin-top: 2rem;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  grid-column: 2 / 7;
  color: #484848;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .news__post-category {
    font-size: calc(18rem * 1 / 8);
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-category {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(24rem * 1 / 4.33333);
  }
}
.news__post-category:hover {
  text-decoration: underline;
}
.news__post-title {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  font-size: calc(22rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 21.33333333 * var(--text-multiplier));
  grid-column: 2 / 8;
  color: #484848;
  max-height: 7.75rem;
}
.news__post-title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .news__post-title {
    font-size: calc(24rem * 1 / 8);
    line-height: 1.25;
    max-height: 15rem;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-title {
    margin-top: 1rem;
    font-size: calc(16rem * 1 / 4.33333);
    max-height: 15rem;
  }
}
.news__post-date {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(19.2rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
  grid-column: 2 / 7;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .news__post-date {
    font-size: calc(18rem * 1 / 8);
    line-height: 1.222;
  }
}
@media only screen and (max-width: 1024px) {
  .news__post-date {
    font-size: calc(12rem * 1 / 4.33333);
    margin-top: 2rem;
  }
}
.news__post-date a,
.news__post-date span {
  color: #484848;
}
.news__post-date a:hover {
  text-decoration: underline;
}
