/*# sourceMappingURL=http://localhost/eethuisima2025/Templates/Image/BannerBlob/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-banner-block {
  --header-height: 144px;
  margin-top: calc(var(--header-height) * -1);
  padding-top: calc(var(--header-height) + 30px);
  position: relative;
  overflow: hidden !important;
  --h1-color: var(--bg-color);
}
.image-banner-block:not(.main) .icecrystal.medium {
  width: 600;
  height: 400px;
}
.image-banner-block:after {
  content: "";
  background-image: url("https://demo.webbureau.nu/nexusco2025/Files/blob_2.svg");
  background-position: 100% -346px;
  background-repeat: no-repeat;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  right: -100px;
  height: 1200px;
  width: 1200px;
  z-index: -1;
}
@media (max-width: 692px) {
  .image-banner-block:after {
    background-position: inherit;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: absolute;
    top: -180px;
    right: -918px;
    height: 500px;
    width: 1200px;
    z-index: -1;
  }
}
@media (max-width: 992px) and (min-width: 692px) {
  .image-banner-block:after {
    right: calc((50vw + 200px) * -1);
  }
}
@media (max-width: 380px) {
  .image-banner-block:after {
    top: -240px;
    right: -944px;
  }
}
.image-banner-block figcaption {
  --h1-font-size: 35px;
  --h1-line-height: 45px;
  padding-right: 100px;
}
.image-banner-block figcaption p {
  --font-size: 20px;
  --line-height: 24px;
}
.image-banner-block figcaption .button {
  font-size: 16px;
  --line-height: 16px;
}
.image-banner-block .image {
  border-radius: var(--border-radius);
  margin-bottom: -230px;
  z-index: 1;
}
.image-banner-block.main {
  margin-bottom: 0;
  overflow: hidden;
  --h1-margin-bottom: 30px;
  height: auto !important;
  --custom-color:#fff;
}
.image-banner-block.main:after {
  width: 100vw;
  height: auto !important;
  content: "";
  background: var(--bg-color);
  left: 0;
  right: 0;
  top: 0;
  bottom: 100px;
  background-position: 100% -346px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.image-banner-block.main h1 {
  --custom-color: var(--accent-color);
}
.image-banner-block.main figure {
  height: 630px;
}
@media (max-width: 992px) and (min-width: 692px) {
  .image-banner-block.main figure {
    min-height: 100vh;
  }
}
.image-banner-block.main figcaption {
  --cw:6;
  align-self: self-start;
  margin-top: 100px;
  padding-right: 100px;
}
.image-banner-block.main .image {
  margin-bottom: 0;
  --cw:6;
  margin-bottom: -60px;
}
.image-banner-block figure {
  height: 520px;
  margin-bottom: -100px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  --cw: 12;
  --cs: auto;
  --rh: 1;
  --rs: auto;
}
@media (max-width: 576px) {
  .image-banner-block figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 576px) {
  .image-banner-block figure {
    max-width: calc(100% - 30px);
    gap: 15px 15px;
  }
}
@media (min-width: 768px) {
  .image-banner-block figure {
    max-width: 720px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .image-banner-block figure {
    max-width: 960px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .image-banner-block figure {
    max-width: 1140px;
    gap: 30px;
  }
}
@media (min-width: 1400px) {
  .image-banner-block figure {
    max-width: 1290px;
    gap: 30px;
  }
}
.image-banner-block figure.no-gap {
  gap: 0;
}
.image-banner-block figure.fluid {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 692px) {
  .image-banner-block figure.fluid {
    width: 100%;
  }
}
.image-banner-block figure > * {
  grid-column: var(--column-span) / span var(--column-width);
  grid-row: var(--row-span) / span var(--rh);
}
@media (max-width: 692px) {
  .image-banner-block figure > * {
    --column-width: var(--cw-xs, 12);
    --column-span: var(--cs-xs, var(--cs));
    --row-span:var(--rs-xs, var(--rs));
  }
}
@media (min-width: 692px) and (max-width: 992px) {
  .image-banner-block figure > * {
    --column-width: var(--cw-sm, var(--cw));
    --column-span: var(--cs-sm, var(--cs));
    --row-span:var(--rs-sm, var(--rs));
  }
}
@media (min-width: 992px) {
  .image-banner-block figure > * {
    --column-width: var(--cw, 12);
    --column-span: var(--cs, auto);
    --row-span: var(--rs, auto);
  }
}
.image-banner-block figure > .align-center {
  align-self: center;
}
.image-banner-block figure grid, .image-banner-block figure .grid {
  max-width: 100% !important;
  margin: 0 !important;
}
.image-banner-block .image {
  --cw:5;
  --cw-sm:6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image-banner-block figcaption {
  align-self: center;
  grid-row-start: 1;
  --cw:7;
  --cw-sm:6;
}
@media (min-width: 992px) {
  .image-banner-block figcaption {
    padding-right: 272px;
  }
}
@media (max-width: 692px) {
  html body .image-banner-block {
    margin-bottom: 0px;
    overflow: hidden !important;
  }
  html body .image-banner-block figcaption {
    padding-right: 20px !important;
    --cw:12!important;
    margin-top: 0px !important;
    padding-bottom: 30px;
  }
  html body .image-banner-block.main .image {
    display: none;
  }
  html body .image-banner-block .usps {
    margin-top: -15px;
    padding: 0 !important;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
  }
  html body .image-banner-block .usps li {
    min-width: 40%;
  }
}
