:root {
  --header-offset-top: 0px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(140px + var(--header-offset-top));
}

.hidden,
[hidden] {
  display: none !important;
}

@media (max-width: 782px) {
  .hidden-small,
  .responsive-hide {
    display: none !important;
  }
}

@media (min-width: 782px) {
  .hidden-medium-up {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hidden-large-up {
    display: none !important;
  }
}

.column-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 780px) {
  .column-reverse-small {
    flex-direction: column-reverse;
  }
}

.height-full,
.fill-container-height {
  height: 100% !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.hover-darken:hover {
  filter: brightness(90%);
}

.hover-lighten:hover {
  filter: brightness(110%);
}

.shadow,
.shadow-card {
  box-shadow: var(--wp--preset--shadow--card);
}

.no-underline,
.no-underline a {
  text-decoration: none !important;
}

.rounded {
  border-radius: var(--wp--preset--spacing--50);
}

.rounded-top img,
.rounded-top iframe {
  border-top-left-radius: var(--wp--preset--spacing--50);
  border-top-right-radius: var(--wp--preset--spacing--50);
}
