:root {
  --wp--preset--color---primary: #64C0C1;
  --wp--preset--color---secondary: #505665;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "rooney-sans", calibri, sans-serif;
  --font-alt: "rooney-sans", calibri, sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 300;
  --line-height-default: 1.333;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-hero-video {
  min-height: 80vh;
  transition: height 0.4s;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video {
    height: 70vh;
    min-height: 70vh;
  }
}
@media (max-width: 375px) {
  .wp-block-acf-hero-video {
    height: 60vh;
  }
}
.wp-block-acf-hero-video.vimeo-wrapper {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 0;
  overflow: hidden !important;
  position: relative;
}
.wp-block-acf-hero-video.vimeo-wrapper iframe {
  background-color: var(--wp--preset--color---primary);
  z-index: 0;
  width: 100vw !important;
  height: 56.25vw !important;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video.vimeo-wrapper iframe {
    height: 70vw;
    min-height: 70vw;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
  }
}
.wp-block-acf-hero-video.vimeo-wrapper iframe::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262529+0,262529+30,262529+100&0.6+0,0.3+30,0.1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(38, 37, 41) 0%, rgba(38, 37, 41, 0.3) 30%, rgba(38, 37, 41, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99262529", endColorstr="#1a262529", GradientType=0);
  /* IE6-9 */
  content: " ";
}
.wp-block-acf-hero-video .shell {
  z-index: 201;
  position: relative;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: self-end;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video .shell {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
.wp-block-acf-hero-video .shell .app__block-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: self-end;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video .shell .app__block-inner {
    font-size: 14px;
    line-height: 1.4286;
    padding: 0;
    max-width: 96%;
  }
}
.wp-block-acf-hero-video .shell .app__block-inner .app__block-content {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--white);
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: ) {
  .wp-block-acf-hero-video .shell .app__block-inner .app__block-content {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video .shell .app__block-inner .app__block-content {
    width: 100%;
  }
}
.wp-block-acf-hero-video .shell .app__block-inner .app__block-content h1 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video .shell .app__block-inner .app__block-content h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-acf-hero-video .shell .app__block-inner .app__block-content p {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}
.wp-block-acf-hero-video .shell .app__block-inner .app__block-content .btn {
  text-shadow: none;
}
.wp-block-acf-hero-video .shell .app__block-inner .app__block-content .btn.style2 {
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border: 0px solid var(--wp--preset--color--primary);
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.wp-block-acf-hero-video .shell .app__block-inner .app__block-content .btn.style2:hover {
  color: var(--wp--preset--color--white);
  border: 0px solid var(--wp--preset--color--white);
}
.wp-block-acf-hero-video .btn-container:not(:only-of-type) {
  margin: 0 9px;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video .btn-container:not(:only-of-type) {
    margin: 3px;
  }
}
.wp-block-acf-hero-video.overlay_image .overlay_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: end;
}
@media (max-width: 1024px) {
  .wp-block-acf-hero-video.overlay_image .overlay_image {
    right: -100px;
  }
}
.wp-block-acf-hero-video.overlay_image .overlay_image img,
.wp-block-acf-hero-video.overlay_image .overlay_image picture img {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-acf-hero-video.overlay_image .overlayside {
  z-index: 199;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wp-block-acf-hero-video.overlay_image .overlayside::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262529+0,262529+30,262529+100&0.6+0,0.3+30,0.1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(38, 37, 41) 0%, rgba(38, 37, 41, 0.3) 30%, rgba(38, 37, 41, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99262529", endColorstr="#1a262529", GradientType=0);
  /* IE6-9 */
  content: " ";
}

/*  app-block-hero--center  */
.app-block-hero--center .app__block-inner {
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .app-block-hero--center .app__block-inner {
    max-width: 100%;
    padding: 145px 0 75px;
  }
}

.wp-block-acf-hero-video iframe.loaded {
  opacity: 1;
}
