/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/enumerated-cards-bg-image/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
section.wp-block-section-enumerated-cards-bg-image {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 796px) {
  section.wp-block-section-enumerated-cards-bg-image {
    margin-left: clamp(-2rem, -5vw, -1rem) !important;
    width: calc(100% + clamp(2rem, 10vw, 4rem));
  }
}
section.wp-block-section-enumerated-cards-bg-image > figure {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section.wp-block-section-enumerated-cards-bg-image > figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.wp-block-section-enumerated-cards-bg-image .header-wrapper {
  display: flex;
  gap: 8px;
  font-family: "Inter";
  color: #ffffff;
  padding-top: 32px;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
section.wp-block-section-enumerated-cards-bg-image .header-wrapper figure {
  height: 24px;
  width: 24px;
}
section.wp-block-section-enumerated-cards-bg-image .header-wrapper {
  justify-content: center;
  align-items: center;
}
section.wp-block-section-enumerated-cards-bg-image .header-wrapper h2 {
  font-size: clamp(24px, 5vw, 32px) !important;
  text-align: center;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper {
  background-color: rgba(255, 255, 255, 0.86);
  counter-reset: count;
  display: grid;
  grid-template-areas: "a a b b c c" "d d d e e e";
  padding: 32px;
  margin: 32px;
  border-radius: 16px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: space-between;
  border: 1px solid white;
  padding: 16px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper .inner-card-wrapper h2 {
  font-weight: 500;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper .inner-card-wrapper p {
  color: #5e5e5e;
  font-weight: 300;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper .inner-card-wrapper {
  display: grid;
  gap: 16px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper .inner-card-wrapper::after {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  color: #ffbc03;
  font-size: 24px;
  font-weight: 600;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: a;
  border-top: 0px;
  border-left: 0px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: b;
  border-top: 0px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: c;
  border-top: 0px;
  border-right: 0px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: d;
  border-bottom: 0px;
  border-left: 0px;
}
section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: e;
  border-bottom: 0px;
  border-right: 0px;
}
@media (max-width: 1050px) {
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper {
    grid-template-areas: "a b" "c d" "e e";
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(3) {
    border-left: 0px;
    border-right: 1px solid white;
    border-bottom: 0px;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(4) {
    border-top: 0px;
    border-right: 0px;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(5) {
    border-left: 0px;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 798px) {
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper {
    grid-template-areas: "a" "b" "c" "d" "e";
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(1) {
    border-right: 0px;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(3) {
    border-right: unset;
    border-bottom: 1px solid white;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  section.wp-block-section-enumerated-cards-bg-image .cards-wrapper .card-wrapper:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/enumerated-cards-bg-image/editor.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
section {
  position: relative !important;
}
