/*# sourceMappingURL=http://localhost/eethuisima2025/Templates/Image/Banner/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.image-block--banner {
  margin-top: calc(var(--header-height) * -1);
  border-radius: 0px !important;
  --banner-color: #fff;
  --h1-font-size: 179px;
  --h1-line-height: 200px;
  --h1-font-weight: 600;
  --h1-color: #fff!important;
  width: 100%;
}
.image-block--banner.image-banner-block--main {
  --banner-height: 100vh;
}
.image-block--banner.image-banner-block--main figure > div {
  background-position: bottom;
}
.image-block--banner.image-banner-block--main figure figcaption {
  bottom: 33%;
}
.image-block--banner h1 {
  display: block;
}
.image-block--banner h1:after {
  display: none;
}
.image-block--banner figure {
  border-radius: 0px !important;
  position: relative;
  height: min(var(--banner-height), 100vh);
}
.image-block--banner figure > div {
  height: min(var(--banner-height), 100vh);
  background-position: center;
  background-size: cover;
}
.image-block--banner figure figcaption {
  --custom-color: var(--banner-color);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.image-block--banner figure figcaption .text-block {
  align-self: center;
}
.image-block--banner figure:before {
  content: "";
  background-color: #000;
  flex: none;
  inset: 0;
  opacity: 0.5;
  overflow: visible;
  position: absolute;
}
@media (max-width: 692px) {
  .image-block--banner {
    --h1-font-size: 30px;
    --h1-line-height: 36px;
    text-shadow: #333 1px 0 10px !important;
    --custom-color: #fff!important;
  }
}
