@font-face {
  font-family: Monument Grotesk;
  src: url('../fonts/ABCMonumentGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #cecece;
  --dark: #1f1f1f;
  --black: black;
  --yellow-green\<deleted\|variable-ea9c48ca\>: #c8dd5e;
  --tag-color--01: var(--primary);
  --white: white;
  --tag-color--02: #c91a45;
  --tag-color--03: #e31e4e;
  --tag-color--04: #df456a;
  --primary: #af173c;
}

body {
  background-color: var(--light-grey);
  color: var(--dark);
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  text-shadow: 0 3px 3px #57575780;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
}

a {
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.2em;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 6em 6%;
  display: flex;
}

.page-padding.is-slider-releases {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.swiper.is-slider-main {
  z-index: 1;
  height: 100%;
  position: relative;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper.is-slider-titles {
  width: 100vw;
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-list {
  width: 100%;
  height: 17.4em;
  overflow: hidden;
}

.swiper.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-photo {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  padding: 4%;
  display: flex;
}

.swiper-slide.is-slider-thumbs {
  opacity: .5;
  filter: grayscale();
  cursor: pointer;
  border-radius: 1vw;
  flex: none;
  width: 4.2vw;
  transition: transform .3s, opacity .3s, filter .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #00000040;
}

.swiper-slide.is-slider-thumbs:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.swiper-slide.is-slider-thumbs.swiper-slide-thumb-active {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.25);
  box-shadow: 0 0 6px #00000080;
}

.swiper-slide.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  border-bottom: 1px solid #ffffff4d;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 1.69em;
  padding-bottom: 1.69em;
  display: flex;
}

.swiper-slide.is-slider-photo {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-bullet {
  background-color: var(--black);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--yellow-green\<deleted\|variable-ea9c48ca\>);
}

.slider-main_button {
  border: 2px solid var(--yellow-green\<deleted\|variable-ea9c48ca\>);
  color: var(--yellow-green\<deleted\|variable-ea9c48ca\>);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  background-color: var(--yellow-green\<deleted\|variable-ea9c48ca\>);
  color: var(--dark);
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 3.2em;
  display: flex;
}

.section {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section.is-slider-gallery {
  background-image: url('../images/bg.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.swiper-drag.is-slider-main {
  background-color: var(--yellow-green\<deleted\|variable-ea9c48ca\>);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.slider-main_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: var(--black);
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .88em;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_img-height {
  width: 100%;
  padding-top: 114%;
  position: relative;
  overflow: hidden;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(to top, #0009, #0000 57%);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6%;
  transition: font-size .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-main_link {
  width: 100%;
  position: relative;
}

.slider-main_title {
  letter-spacing: -.03em;
  font-size: 1.6em;
  line-height: .7;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.slider-main_arrow {
  z-index: 2;
  background-color: var(--yellow-green\<deleted\|variable-ea9c48ca\>);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-next {
  inset: 0% 0% 0% auto;
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(.9)translate(50%);
}

.slider-main_inner-wrapper {
  position: relative;
}

.slider-gallery_component {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.slider-titles_heading {
  color: #0000;
  letter-spacing: -.04em;
  white-space: nowrap;
  cursor: default;
  font-size: 10em;
  line-height: .8;
}

.slider-gallery_bottom-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.slider-gallery_button {
  z-index: 100;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-top: -1.5rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 50%;
}

.slider-gallery_button:hover {
  color: var(--dark);
}

.slider-gallery_button.swiper-next {
  right: 3%;
}

.slider-gallery_button.swiper-prev {
  left: 3%;
}

.slider-gallery_button-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-thumbs_component {
  width: 100%;
}

.slider-thumbs_height {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-thumbs_overflow {
  max-width: 100%;
  position: relative;
}

.slider-thumbs_wrapper {
  width: 100%;
}

.slider-releases_component {
  grid-row-gap: 4em;
  color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slider-list_component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.slider-list_title {
  font-size: 2.25em;
  line-height: 1;
}

.slider-list_rating {
  font-size: 1.38em;
  line-height: 1.1;
}

.slider-list_bottom-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-list_arrow-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-list_arrow {
  color: #ffffff4d;
  padding-top: .8em;
  padding-bottom: .8em;
  transition: color .1s;
}

.slider-list_arrow:hover {
  color: #fff;
}

.slider-list_icon {
  width: 6.88em;
  height: 1.13em;
}

.slider-list_icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-photo_component {
  flex: none;
  width: 50%;
}

.slider-photo_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.slider-photo_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: right;
  background-image: linear-gradient(#00000080 13%, #0000 51%);
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-photo_link-text {
  font-size: 1.63em;
  line-height: 1;
}

.slider-photo_link-icon {
  width: 1.5em;
  height: 1.5em;
}

.slider-photo_card {
  width: 100%;
  height: 100%;
}

.slider-photo_overflow {
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-photo_color {
  display: none;
}

.slide-content {
  width: 100%;
  max-width: 85%;
}

.grid-2-columns {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.for-about {
  grid-template-columns: 1fr 1.75fr;
}

.grid-2-columns.for-games {
  grid-template-columns: 1.75fr 1fr;
  place-items: center stretch;
}

.media-wrapper {
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0 8px #00000080;
}

.media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.richtext-hero {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tag {
  background-color: var(--tag-color--01);
  color: var(--white);
  border-radius: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.tag._01 {
  background-color: var(--tag-color--01);
}

.tag._02 {
  background-color: var(--tag-color--02);
}

.tag._03 {
  background-color: var(--tag-color--03);
}

.tag._04 {
  background-color: var(--tag-color--04);
}

.socials {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-left: 11px;
  display: flex;
}

.social-item {
  margin-left: .5rem;
  margin-right: .5rem;
}

.social-link {
  color: #242424;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  text-decoration: none;
  transition: color .3s;
}

.social-link:hover {
  color: #32c27d;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-bottom-large {
  margin-bottom: 1.25rem;
}

.font-size-large {
  font-size: 1.2rem;
}

.margin-bottom-base {
  margin-bottom: 1rem;
}

.tags-wrapper {
  align-items: center;
  margin-left: -.25rem;
  margin-right: -.25rem;
  line-height: 2;
  display: flex;
}

.richtext-games {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.richtext-games p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.richtext-games a {
  font-style: italic;
}

.richtext-games a:hover {
  text-decoration: underline;
}

.media-inner {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-size: 1rem;
  font-weight: 400;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  list-style-type: none;
}

.list-item-19 {
  font-family: PT Sans, sans-serif;
  list-style-type: none;
}

.list-item-20, .list-item-21, .list-item-22 {
  list-style-type: none;
}

.bold-text, .bold-text-2 {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .slider-titles_heading {
    font-size: 15vw;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-releases_component {
    grid-template-columns: 1fr;
  }

  .slider-list_component, .slider-photo_component {
    width: 100%;
  }

  .slider-photo_overflow {
    height: 80vw;
  }

  .slide-content {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .socials {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .social-item {
    margin-left: .25rem;
    margin-right: .25rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 6em;
  }

  .swiper.is-slider-main {
    height: auto;
  }

  .swiper-wrapper.is-slider-main {
    flex-direction: column;
    height: auto;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
    padding-bottom: 6rem;
  }

  .swiper-slide.is-slider-main.is-hide-mobile {
    order: 1;
    display: none;
  }

  .swiper-slide.is-slider-main.is-hero-mobile {
    min-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-slider-gallery {
    flex-direction: column;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .slider-titles_component {
    height: auto;
  }

  .slider-gallery_bottom-wrapper, .slider-gallery_button.swiper-next, .slider-gallery_button.swiper-prev {
    display: none;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .slide-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-content.has-bottom-space {
    padding-bottom: 6rem;
  }

  .grid-2-columns.for-about, .grid-2-columns.for-games {
    grid-template-columns: 1fr;
  }

  .media-wrapper {
    border-radius: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .social-item {
    height: 1.5rem;
  }

  .font-size-large {
    font-size: 1rem;
  }

  .tags-wrapper {
    font-size: .875rem;
    line-height: 1.75;
  }

  .hide.show-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h3 {
    font-size: 5em;
  }

  .swiper.is-slider-list {
    font-size: .7em;
  }

  .swiper-slide.is-slider-main.is-hero-mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tag {
    font-size: .9em;
    line-height: 1.6;
  }

  .social-icon {
    width: 2rem;
    height: 2rem;
  }

  .margin-bottom-base {
    margin-bottom: .75rem;
  }
}

#w-node-_5daad9bb-333e-ccb4-862d-bba1c74be5b3-cc796a6c, #w-node-_8cf98089-8a42-5ae0-7e37-f3cb894495b6-cc796a6c, #w-node-ea0a8438-e3e5-a47c-c43b-493188dcd195-cc796a6c, #w-node-_00bebe4f-789f-1ffe-8217-02b47af42a0d-cc796a6c, #w-node-_301fee56-9715-31b5-dd7a-7df9fec71685-cc796a6c, #w-node-_301fee56-9715-31b5-dd7a-7df9fec71687-cc796a6c, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1720-cc796a6c, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1722-cc796a6c, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a268-cc796a6c, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a26a-cc796a6c, #w-node-_066c8293-937f-97af-3310-628f28b2fa3f-cc796a6c, #w-node-_066c8293-937f-97af-3310-628f28b2fa41-cc796a6c, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f27-cc796a6c, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f29-cc796a6c, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcb-cc796a6c, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcd-cc796a6c, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127d-cc796a6c, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127f-cc796a6c, #w-node-_5daad9bb-333e-ccb4-862d-bba1c74be5b3-958178a6, #w-node-_8cf98089-8a42-5ae0-7e37-f3cb894495b6-958178a6, #w-node-ea0a8438-e3e5-a47c-c43b-493188dcd195-958178a6, #w-node-_00bebe4f-789f-1ffe-8217-02b47af42a0d-958178a6, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1720-958178a6, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1722-958178a6, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a268-958178a6, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a26a-958178a6, #w-node-_066c8293-937f-97af-3310-628f28b2fa3f-958178a6, #w-node-_066c8293-937f-97af-3310-628f28b2fa41-958178a6, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f27-958178a6, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f29-958178a6, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcb-958178a6, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcd-958178a6, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127d-958178a6, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127f-958178a6, #w-node-_5daad9bb-333e-ccb4-862d-bba1c74be5b3-5d45df04, #w-node-_8cf98089-8a42-5ae0-7e37-f3cb894495b6-5d45df04, #w-node-_5ce9fc3c-07fe-43a5-b000-1b2e10a6d694-5d45df04, #w-node-_00bebe4f-789f-1ffe-8217-02b47af42a0d-5d45df04, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1720-5d45df04, #w-node-_6eb63865-f200-4c7a-b346-1848b18c1722-5d45df04, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a268-5d45df04, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a26a-5d45df04, #w-node-_066c8293-937f-97af-3310-628f28b2fa3f-5d45df04, #w-node-_066c8293-937f-97af-3310-628f28b2fa41-5d45df04, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f27-5d45df04, #w-node-_2b1a9303-ad86-ae69-8128-b0a713437f29-5d45df04, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcb-5d45df04, #w-node-_13a3665c-7455-eea3-dfe8-570224b55dcd-5d45df04, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127d-5d45df04, #w-node-da7c724e-33f0-6bac-d61f-51819bbc127f-5d45df04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6eb63865-f200-4c7a-b346-1848b18c1720-5d45df04, #w-node-_7c99ae35-18eb-dfc7-96ca-79d1e510a268-5d45df04 {
    align-self: center;
  }

  #w-node-_066c8293-937f-97af-3310-628f28b2fa3f-5d45df04 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Monument Grotesk';
  src: url('../fonts/ABCMonumentGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}