html {
  line-height: 1.5rem;
  font-size: 16px;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
li,
hr {
  margin: 0;
  padding: 0;
}
button {
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: underline;
}
body {
  color: black;
  background-color: white;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}
h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-wrap: balance;
  text-transform: none;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-word;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3.75rem;
  }
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-wrap: balance;
  text-transform: none;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-word;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 3.75rem;
  }
}
h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-wrap: balance;
  text-transform: none;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-word;
}
h4,
.h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-wrap: balance;
  text-transform: none;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
i {
  min-width: 1rem;
}
.text-primary {
  color: #117848;
}
.font-bold {
  font-weight: 600;
}
.title {
  text-transform: none;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.flipped-horizontal {
  transform: scaleX(-1);
}
.flipped-vertical {
  transform: scaleY(-1);
}
.flipped-horizontal.flipped-vertical {
  transform: scale(-1, -1);
}
.text-block {
  text-align: left;
}
.text-block__buttons {
  justify-self: left;
}
.section__theme--a {
  background-color: white;
  color: black;
}
.section__theme--a a.section__color:hover {
  color: #04171f;
}
.section__theme--a a.section__color {
  text-decoration: underline;
  color: #115b78;
}
.section__theme--a .section__color {
  color: #115b78;
}
.section__theme--a .section__background-color {
  background-color: white;
}
.section__theme--b {
  background-color: #115b78;
  color: white;
}
.section__theme--b a.section__color:hover {
  color: #808080;
}
.section__theme--b a.section__color {
  text-decoration: underline;
  color: white;
}
.section__theme--b .section__color {
  color: white;
}
.section__theme--b .section__background-color {
  background-color: #115b78;
}
.section__theme--c {
  background-color: #2ae18b;
  color: black;
}
.section__theme--c a.section__color:hover {
  color: #808080;
}
.section__theme--c a.section__color {
  text-decoration: underline;
  color: black;
}
.section__theme--c .section__color {
  color: black;
}
.section__theme--c .section__background-color {
  background-color: #2ae18b;
}
.section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  gap: 1.5rem;
  position: relative;
}
.section__background-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.container {
  max-width: 45rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 1.5rem;
  display: grid;
}
.container--wide {
  max-width: 90rem;
}
.container--small {
  max-width: 30rem;
}
.container--extra-padding {
  max-width: 51rem;
}
.page-container {
  max-width: 120rem;
  box-shadow: 0 1.25rem 1.875rem 0 rgba(128, 128, 128, 0.2);
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
.button--primary {
  color: white;
  border: solid;
  border-color: #117848;
  background-color: #117848;
  background: null;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  gap: 0.495rem;
}
.button--primary:hover {
  background-color: #041f12;
  border-color: #041f12;
  color: white;
}
.button--secondary {
  color: white;
  border: solid;
  border-color: #115b78;
  background-color: #115b78;
  background: null;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  gap: 0.495rem;
}
.button--secondary:hover {
  background-color: #04171f;
  border-color: #04171f;
  color: white;
}
.button--ghost {
  color: inherit;
  border: solid;
  border-color: inherit;
  background-color: inherit;
  background: null;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  gap: 0.495rem;
}
.button--ghost:hover {
  background-color: rgba(128, 128, 128, 0.4);
  border-color: inherit;
  color: inherit;
}
.button {
  display: flex;
  text-decoration: none;
  text-align: left;
  padding: 1rem;
  border-width: 1px;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: inherit;
  white-space: nowrap;
  line-height: 1rem;
  width: 100%;
  box-shadow: none;
  text-transform: none;
}
@media (min-width: 768px) {
  .button {
    width: min-content;
  }
}
.button:hover {
  text-decoration: none;
}
.button__custom-icon {
  height: 1rem;
}
.button--mobile-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .button--mobile-hidden {
    display: flex;
  }
}
.button--desktop-hidden {
  display: flex;
}
@media (min-width: 1024px) {
  .button--desktop-hidden {
    display: none;
  }
}
.buttons {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0.495rem;
  width: min-content;
}
@media (min-width: 768px) {
  .buttons {
    width: auto;
  }
}
.footer {
  text-align: left;
}
.footer__section1 {
  display: grid;
  gap: 1.5rem;
}
.footer__section2 {
  padding: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .footer__section2 {
    gap: 0.75rem;
  }
}
.footer__img {
  max-width: 400px;
  border-radius: 0.5rem;
  display: block;
}
.footer__img-container {
  border-radius: 0.5rem;
  overflow: hidden;
}
.footer__icon-container {
  font-size: 2rem;
  display: flex;
  gap: 1.5rem;
  justify-content: left;
}
.footer__icon-link {
  text-decoration: none;
}
.footer__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: left;
}
.footer__list > li {
  display: inline-block;
  line-height: 1rem;
}
@media (min-width: 1024px) {
  .footer__list {
    flex-direction: row;
  }
  .footer__list > li + li {
    border-left: 1px solid;
    padding-left: 0.75rem;
  }
}
.footer__adress-title {
  font-weight: 600;
}
.footer__contactperson-function {
  font-weight: 600;
}
.footer__contact-info {
  gap: 1.5rem;
  display: grid;
}
@media (min-width: 1024px) {
  .footer__contact-info {
    display: grid;
  }
}
.footer hr {
  border: none;
  height: 1px;
  background-color: rgba(128, 128, 128, 0.25);
}
.columns-footer-block {
  display: flex;
}
.icon-text-grid-block {
  text-align: left;
}
.icon-text-grid {
  display: grid;
  gap: 1.5rem;
  text-align: start;
}
@media (min-width: 768px) {
  .icon-text-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .icon-text-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.icon-text-grid__subtitle {
  margin-bottom: 1.5rem;
}
.icon-text-grid__item {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 10% 80%;
}
.icon-text-grid__item-buttons {
  margin-top: 0.75rem;
  justify-content: flex-start;
  display: flex;
}
.icon-text-grid__item-buttons--mobile {
  display: none;
}
.icon-text-grid__item-icon {
  font-size: 2rem;
  text-align: left;
}
.icon-text-grid__item-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.icon-text-grid__buttons {
  justify-self: left;
}
.image-text-block {
  text-align: left;
  padding: 0;
}
.image-text-block__container {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .image-text-block__container {
    gap: 0;
    max-width: unset;
  }
}
@media (min-width: 1024px) {
  .image-text-block__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
.image-text-block__text-container {
  gap: 1.5rem;
  display: grid;
  height: fit-content;
  justify-items: left;
  order: 2;
  text-align: inherit;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem 2.25rem 1.5rem;
}
@media (min-width: 1024px) {
  .image-text-block__text-container {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .image-text-block__text-container {
    padding: 2.25rem 1.5rem 2.25rem 2.25rem;
    align-self: baseline;
    max-width: 42.75rem;
  }
}
.image-text-block__text-container--left {
  justify-self: right;
  padding-bottom: 2.25rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
  .image-text-block__text-container--left {
    padding: 2.25rem 2.25rem 2.25rem 1.5rem;
  }
}
.image-text-block__title {
  overflow-wrap: anywhere;
}
.image-text-block .buttons {
  justify-content: left;
}
.image-text-block__image {
  order: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 22.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-text-block__image {
    order: initial;
  }
}
@media (min-width: 1024px) {
  .image-text-block__image {
    height: 100%;
  }
}
.image-text-block__image-img {
  object-fit: cover;
  inset-inline-start: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
}
.image-text-block__image-overlay {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: none;
  height: 100%;
  border-radius: 0.5rem;
}
.image-cards-block {
  text-align: left;
}
.image-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-align: left;
  justify-content: left;
}
.image-cards a {
  text-decoration: none;
}
.image-cards__buttons {
  justify-self: left;
  justify-items: left;
}
.image-cards__item {
  position: relative;
  flex-basis: 100%;
  max-width: inherit;
}
@media (min-width: 768px) {
  .image-cards__item {
    flex: 1 0 45%;
  }
}
@media (min-width: 1024px) {
  .image-cards__item {
    flex: 1 0 21%;
  }
}
.image-cards__item-image {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 22.5rem;
  position: relative;
}
.image-cards__item-image-img {
  object-fit: cover;
  inset-inline-start: 0px;
  width: 100%;
  height: 100%;
  object-position: center;
}
.image-cards__item-image-overlay {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: none;
  height: 100%;
  border-radius: 0.5rem;
  /*&:hover {
                    background-color: @image-card__image-overlay-color--hover;
                }*/
}
.image-cards__item:hover a .image-cards__item-text {
  color: rgba(255, 255, 255, 0.8);
}
.image-cards__item:hover a .image-cards__item-image-overlay {
  background-color: none;
}
.image-cards__item-text {
  border-radius: 0.5rem;
  overflow: hidden;
  position: absolute;
  z-index: 200;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: inherit;
  padding: 0.495rem;
  color: white;
  transition: padding 0.3s ease;
  display: flex;
  flex-direction: column;
}
.image-cards__item-text-title {
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.495rem;
  justify-content: left;
}
.image-cards__item-text-title-custom-icon {
  height: 3rem;
}
.image-cards__item-text-description {
  text-align: left;
}
.navigation {
  background-color: white;
  max-width: 120rem;
  display: flex;
}
.navigation a {
  text-decoration: none;
}
.navigation__logo {
  grid-area: logo;
}
.navigation__logoimg {
  height: 4rem;
}
.navigation__brand {
  grid-area: brand;
  font-size: 1.5rem;
  color: #117848;
  white-space: nowrap;
  text-align: left;
}
@media (min-width: 1024px) {
  .navigation__brand {
    text-align: left;
    padding: 0 1.5rem 0 1.5rem;
  }
}
.navigation__brandimg {
  height: 2rem;
}
.navigation__brand-title {
  color: #117848;
}
.navigation__brand-subtitle {
  font-size: 1rem;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .navigation__brand-subtitle {
    text-wrap: nowrap;
  }
}
.navigation__links {
  gap: 0.495rem;
  align-items: center;
  font-size: inherit;
  display: none;
  grid-area: links;
  text-align: end;
  transition: all 0.3s ease;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .navigation__links {
    height: 100%;
    font-size: inherit;
  }
}
.navigation__links-buttons > .buttons {
  flex-direction: column;
  width: min-content;
}
@media (min-width: 1024px) {
  .navigation__links-buttons > .buttons {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.navigation__links.open {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  border-top: solid 1px rgba(128, 128, 128, 0.25);
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .navigation__links.open {
    flex-direction: row;
  }
}
.navigation__links.open ul {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .navigation__links.open {
    border-top: none;
    margin-top: 0;
  }
  .navigation__links.open ul {
    margin-top: 0;
  }
}
.navigation__links.open .button {
  width: 100%;
}
.navigation__links.open .navigation__links-title {
  padding: 0;
  padding-left: 0.495rem;
}
.navigation__links li {
  height: 100%;
  width: 100%;
}
.navigation__links > ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .navigation__links {
    display: flex;
    margin-right: 0;
    margin-left: auto;
  }
  .navigation__links > ul {
    flex-flow: row;
  }
}
.navigation__links-title {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 0.495rem;
  justify-content: left;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  text-transform: none;
  padding: 0px;
}
@media (min-width: 1024px) {
  .navigation__links-title {
    padding: 0 0.495rem 0 0.495rem;
  }
}
@media (min-width: 1024px) {
  .navigation__links-title {
    justify-content: space-between;
  }
}
.navigation__links-title i {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.navigation__links-title.active {
  height: fit-content;
}
.navigation__links-title.active > i {
  transform: rotate(-180deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.navigation__links-title.current {
  color: #808080;
  background-color: false;
  background-color: inherit;
}
.navigation__links-title:hover {
  color: #808080;
  background-color: false;
  background-color: inherit;
}
.navigation__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  z-index: 300;
  background-color: transparent;
}
.navigation__submenu.open {
  max-height: 1000px;
  background-color: white;
}
@media (min-width: 1024px) {
  .navigation__submenu.open {
    border-color: rgba(128, 128, 128, 0.25);
  }
}
@media (min-width: 1024px) {
  .navigation__submenu {
    border-radius: 0.5rem;
    transform: translate(-1.5rem, 1.5rem);
    position: absolute;
    text-align: start;
  }
}
.navigation__submenu ul {
  display: flex;
  padding: 1.5rem;
  border-top-style: solid;
  border-bottom-style: solid;
  margin-top: 1.5rem;
  text-align: left;
  list-style: none;
  gap: 1.5rem;
  border-color: rgba(128, 128, 128, 0.25);
  border-width: 1px;
  flex-direction: column;
  text-transform: none;
}
@media (min-width: 1024px) {
  .navigation__submenu ul {
    border: none;
    margin: 0;
    text-align: start;
  }
}
.navigation__submenu-item {
  width: 100%;
}
.navigation__submenu-item:hover {
  color: #808080;
}
.navigation__buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-self: end;
  justify-content: left;
  gap: 0.495rem;
}
@media (min-width: 768px) {
  .navigation__buttons {
    display: flex;
  }
}
.navigation__buttons .buttons {
  flex-wrap: wrap;
  justify-content: end;
  flex-direction: column;
}
@media (min-width: 768px) {
  .navigation__buttons .buttons {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.navigation__buttons .button {
  width: auto;
}
.navigation__nav {
  color: black;
  display: grid;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 1rem;
  align-items: center;
  grid-template: 'nav-1 nav-2 menubutton' 'links links links';
  grid-template-columns: 1fr auto 1fr;
}
@media (min-width: 1024px) {
  .navigation__nav {
    grid-template: 'nav-1 nav-2 links';
    grid-template-columns: min-content min-content auto;
  }
}
.navigation__nav-1 {
  grid-area: nav-1;
}
.navigation__nav-2 {
  grid-area: nav-2;
}
.navigation__nav-2 .navigation__brand {
  text-align: left;
}
@media (min-width: 1024px) {
  .navigation__nav-2 .navigation__brand {
    text-align: left;
  }
}
.navigation__menubutton {
  grid-area: menubutton;
  width: min-content;
  justify-self: end;
  padding: 0;
  border-style: none;
  background-color: inherit;
  color: inherit;
  box-shadow: inherit;
}
.navigation__menubutton:hover {
  color: #808080;
}
.navigation__menubutton .active-hide {
  display: block;
}
.navigation__menubutton .active-show {
  display: none;
}
.navigation__menubutton.active .active-hide {
  display: none;
}
.navigation__menubutton.active .active-show {
  display: block;
}
@media (min-width: 1024px) {
  .navigation__menubutton {
    display: none;
  }
}
.faq-block {
  text-align: left;
}
.faq-block__buttons {
  justify-self: left;
}
.faq-block__container {
  gap: 1.5rem;
}
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: left;
  border-width: 1px;
}
.faq-categories__buttons {
  justify-self: left;
}
.faq-categories__item {
  display: grid;
  gap: 1.5rem;
  position: relative;
  flex-basis: 100%;
  margin-bottom: auto;
  max-width: 45rem;
}
@media (min-width: 768px) {
  .faq-categories__item {
    flex: 1 0 45%;
  }
}
@media (min-width: 1024px) {
  .faq-categories__item {
    flex: 1 0 21%;
  }
}
.faq-questions {
  display: grid;
  align-items: start;
}
.faq-questions__item {
  display: grid;
  text-align: start;
  cursor: pointer;
}
.faq-questions__item:not(:first-child) {
  border-block-start-style: solid;
  border-width: 1px;
  border-color: rgba(128, 128, 128, 0.25);
}
.faq-questions__item:last-child .faq-questions__item-title {
  margin-bottom: 1.5rem;
}
.faq-questions__item-title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}
.faq-questions__item-title:hover {
  color: #808080;
}
.faq-questions__item-title i {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.faq-questions__item-title.active > i {
  transform: rotate(-180deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.faq-questions__item-content {
  display: grid;
  gap: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-questions__item-content.open {
  margin-bottom: 1.5rem;
  max-height: 2000px;
}
.faq-questions__item-content .buttons {
  justify-content: left;
}
@media (min-width: 768px) {
  .faq-questions__item-content .buttons {
    justify-content: start;
  }
}
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-align: left;
  justify-content: left;
  height: max-content;
  max-width: inherit;
}
.testimonials-block {
  text-align: left;
}
.testimonials a {
  text-decoration: none;
}
.testimonials a:hover .testimonials__item-text-title {
  color: #808080;
}
.testimonials__buttons {
  justify-self: left;
  justify-items: left;
}
.testimonials__item {
  position: relative;
  flex-basis: 100%;
  border: solid;
  border-width: 1px;
  border-radius: 0.5rem;
  border-color: rgba(128, 128, 128, 0.25);
  padding: 1.5rem;
  background-color: none;
  box-shadow: none;
  flex: inherit;
  align-items: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .testimonials__item {
    flex: 1 0 33%;
  }
}
@media (min-width: 1024px) {
  .testimonials__item {
    flex: 1 0 10%;
  }
}
.testimonials__item-title {
  font-weight: 600;
}
.testimonials__item-description {
  font-style: italic;
}
.testimonials__item-job-description {
  color: #808080;
}
.testimonials__item-logoimg {
  max-width: 100%;
}
.image-hero-block {
  text-align: left;
  position: relative;
  align-items: center;
  background-color: #115b78;
  min-height: 400px;
  display: flex;
  gap: 0;
  text-shadow: 2px 2px 1rem #115b78;
}
.image-hero-block__subtitle {
  font-style: normal;
  font-weight: inherit;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: none;
}
.image-hero-block__title {
  background-color: transparent;
  outline: none;
  border: none;
  color: inherit;
  font-family: 'JetBrains Mono', sans-serif, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: none;
}
.image-hero-block__buttons {
  justify-self: left;
}
.image-hero-block__buttons .button--primary {
  border-color: #117848;
}
.image-hero-block__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  z-index: 0;
  object-position: center;
}
.image-hero-block__container {
  z-index: 200;
  position: relative;
  align-content: center;
  color: white;
  font-weight: inherit;
  height: inherit;
}
.image-hero-block__overlay {
  z-index: 100;
  background-color: none;
  position: absolute;
  inset: 0;
}
.products-block {
  text-align: left;
}
.products-block__buttons {
  justify-self: left;
  justify-items: left;
  background: inherit;
  z-index: 200;
  height: 100%;
  width: 100%;
}
.products-block__container {
  justify-content: left;
}
.products {
  display: grid;
}
@media (min-width: 768px) {
  .products {
    gap: 1px;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.products__item {
  background-color: inherit;
  z-index: 200;
}
@media (min-width: 768px) {
  .products__item {
    padding: 1.5rem;
  }
}
.products__item-title {
  display: grid;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .products__item-title {
    padding-top: 1.5rem;
  }
}
.products__item-title-primary-product {
  background-color: #117848;
}
.products__item-title-primary-product .section__color {
  color: white;
}
.products__item-features {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  margin-bottom: 1px;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .products__item-features {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
  }
}
.products__item-features > ul {
  list-style: none;
  display: flex;
  gap: 0.495rem;
  flex-flow: column;
  align-items: center;
}
.products__item-features > ul > li {
  overflow-wrap: break-word;
}
.products__footnote {
  font-size: 0.75rem;
  background-color: inherit;
  z-index: 200;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.products__container {
  position: relative;
  align-content: center;
  gap: 0;
}
.products__overlay {
  z-index: 100;
  margin: 1.5rem;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, transparent, rgba(128, 128, 128, 0.25), transparent);
}
@media (min-width: 768px) {
  .products__overlay {
    background-image: radial-gradient(ellipse at 50% 20%, rgba(128, 128, 128, 0.25), transparent);
  }
}
.rich-text-block ul {
  margin-left: 1.5rem;
}
.rich-text-block__text {
  word-break: break-word;
}
.text-cards-block {
  text-align: left;
}
.text-cards-block .container {
  z-index: 200;
}
.text-cards-block.section__theme--a .text-cards__item {
  background-color: white;
  color: black;
}
.text-cards-block.section__theme--a .text-cards__item:first-child {
  background-color: white;
}
.text-cards-block.section__theme--a .text-cards__item:last-child {
  background-color: white;
}
.text-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-align: left;
  justify-content: left;
}
.text-cards a {
  text-decoration: none;
}
.text-cards__buttons {
  justify-self: left;
  justify-items: left;
}
.text-cards__item {
  position: relative;
  flex-basis: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  max-width: inherit;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .text-cards__item {
    flex: 1 0 45%;
  }
}
@media (min-width: 1024px) {
  .text-cards__item {
    flex: 1 0 21%;
  }
}
.text-cards__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
.text-cards__item-description {
  margin-bottom: auto;
}
.text-cards__item-buttons {
  padding-top: 1.5rem;
  align-self: center;
}
.item-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  text-align: left;
  justify-content: left;
  height: max-content;
}
.item-cards a {
  text-decoration: none;
}
.item-cards a:hover .item-cards__item-text-title {
  color: #808080;
}
.item-cards__buttons {
  justify-self: left;
  justify-items: left;
}
.item-cards__item {
  position: relative;
  flex-basis: 100%;
  border: none;
  border-width: 1px;
  border-radius: 0.5rem;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
}
@media (min-width: 768px) {
  .item-cards__item {
    flex: 1 0 33%;
  }
}
@media (min-width: 1024px) {
  .item-cards__item {
    flex: 1 0 10%;
  }
}
.item-cards__item-primary {
  box-shadow: 0 0 15px 0 #117848;
}
.item-cards__item-title {
  font-weight: 600;
}
.item-cards__item-description {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.item-cards__item-description > ul {
  list-style: none;
  margin-left: 1.5rem;
  margin-left: 0;
}
.item-cards__item-description > ul > li::marker {
  color: inherit;
}
.item-cards__item-date {
  font-style: italic;
}
.item-cards__item-img {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.item-cards__item-img-container {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.item-cards__item-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.item-cards__item-content--flexible {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.item-cards__item-button {
  justify-items: center;
}
.image-text-hero-block {
  text-align: left;
  position: relative;
  align-items: center;
  min-height: 800px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: flex;
  gap: 0;
}
@media (min-width: 768px) {
  .image-text-hero-block {
    min-height: 800px;
  }
}
.image-text-hero-block__section {
  padding: 0;
  margin-bottom: -200px;
}
@media (min-width: 768px) {
  .image-text-hero-block__section {
    margin-bottom: -200px;
  }
}
.image-text-hero-block__subtitle {
  font-style: normal;
  font-weight: inherit;
}
.image-text-hero-block__title {
  outline: none;
  border: none;
  width: auto;
  padding: 0;
  margin: 0;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  min-width: 200px;
}
.image-text-hero-block__buttons {
  justify-self: left;
}
.image-text-hero-block__buttons .button--primary {
  border-color: #117848;
}
.image-text-hero-block__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  z-index: 0;
  object-position: center;
}
.image-text-hero-block__container {
  z-index: 200;
  position: relative;
  align-content: center;
  align-self: baseline;
  color: white;
  font-weight: inherit;
  height: inherit;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.image-text-hero-block__content-container {
  text-align: left;
  position: relative;
  top: -200px;
  gap: 1.5rem;
  display: grid;
  padding: 0.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 1px;
  color: inherit;
  box-shadow: none;
  background-color: inherit;
  z-index: 300;
}
@media (min-width: 768px) {
  .image-text-hero-block__content-container {
    padding: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    top: -200px;
  }
}
.image-text-hero-block__content-container .section__color {
  color: none;
}
.image-text-hero-block__overlay {
  z-index: 100;
  background-color: none;
  position: absolute;
  inset: 0;
}
.image-text-hero-block__container--bg-color-primary {
  background-color: rgba(17, 120, 72, 0.8);
}
.image-text-hero-block__container--bg-color-secondary {
  background-color: rgba(17, 91, 120, 0.8);
}
.image-text-hero-block__container--bg-color-1 {
  background-color: rgba(0, 0, 0, 0.8);
}
.image-text-hero-block__container--bg-color-2 {
  background-color: rgba(255, 255, 255, 0.8);
}
.image-text-hero-block__container--bg-color-3 {
  background-color: rgba(128, 128, 128, 0.8);
}