body:not(.wp-core-ui) .hero,
html:not(.wp-toolbar) .hero,
.acf-block-preview .hero {
  width: 100vw;
  height: 70vh;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .hero,
  html:not(.wp-toolbar) .hero,
  .acf-block-preview .hero {
    height: 100vh;
    padding-top: 70px;
  }
}
body:not(.wp-core-ui) .hero img,
html:not(.wp-toolbar) .hero img,
.acf-block-preview .hero img {
  width: 100vw;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .hero img,
  html:not(.wp-toolbar) .hero img,
  .acf-block-preview .hero img {
    height: 100vh;
  }
}
body:not(.wp-core-ui) .hero .item,
html:not(.wp-toolbar) .hero .item,
.acf-block-preview .hero .item {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  z-index: 5;
}
body:not(.wp-core-ui) .hero .item .col .heading-1,
html:not(.wp-toolbar) .hero .item .col .heading-1,
.acf-block-preview .hero .item .col .heading-1 {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 1px #000, 1px 1px 1px #444;
}
body:not(.wp-core-ui) .hero .item .col p,
html:not(.wp-toolbar) .hero .item .col p,
.acf-block-preview .hero .item .col p {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 1px #000, 1px 1px 1px #444;
}
body:not(.wp-core-ui) .hero .overlay,
html:not(.wp-toolbar) .hero .overlay,
.acf-block-preview .hero .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
body:not(.wp-core-ui) .hero .splide__arrows,
html:not(.wp-toolbar) .hero .splide__arrows,
.acf-block-preview .hero .splide__arrows {
  position: absolute;
  bottom: 40px;
  width: 100%;
  right: 40px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
body:not(.wp-core-ui) .hero .splide__arrows button,
html:not(.wp-toolbar) .hero .splide__arrows button,
.acf-block-preview .hero .splide__arrows button {
  background-color: #fff;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  border: 1px solid rgba(32, 131, 49, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  left: inherit;
  right: inherit;
  transform: inherit;
  top: inherit;
}
body:not(.wp-core-ui) .hero .splide__arrows button svg,
html:not(.wp-toolbar) .hero .splide__arrows button svg,
.acf-block-preview .hero .splide__arrows button svg {
  width: 16px;
  height: auto;
}
body:not(.wp-core-ui) .hero .splide__arrows button.splide__arrow--prev,
html:not(.wp-toolbar) .hero .splide__arrows button.splide__arrow--prev,
.acf-block-preview .hero .splide__arrows button.splide__arrow--prev {
  transform: rotate(180deg);
}
body:not(.wp-core-ui) .hero .splide__arrows button:hover,
html:not(.wp-toolbar) .hero .splide__arrows button:hover,
.acf-block-preview .hero .splide__arrows button:hover {
  background-color: var(--main);
}
body:not(.wp-core-ui) .hero .splide__arrows button:hover svg path,
html:not(.wp-toolbar) .hero .splide__arrows button:hover svg path,
.acf-block-preview .hero .splide__arrows button:hover svg path {
  fill: #fff;
}
body:not(.wp-core-ui) .hero .splide__arrows button:focus,
html:not(.wp-toolbar) .hero .splide__arrows button:focus,
.acf-block-preview .hero .splide__arrows button:focus {
  outline: 2px solid #ff9800 !important;
}
body:not(.wp-core-ui) .splide__pagination button:focus,
html:not(.wp-toolbar) .splide__pagination button:focus,
.acf-block-preview .splide__pagination button:focus {
  outline: 2px solid #ff9800 !important;
}
body:not(.wp-core-ui) .dark-mode .hero .btn-theme,
html:not(.wp-toolbar) .dark-mode .hero .btn-theme,
.acf-block-preview .dark-mode .hero .btn-theme {
  background: #000;
  border-color: #000;
}
body:not(.wp-core-ui) .dark-mode .hero .splide__arrows button,
html:not(.wp-toolbar) .dark-mode .hero .splide__arrows button,
.acf-block-preview .dark-mode .hero .splide__arrows button {
  background-color: #fdca40;
  border-color: #fdca40;
}
body:not(.wp-core-ui) .dark-mode .hero .splide__arrows button:hover,
html:not(.wp-toolbar) .dark-mode .hero .splide__arrows button:hover,
.acf-block-preview .dark-mode .hero .splide__arrows button:hover {
  background-color: #000;
}
body:not(.wp-core-ui) .dark-mode .hero .splide__arrows button:hover svg path,
html:not(.wp-toolbar) .dark-mode .hero .splide__arrows button:hover svg path,
.acf-block-preview .dark-mode .hero .splide__arrows button:hover svg path {
  fill: #fdca40;
}/*# sourceMappingURL=style.css.map */