/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff"), url("../fonts/anton-v23-latin-regular.ttf") format("truetype"), url("../fonts/anton-v23-latin-regular.svg#Anton") format("svg"); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-regular.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-600.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-600.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-700.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-700.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff"), url("../fonts/nunito-sans-v12-latin-800.ttf") format("truetype"), url("../fonts/nunito-sans-v12-latin-800.svg#NunitoSans") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
.hero-image {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45%;
  min-height: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image {
    min-height: 446px;
  }
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-image__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.hero-image__details {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.hero-image__details__text {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #FFFFFF;
  color: #004d25;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.0588235294rem;
  opacity: 0.8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@supports (mix-blend-mode: screen) {
  .hero-image__details__text {
    color: #000000;
    mix-blend-mode: screen;
  }
}
@media (min-width: 768px) {
  .hero-image--large {
    min-height: 510px;
  }
}

.hero-image-title {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #FFFFFF;
  color: #004d25;
  padding: 0 0.8rem 0 0.7rem;
  line-height: 1.2;
}
@supports (mix-blend-mode: screen) {
  .hero-image-title {
    color: #000000;
    mix-blend-mode: screen;
  }
}
.hero-image-title__overflow {
  overflow-y: hidden;
  overflow-x: hidden;
  overflow-wrap: break-word;
  display: block;
  padding: 0.3rem 0 0.2rem 0;
}
.hero-image-title__wrapper {
  font-size: 2.1176470588rem;
  font-family: Anton, "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline;
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 576px) {
  .hero-image-title__wrapper {
    font-size: 3.1764705882rem;
  }
}
@media (min-width: 992px) {
  .hero-image-title__wrapper {
    font-size: 3.7647058824rem;
  }
}
@media (min-width: 1200px) {
  .hero-image-title__wrapper {
    font-size: 4.2352941176rem;
  }
}

.hero-sub-section {
  background-color: #008943;
  color: #FFFFFF;
  min-height: 1rem;
}
@media (min-width: 768px) {
  .hero-sub-section {
    background-size: 50%;
  }
}

.hero-sub-section-content {
  padding: 0.9411764706rem 0 1.1764705882rem 0;
  font-size: 1.7647058824rem;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.015em;
}
@media (min-width: 768px) {
  .hero-sub-section-content {
    padding: 1.8823529412rem 0 1.8823529412rem 0;
  }
}
.hero-sub-section-content p {
  margin: 0;
}