/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-dpi-blocks-hero {
  height: calc(100dvh - var(--header-height, 0px));
  width: 100%;
  position: relative;
}
.wp-block-dpi-blocks-hero img {
  margin-block: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.wp-block-dpi-blocks-hero .hero-decoration-line {
  --height: 80px;
  position: absolute;
  left: 50%;
  bottom: calc(var(--height) / -2);
  height: var(--height);
  background: var(--wp--preset-colors--accent, #EDB81A);
  width: 2px;
  display: none;
}
@media screen and (width >= 992px) {
  .wp-block-dpi-blocks-hero .hero-decoration-line {
    display: block;
  }
}
.wp-block-dpi-blocks-hero .hero-video-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.wp-block-dpi-blocks-hero .hero-video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-dpi-blocks-hero .hero-video-container .video-controls {
  position: absolute;
  bottom: 25px;
  left: 30px;
  display: none;
}
@media screen and (width >= 992px) {
  .wp-block-dpi-blocks-hero .hero-video-container .video-controls {
    display: block;
  }
}
.wp-block-dpi-blocks-hero .hero-video-container .video-controls button {
  border: 2px solid white;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.wp-block-dpi-blocks-hero .hero-video-container .video-controls button[data-active=false] {
  display: none;
}
.wp-block-dpi-blocks-hero .hero-video-container .video-controls:hover button {
  background: white;
  color: var(--wp--preset-colors--primary, #960A1C);
}
.wp-block-dpi-blocks-hero .hero-slider {
  position: relative;
  height: 100%;
  width: 100%;
}
.wp-block-dpi-blocks-hero .hero-image-wrapper {
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
}
.wp-block-dpi-blocks-hero .hero-image-wrapper[data-active=true], .wp-block-dpi-blocks-hero .hero-image-wrapper[data-active="1"] {
  opacity: 1;
}
.wp-block-dpi-blocks-hero .hero-image-wrapper[data-active=false], .wp-block-dpi-blocks-hero .hero-image-wrapper[data-active="0"], .wp-block-dpi-blocks-hero .hero-image-wrapper[data-active=""] {
  opacity: 0;
}
.wp-block-dpi-blocks-hero .hero-video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-color: attr(data-overlay-color type(<color>), black);
  opacity: attr(data-overlay-opacity type(<number>), 0.5);
}
.wp-block-dpi-blocks-hero .hero-image-overlay {
  height: 100%;
}
.wp-block-dpi-blocks-hero .hero-image-overlay::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background-color: attr(data-overlay-color type(<color>), black);
  opacity: attr(data-overlay-opacity type(<number>), 0.5);
}
.wp-block-dpi-blocks-hero .video-content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-dpi-blocks-hero .video-content-wrapper .hero-heading-wrapper {
  z-index: 1;
  padding-left: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid white;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (width >= 992px) {
  .wp-block-dpi-blocks-hero .video-content-wrapper .hero-heading-wrapper {
    position: absolute;
    bottom: 10%;
    left: 5%;
    border-bottom: none;
  }
}
.wp-block-dpi-blocks-hero .video-content-wrapper .components-text-control__input {
  background: transparent;
  border: none;
  height: auto;
}
.wp-block-dpi-blocks-hero .video-content-wrapper .hero-heading .components-text-control__input,
.wp-block-dpi-blocks-hero .video-content-wrapper h1 {
  color: #EDB81A;
  font-size: clamp(2.625rem, 1.503rem + 3.59vw, 4.375rem);
  font-weight: 400;
  font-family: var(--font-serif);
}
.wp-block-dpi-blocks-hero .video-content-wrapper .hero-subheading .components-text-control__input,
.wp-block-dpi-blocks-hero .video-content-wrapper h2 {
  color: white;
  font-size: clamp(1.25rem, 0.929rem + 1.026vw, 1.75rem);
  font-weight: 600;
}
.wp-block-dpi-blocks-hero .links-wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (width >= 992px) {
  .wp-block-dpi-blocks-hero .links-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
.wp-block-dpi-blocks-hero .links-wrapper .link {
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 20px;
  padding-block: 20px;
  font-size: clamp(1.75rem, 1.51rem + 0.769vw, 2.125rem);
  font-style: italic;
  color: white;
  position: relative;
  font-family: var(--font-serif);
}
@media screen and (width >= 992px) {
  .wp-block-dpi-blocks-hero .links-wrapper .link {
    padding-left: 50px;
    padding-right: 100px;
    border-left: 1px solid white;
    justify-content: center;
  }
}
.wp-block-dpi-blocks-hero .links-wrapper .link * {
  position: relative;
  z-index: 1;
}
.wp-block-dpi-blocks-hero .links-wrapper .link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #960A1C;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.wp-block-dpi-blocks-hero .links-wrapper .link:hover::after {
  opacity: 0.5;
}
.wp-block-dpi-blocks-hero .links-wrapper .link:not(:last-child) {
  border-bottom: 1px solid white;
}
.wp-block-dpi-blocks-hero .hero-slider-nav-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-dpi-blocks-hero .hero-slider-nav-dots li {
  margin: 0;
  padding: 0;
}
.wp-block-dpi-blocks-hero .hero-slider-nav-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #EDB81A;
  transition: background-color 0.5s ease;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.wp-block-dpi-blocks-hero .hero-slider-nav-dots li button:hover {
  background-color: #EB1F24;
}
.wp-block-dpi-blocks-hero .hero-slider-nav-dots li button.active {
  background-color: #960A1C;
}

/*# sourceMappingURL=style-index.css.map*/