.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);
  }
}
.hhs {
  grid-column: 1 / -1;
  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) {
  .hhs {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.hhs__content {
  grid-column: 3 / 12;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: min-content;
  gap: 0.6rem 0;
}
@media only screen and (max-width: 1024px) {
  .hhs__content {
    position: relative;
    z-index: 9;
    width: 75%;
    align-self: flex-start;
    margin-left: 8.33333333%;
    grid-template-columns: repeat(8, 1fr);
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__content {
    padding-top: 4rem;
    margin-bottom: 15rem;
    width: 83.33333333%;
  }
}
.hhs__title {
  grid-column: 1 / 10;
  color: #231F20;
  font-size: calc(138rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(94.329rem * 1 / 21.33333333 * var(--text-multiplier));
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  height: fit-content;
}
.hhs__title i {
  font-style: italic;
}
@media only screen and (max-width: 1024px) {
  .hhs__title {
    grid-column: 1 / -1;
    font-size: calc(100rem * 1 / 8);
    line-height: calc(66.667rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__title {
    font-size: calc(72rem * 1 / 4.33333);
    line-height: calc(48rem * 1 / 4.33333);
  }
}
.hhs__subtitle {
  grid-column: 1 / 10;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(27.75rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #5A2F61;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .hhs__subtitle {
    grid-column: 1 / -1;
    font-size: calc(20rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__subtitle {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(24rem * 1 / 4.33333);
    margin-top: 0;
  }
}
.hhs__description {
  grid-column: 1 / 10;
  padding-right: 1rem;
  margin-top: 1.4rem;
  height: fit-content;
  max-width: calc(500rem * 1 / 21.33333333);
}
@media only screen and (max-width: 1024px) {
  .hhs__description {
    grid-column: 1 / 8;
    padding-right: 0;
    margin-top: 0;
    max-width: 100%;
  }
}
.hhs__description > p {
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: 1.3333;
  color: #484848;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hhs__description > p > p {
  margin-bottom: 1rem;
}
.hhs__description > p > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .hhs__description > p > p {
    margin-bottom: 2rem;
  }
  .hhs__description > p > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__description > p {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(26rem * 1 / 4.33333);
    margin-top: calc(19rem * 1 / 4.33333);
  }
}
.hhs__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;
  height: fit-content;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .hhs__link {
    font-size: calc(22rem * 1 / 8);
    gap: calc(60rem * 1 / 8);
    margin-top: calc(30rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__link {
    font-size: calc(16rem * 1 / 4.33333);
    margin-top: calc(30rem * 1 / 4.33333);
  }
}
.hhs__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;
}
.hhs__link > div img {
  width: 30%;
  height: 20%;
}
.hhs__link:hover > div {
  background-color: #74467F;
  transform: translateX(1rem);
}
@media only screen and (max-width: 1024px) {
  .hhs__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;
  }
  .hhs__link > div img {
    width: 30%;
    height: 20%;
  }
  .hhs__link:hover > div {
    background-color: #74467F;
    transform: translateX(1rem);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__link > div {
    min-width: 9.23rem;
    width: 9.23rem;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    background-color: #461950;
    transition: all 0.25s ease-out;
  }
  .hhs__link > div img {
    width: 45%;
    height: 30%;
  }
  .hhs__link:hover > div {
    background-color: #74467F;
    transform: translateX(1rem);
  }
}
.hhs__image {
  grid-column: 15 / 33;
  width: 100%;
  height: 41rem;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(18, 1fr);
}
.hhs__image::before {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  left: 0;
  bottom: 0;
  height: 87.395%;
  width: 100%;
  grid-column: 1 / 3;
}
@media only screen and (max-width: 1024px) {
  .hhs__image::before {
    grid-column: 1 / 2;
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__image::before {
    height: 90%;
  }
}
.hhs__image::after {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  left: 0;
  bottom: 0;
  height: 11.765%;
  width: 100%;
  grid-column: 1 / 7;
}
@media only screen and (max-width: 1024px) {
  .hhs__image::after {
    grid-column: 1 / 8;
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__image::after {
    height: 9.16%;
    grid-column: 1 / 10;
  }
}
.hhs__image-purple-square {
  position: absolute;
  left: 0;
  bottom: 11.765%;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-color: #806087;
  grid-column: 7 / 8;
}
@media only screen and (max-width: 1024px) {
  .hhs__image-purple-square {
    grid-column: 8 / 9;
    width: calc(40rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .hhs__image-purple-square {
    width: calc(32rem * 1 / 4.33333);
    grid-column: 10 / 11;
    bottom: 9.16%;
  }
}
.hhs__image img {
  object-fit: cover;
  grid-column: 1 / -1;
  width: 100%;
  height: 100%;
}
.hhs__image video {
  object-fit: cover;
  grid-column: 1 / -1;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .hhs__image {
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 333;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
