body:not(.wp-core-ui) .section-hero,
html:not(.wp-toolbar) .section-hero,
.acf-block-preview .section-hero {
  margin-bottom: 100px;
  padding-top: 80px;
}
body:not(.wp-core-ui) .section-hero .et-container,
html:not(.wp-toolbar) .section-hero .et-container,
.acf-block-preview .section-hero .et-container {
  position: relative;
}
body:not(.wp-core-ui) .section-hero .et-container img,
html:not(.wp-toolbar) .section-hero .et-container img,
.acf-block-preview .section-hero .et-container img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body:not(.wp-core-ui) .section-hero .et-container img,
  html:not(.wp-toolbar) .section-hero .et-container img,
  .acf-block-preview .section-hero .et-container img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body:not(.wp-core-ui) .section-hero .splide__pagination li button.is-active,
html:not(.wp-toolbar) .section-hero .splide__pagination li button.is-active,
.acf-block-preview .section-hero .splide__pagination li button.is-active {
  background-color: var(--secondary);
}
body:not(.wp-core-ui) .section-hero .splide__arrows,
html:not(.wp-toolbar) .section-hero .splide__arrows,
.acf-block-preview .section-hero .splide__arrows {
  position: absolute;
  bottom: -28px;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
body:not(.wp-core-ui) .section-hero .splide__arrows .splide__arrow,
html:not(.wp-toolbar) .section-hero .splide__arrows .splide__arrow,
.acf-block-preview .section-hero .splide__arrows .splide__arrow {
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
  border-radius: 8px;
  background-color: var(--secondary);
  opacity: 1;
}
body:not(.wp-core-ui) .section-hero .splide__arrows .splide__arrow svg,
html:not(.wp-toolbar) .section-hero .splide__arrows .splide__arrow svg,
.acf-block-preview .section-hero .splide__arrows .splide__arrow svg {
  height: 16px;
}
body:not(.wp-core-ui) .section-hero .splide__arrows .splide__arrow svg path,
html:not(.wp-toolbar) .section-hero .splide__arrows .splide__arrow svg path,
.acf-block-preview .section-hero .splide__arrows .splide__arrow svg path {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */