[id=editor] .wp-block {
  border: dotted 1px black;
  padding: 1.5625rem;
  margin: 0;
  max-width: 100%;
}
[id=editor] .wp-block .image-button {
  width: 100%;
}
[id=editor] .wp-block .image-button img {
  width: 100%;
}

.wp-block-mtingetblocks-hero,
.c-hero {
  min-height: 50vh;
  position: relative;
}
[id=editor] .wp-block-mtingetblocks-hero,
[id=editor] .c-hero {
  padding: 5rem;
  position: static;
}
[id=editor] .wp-block-mtingetblocks-hero:before,
[id=editor] .c-hero:before {
  display: none;
}
[id=editor] .wp-block-mtingetblocks-hero--green,
[id=editor] .c-hero--green {
  background-color: #96c31e;
}
[id=editor] .wp-block-mtingetblocks-hero--orange,
[id=editor] .c-hero--orange {
  background-color: #eb4b23;
}
[id=editor] .wp-block-mtingetblocks-hero--white,
[id=editor] .c-hero--white {
  background-color: #fff;
}
.wp-block-mtingetblocks-hero:before,
.c-hero:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #272727;
  opacity: 0.8;
}
.home .wp-block-mtingetblocks-hero:before,
.home .c-hero:before {
  opacity: 0;
}

.c-hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  object-fit: cover;
  height: 100%;
  filter: blur(5px);
}
.home .c-hero__image {
  filter: blur(0);
  object-fit: contain;
}
[id=editor] .c-hero__image {
  z-index: 0;
}
[id=editor] .c-hero__image .image-button {
  height: 100%;
  overflow: hidden;
}

.c-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
[id=editor] .c-hero__video {
  z-index: 0;
}

.c-hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-hero__content--green {
  background-color: #96c31e;
}
.c-hero__content--orange {
  background-color: #eb4b23;
}
.c-hero__content--orange .c-btn--primary {
  background-color: #eb4b23;
}
.c-hero__content--white {
  background-color: #fff;
}
.c-hero__content--on-image {
  background-color: transparent;
}

.c-hero__title {
  color: #edf5e1;
  font-size: 3rem;
}
.c-hero__content--green .c-hero__title, .c-hero__content--orange .c-hero__title {
  text-shadow: 2px 2px black;
}
.c-hero__content--white .c-hero__title {
  color: #272727;
}
.c-hero__content--on-image .c-hero__title {
  color: #edf5e1;
}
[id=editor] .c-hero__title {
  color: #edf5e1;
  font-size: 2rem;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px black;
  z-index: 2;
}

.c-hero__content--green .c-hero__lead, .c-hero__content--orange .c-hero__lead {
  text-shadow: 2px 2px black;
}
.c-hero__content--white .c-hero__lead {
  color: #272727;
}
.c-hero__content--on-image .c-hero__lead {
  color: #edf5e1;
}
[id=editor] .c-hero__lead {
  color: #edf5e1;
  font-size: 1rem;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px black;
  z-index: 2;
}

[id=editor] .c-hero__cta {
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  position: relative;
  z-index: 2;
}

.wp-block-mtingetblocks-section,
.c-section {
  background-color: #fff;
  color: #272727;
  padding: 0.9375rem;
}
.wp-block-mtingetblocks-section--black,
.c-section--black {
  background-color: #272727;
  color: #edf5e1;
}
.wp-block-mtingetblocks-section--green,
.c-section--green {
  background-color: #96c31e;
  color: #272727;
}
.wp-block-mtingetblocks-section--orange,
.c-section--orange {
  background-color: #eb4b23;
  color: #fff;
}
.wp-block-mtingetblocks-section--white,
.c-section--white {
  background-color: #fff;
  color: #272727;
}

.c-section__content {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 55rem;
  padding: 1.875rem 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-section--image-right .c-section__content {
    flex-direction: row-reverse;
  }
}

.wp-block-mtingetblocks-section .c-section__text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .wp-block-mtingetblocks-section .c-section__text-content {
    max-width: 45%;
  }
}
.wp-block-mtingetblocks-dynamicsection .wp-block-mtingetblocks-section .c-section__text-content {
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-block-mtingetblocks-section .c-section__text-content .c-btn {
    max-width: max-content;
  }
}

.c-section__image {
  margin: 0;
  max-height: 50vh;
  object-fit: cover;
}
@media (min-width: 768px) {
  .c-section__image {
    max-width: 18.75rem;
  }
}
.c-section__image .image-button {
  height: auto;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem;
  margin: 0;
  justify-content: center;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin: 1.25rem;
  border-top: solid 1px #edf5e1;
  border-bottom: solid 1px #edf5e1;
  padding: 0.9375rem 0.3125rem;
}
@media (min-width: 768px) {
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    flex: 0 0 25%;
  }
}

.wp-block-latest-posts + .c-section .c-section__content,
.wp-block-latest-posts + .c-section .c-section__text-content {
  padding: 0;
}

.c-btn {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font-size: inherit;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  padding: 0.3125rem 0.4375rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  background-color: #96c31e;
  border: 2px solid #000;
  color: #272727;
}
.c-btn--primary {
  background-color: #96c31e;
  border: 2px solid #000;
  color: #272727;
}
.c-btn--black {
  background-color: #272727;
  border: 2px solid #edf5e1;
  color: #edf5e1;
}
.c-btn--green {
  background-color: #96c31e;
  border: 2px solid #000;
  color: #272727;
}
.c-btn--orange {
  background-color: #eb4b23;
  border: 2px solid #000;
  color: #272727;
}
.c-btn--white {
  background-color: #edf5e1;
  border: 2px solid #000;
  color: #272727;
}
.c-btn a {
  color: inherit;
  text-decoration: none;
}

.c-section figcaption {
  text-align: center;
}
.c-section a {
  color: currentColor;
  border-bottom: solid 1px #96c31e;
}
.c-section a:hover, .c-section a:focus {
  border-bottom: dotted 2px #96c31e;
  text-decoration: none;
}
.c-section a:active {
  opacity: 0.8;
}
.c-section--green a, .c-section--orange a {
  border-bottom: solid 1px #000;
}
.c-section--green a:hover, .c-section--green a:focus, .c-section--orange a:hover, .c-section--orange a:focus {
  border-bottom: dotted 2px #000;
  text-decoration: none;
}
.c-section .c-btn a {
  border-bottom: 0;
}
.c-section .c-btn a:hover, .c-section .c-btn a:focus {
  border-bottom: 0;
}
.c-section .wp-block-embed__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-card {
  box-shadow: 1px 2px 3px 4px rgba(27, 27, 27, 0.7);
  width: 18.75rem;
  display: flex;
  flex-direction: column;
}
.c-card .image-button {
  height: auto;
}

.c-card__content {
  background-color: white;
  color: #272727;
  border-bottom: solid 1px black;
  padding: 0.625rem 0.9375rem;
  flex-grow: 1;
}

.c-card__title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.c-card__subtitle {
  margin: 0;
}

.c-card__image {
  object-fit: cover;
  height: 15.625rem;
  margin-bottom: -15px;
  width: 100%;
}

.c-cardlist {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.c-cardlist--black {
  background-color: #272727;
}
.c-cardlist--green {
  background-color: #96c31e;
}
.c-cardlist--orange {
  background-color: #eb4b23;
}
.c-cardlist--white {
  background-color: #fff;
}
.c-cardlist .c-card {
  margin: 0.9375rem;
}

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