/*! purgecss start ignore */
/*! purgecss end ignore */
.page__footer {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .page__footer {
    margin-top: 3.75rem;
  }
}

.footer {
  background-color: #282a2a;
  color: #fff;
}
.footer hr {
  border: 0.0625rem solid #4cae4c;
  opacity: 1;
}
.footer .footer-container {
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .footer .footer-container {
    padding: 5rem 0;
  }
}
.footer .footer-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto 2rem;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.footer .footer-content {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(15, 1fr);
  gap: 1.5rem;
}
.footer .footer-content .block > h2 {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer-content .block > h2 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .footer .footer-content .block > h2 {
    text-align: left;
  }
}
.footer .footer-content .block--footer,
.footer .footer-content .block--base-footerhu {
  grid-column: auto/span 15;
}
@media (min-width: 992px) {
  .footer .footer-content .block--footer,
  .footer .footer-content .block--base-footerhu {
    grid-column: auto/span 10;
  }
}
.footer .footer-content .block--footer > h2,
.footer .footer-content .block--base-footerhu > h2 {
  border-bottom: 0.125rem solid #ffd012;
}
.footer .footer-content .block--contactinfoblock {
  grid-column: auto/span 15;
}
@media (min-width: 992px) {
  .footer .footer-content .block--contactinfoblock {
    grid-column: auto/span 5;
  }
}
.footer .footer-content .block--contactinfoblock > h2 {
  border-bottom: 0.125rem solid #4cae4c;
}
@media (min-width: 992px) {
  .footer .footer-content .block--contactinfoblock > h2 {
    text-align: right;
  }
}

html .btn-outline-secondary {
  --bs-btn-bg: #fff;
  --bs-btn-active-bg: #edf7ed;
  --bs-btn-hover-bg: #edf7ed;
  --bs-btn-active-color: #4cae4c;
  --bs-btn-hover-color: #4cae4c;
  --bs-btn-focus-shadow-rgb: 54, 124, 54;
  --bs-bnt-focus-color: #4cae4c;
  --bs-btn-focus-bg: #edf7ed;
  --bs-btn-active-border-color: #4cae4c;
  --bs-btn-focus-border-color: #4cae4c;
}

html .btn-secondary {
  --bs-btn-color: white;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-bnt-focus-color: #fff;
}

html .btn {
  font-family: "Work Sans", sans-serif;
}

html .row {
  --bs-gutter-y: var(--bs-gutter-x, 1.5rem);
}

.hero-region-container {
  padding: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 3.4375rem 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .hero-region-container {
    width: 83.3333333333%;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 2.5rem;
  }
}

.page {
  position: relative;
}

.hero-region {
  z-index: 1;
}
.hero-region .background-image-container {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
.hero-region .background-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 18.75rem;
}
@media (min-width: 992px) {
  .hero-region .background-image-container img {
    height: 31.25rem;
  }
}
.hero-region .background-image-container .linear-gradient {
  position: relative;
}
.hero-region .background-image-container .linear-gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36.3125rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.hero-region .background-image-container .linear-gradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 36.3125rem;
  background-image: url("/themes/custom/base/src/assets/images/page-front-repeating-pattern.png");
  background-repeat: repeat;
}

.block--base-icalhelp {
  margin-top: 1.5rem;
}
.block--base-icalhelp a {
  text-decoration: underline;
}

.toolbar .toolbar-bar .toolbar-icon-egm-manual-manual:before {
  background-image: url("/themes/custom/base/src/assets/icons/book.svg");
}

.captcha__title,
.captcha__description {
  display: none;
}

/*# sourceMappingURL=page.css.map*/