:root {
  --vlip--header-height: 92px;
}
@media (min-width: 960px) {
  :root {
    --vlip--header-height: 106px;
  }
}

header.wp-block-template-part {
  display: contents;
  position: relative;
  will-change: transform;
}
header.wp-block-template-part > .wp-block-group {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  right: 0;
  left: 0;
  inset-inline: 0;
  backdrop-filter: blur(1.5rem);
  will-change: transform;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
header.wp-block-template-part.headroom--unpinned > .wp-block-group {
  transform: translateY(calc(-1 * var(--vlip--header-height, 88px)));
}
header.wp-block-template-part.headroom--not-top.headroom--pinned + main > .entry-content > *.is-position-sticky {
  top: calc(var(--vlip--header-height) + var(--wp-admin--admin-bar--height, 0px));
  transition: all 0.3s ease-in-out;
}

.vlip-navigation {
  --vlip--menu--bg: #403e3bef;
  --vlip--menu--color-current: var(--wp--preset--color--custom-mbb-t-rkis-hell);
  --vlip--menu--color-hover: var(--wp--preset--color--primary);
  transition: opacity var(--vlip--speed--normal, 0.45s) var(--vlip--easing--ease-out-expo, cubic-bezier(0.16, 1, 0.3, 1));
}
.vlip-navigation #hamburger {
  color: white;
}
.vlip-navigation #hamburger path {
  stroke-linecap: round;
}
.vlip-navigation__container {
  --vlip--container--pt: calc(var(--vlip--header-height) + var(--wp--preset--spacing--40) + var(--wp-admin--admin-bar--height, 0px));
  height: 100vh;
  height: 100dvh;
}
@media screen and (min-width: 960px) {
  .vlip-navigation__container {
    --vlip--container--pt: 0;
    height: auto;
  }
}
.vlip-navigation__menu {
  width: 100%;
  justify-content: space-between;
  height: 100%;
  gap: var(--wp--preset--spacing--30);
}
@media screen and (min-width: 960px) {
  .vlip-navigation__menu {
    align-items: center;
    height: auto;
  }
}
.vlip-navigation__menu > .wp-block-buttons {
  margin-top: auto;
}
@media screen and (max-width: 960px) {
  .vlip-navigation__menu > .wp-block-buttons .wp-block-button__link {
    font-size: var(--wp--preset--font-size--large);
  }
}
.vlip-navigation .wp-block-navigation-item__content {
  --vlip--menu-item--py: 0.125rem;
  font-weight: 600;
}
.vlip-navigation .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  transform-origin: center;
  transform: scaleX(0);
}
.vlip-navigation .wp-block-navigation-item__content:hover::after {
  transform: scaleX(1.05);
}
.vlip-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content::after {
  transform: scaleX(1);
}
.vlip-navigation__overlay {
  backdrop-filter: blur(1.5rem);
}

.wp-site-blocks {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
.wp-site-blocks > main > .wp-block-group {
  padding-top: var(--vlip--header-height) !important;
}

strong {
  font-weight: 600;
}

.entry-content > * {
  scroll-margin-top: var(--wp--preset--spacing--70);
  scroll-margin-bottom: var(--wp--preset--spacing--70);
  -webkit-scroll-margin-top: var(--wp--preset--spacing--70);
  -webkit-scroll-margin-bottom: var(--wp--preset--spacing--70);
}
@supports not (scroll-margin-top: 1px) {
  .entry-content > * {
    padding-top: var(--wp--preset--spacing--70);
    margin-top: calc(var(--wp--preset--spacing--70) * -1);
    padding-bottom: var(--wp--preset--spacing--70);
    margin-bottom: calc(var(--wp--preset--spacing--70) * -1);
  }
}
.entry-content > *.is-position-sticky {
  backdrop-filter: blur(1rem);
  transition: all 0.3s ease-in-out;
}
.entry-content > .wp-block-cover:first-of-type {
  min-height: 100dvh !important;
}
@media screen and (max-width: 599px) {
  .entry-content > .wp-block-cover:first-of-type {
    margin-block-start: var(--vlip--header-height) !important;
    aspect-ratio: 1/1 !important;
    min-height: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .entry-content > .wp-block-cover:first-of-type {
    min-height: 1024px !important;
  }
}
