/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/card-img-zoom-item/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.card-img-zoom {
  position: relative;
}
.card-img-zoom:after {
  bottom: 2rem;
  border-top: 1px solid #ebe6de;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .card-img-zoom img {
    transition: transform 0.5s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .card-img-zoom img {
    transition: none !important;
  }
}
.card-img-zoom:hover img, .card-img-zoom:focus img {
  transform: scale(1.1);
}
.card-img-zoom .item-category {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  position: relative;
}
.card-img-zoom .item-category + * {
  margin-top: 1.25rem;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .card-img-zoom .item-title,
  .card-img-zoom .item-title-a {
    transition: color 0.2s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .card-img-zoom .item-title,
  .card-img-zoom .item-title-a {
    transition: none !important;
  }
}
.card-img-zoom .item-title + *,
.card-img-zoom .item-title-a + * {
  margin-top: 1rem;
}
.card-img-zoom .item-title-a:hover, .card-img-zoom .item-title-a:hover > *, .card-img-zoom .item-title-a:focus, .card-img-zoom .item-title-a:focus > * {
  color: #08f;
}
.card-img-zoom .icon-xxl {
  color: #1e1e1e;
}
.card-img-zoom .item-text {
  letter-spacing: -0.02rem;
  margin-bottom: 0;
}
.card-img-zoom .item-text + * {
  margin-top: 1.25rem;
}
.card-img-zoom .item-content {
  background-color: #fff;
  margin-top: -6rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
.card-img-zoom .item-number-text {
  font-family: "Arial", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: currentcolor;
  -webkit-text-stroke-color: #88919B;
}
.card-img-zoom .item-link {
  color: #1e1e1e;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .card-img-zoom .item-link {
    transition: color 0.2s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .card-img-zoom .item-link {
    transition: none !important;
  }
}
.card-img-zoom .item-link:hover, .card-img-zoom .item-link:focus {
  color: #08f;
}
.card-img-zoom p:last-of-type:not(:last-child) {
  margin-bottom: 2.5rem;
}
.card-img-zoom .btn {
  margin-top: auto;
  margin-bottom: 0;
}
.card-img-zoom .list-unstyled .badge {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.card-img-zoom ul:last-child {
  margin-bottom: 0;
}

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