body {
  color: #000;
  font-family: Abcmonumentgrotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #000;
  text-align: left;
  text-decoration: none;
  display: block;
}

a:hover {
  color: #b4b4b4;
}

.body {
  word-break: normal;
  overflow-wrap: normal;
  font-family: Abcmonumentgrotesk, sans-serif;
  font-size: 16px;
}

.text-block {
  letter-spacing: .01px;
  line-height: 18px;
}

.wrapper {
  background-color: #0000;
  width: 100%;
  height: 100svh;
  padding: 2vw;
}

.wrapper.global-wrapper {
  background-color: #f0f18a;
  min-height: 5em;
}

.scrolling-text {
  padding-bottom: 1em;
  font-size: 1em;
  line-height: 1.15;
}

.text_container {
  letter-spacing: .1px;
  padding-bottom: .8em;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1;
}

.text_container.hidden {
  display: none;
  overflow: visible;
}

.text_container.full-width {
  font-weight: 400;
}

.text_container.columns {
  flex: 1;
  width: auto;
}

.title-sub {
  padding-bottom: 1em;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

.flex-container {
  z-index: 100;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link {
  color: #000;
}

.full-width {
  width: 100%;
  display: block;
}

.full-width.flex-columns {
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.green {
  background-color: #95ecb2;
}

.red {
  background-color: #fa8e8e;
}

.height {
  height: 5rem;
}

.columns {
  width: 33%;
}

.no-padding-text {
  padding-bottom: 0;
}

.image-container-width {
  z-index: 1;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 96vw;
  height: 96svh;
  margin: 2vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-container-height {
  height: 26%;
}

.logo_svg {
  height: 100%;
}

.text.centered {
  text-align: center;
}

.text.right {
  text-align: right;
}

.text.comma {
  display: none;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding: 3vw;
  }

  .text_container {
    font-size: 1.4em;
  }

  .columns {
    width: 50%;
  }

  .columns.green.height {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .text_container {
    font-size: 1.2em;
    align-items: flex-start;
    gap: 0;
    display: flex;
  }

  .full-width.flex-columns {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .image-container-width {
    width: 96vw;
    height: 98svh;
  }

  .text {
    display: inline-block;
  }

  .text.comma {
    margin-right: .3em;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .text_container {
    font-size: 1em;
  }

  .text_container.columns.no-padding-text {
    order: 1;
    align-self: auto;
  }

  .flex-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .full-width.flex-columns {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .columns {
    width: 100%;
  }
}


@font-face {
  font-family: 'Abcmonumentgrotesk';
  src: url('../fonts/ABCMonumentGrotesk-Regular.woff2') format('woff2'), url('../fonts/ABCMonumentGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}