html section.block.block-hero-background-vimeo {
  height: 100svh;
  max-width: 100%;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden !important;
  max-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
html section.block.block-hero-background-vimeo * {
  box-sizing: border-box;
}
html section.block.block-hero-background-vimeo .container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
html section.block.block-hero-background-vimeo .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
html section.block.block-hero-background-vimeo .container h1, html section.block.block-hero-background-vimeo .container p {
  color: var(--wp--preset--color--white);
}
html section.block.block-hero-background-vimeo .container h1 {
  position: relative;
}
html section.block.block-hero-background-vimeo .container strong {
  background-color: var(--wp--preset--color--primary);
  display: inline-block;
  margin-left: 10px;
  line-height: 0.8em;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  html section.block.block-hero-background-vimeo .container .wp-block-button, html section.block.block-hero-background-vimeo .container .wp-element-button {
    width: 100%;
  }
}
html section.block.block-hero-background-vimeo .iframe-vimeo {
  background-color: black;
  min-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  height: var(--heightVideo, 100vh);
  width: var(--widthVideo, 177.7777777778vh);
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  html section.block.block-hero-background-vimeo .iframe-vimeo {
    width: var(--widthVideo, 100vw);
    height: var(--heightVideo, 177.7777777778vw) !important;
  }
}
html section.block.block-hero-background-vimeo .iframe-vimeo .vimeo_player {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
}
html section.block.block-hero-background-vimeo .iframe-vimeo iframe {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0px;
  z-index: 1;
}