  /*!*!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/image/_image-styles.scss ***!
  \*/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.b-image {
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .b-image {
    padding-block: 2.5rem;
  }
}
.b-image__cols {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1140px) {
  .b-image__cols {
    gap: 1.5rem;
  }
}
.b-image__cols--1 {
  grid-template-areas: "image1 image1 image1 image1";
}
.b-image__cols--1 .b-image__image-wrapper {
  height: 8.75rem;
}
@media screen and (min-width: 576px) {
  .b-image__cols--1 .b-image__image-wrapper {
    height: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .b-image__cols--1 .b-image__image-wrapper {
    height: 37.5rem;
  }
}
.b-image__cols--2 {
  grid-template-areas: "image1 image1 image2 image2";
}
.b-image__cols--2 .b-image__image-wrapper {
  height: 7.1875rem;
}
@media screen and (min-width: 576px) {
  .b-image__cols--2 .b-image__image-wrapper {
    height: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .b-image__cols--2 .b-image__image-wrapper {
    height: 31.25rem;
  }
}
.b-image__cols--3 {
  grid-template-areas: "image2 image2 image2 image2" "image1 image1 image3 image3";
}
@media screen and (min-width: 1140px) {
  .b-image__cols--3 {
    grid-template-areas: "image1 image2 image2 image3";
  }
}
.b-image__cols--3 .b-image__image-wrapper {
  height: 14.375rem;
}
@media screen and (min-width: 576px) {
  .b-image__cols--3 .b-image__image-wrapper {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .b-image__cols--3 .b-image__image-wrapper {
    height: 31.25rem;
  }
}
.b-image__cols--3 .b-image__image-wrapper--1 {
  grid-row: 2;
}
@media screen and (min-width: 1140px) {
  .b-image__cols--3 .b-image__image-wrapper--1 {
    grid-row: 1;
  }
}
.b-image__cols--3 .b-image__image-wrapper--2 {
  grid-row: 1;
}
@media screen and (min-width: 1140px) {
  .b-image__cols--3 .b-image__image-wrapper--2 {
    grid-row: 1;
  }
}
.b-image__cols--3 .b-image__image-wrapper--3 {
  grid-row: 2;
}
@media screen and (min-width: 1140px) {
  .b-image__cols--3 .b-image__image-wrapper--3 {
    grid-row: 1;
  }
}
.b-image__image-wrapper {
  display: flex;
}
.b-image__image-wrapper--1 {
  grid-area: image1;
}
.b-image__image-wrapper--2 {
  grid-area: image2;
}
.b-image__image-wrapper--3 {
  grid-area: image3;
}
.b-image__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-image--color-white {
  background-color: var(--color-white);
}
.b-image--ore-brown-10 {
  background-color: var(--ore-brown-10);
}
.b-image--ore-brown-20 {
  background-color: var(--ore-brown-20);
}
.b-image--lake-blue-10 {
  background-color: var(--lake-blue-10);
}
.b-image--lake-blue-40 {
  background-color: var(--lake-blue-40);
}
.b-image--lake-blue-60 {
  background-color: var(--lake-blue-60);
}

/*# sourceMappingURL=block_image.css.map*/