/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/child-blocks/lnip-stats-block/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* Links */
.lnip-stats-block {
  font-family: var(--wp--custom--lnip--font-family);
  background-color: var(--wp--custom--lnip--pallete--grey-three);
}
@media only screen and (min-width: 1600px) {
  .lnip-stats-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.lnip-stats-block-inner {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .lnip-stats-block-inner {
    width: 50%;
    padding-right: 50px;
  }
}
.lnip-stats-block .lnip-stat {
  min-height: 150px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--wp--custom--lnip--pallete--grey-two);
}
.lnip-stats-block .lnip-stat .lnip-stat__number {
  color: var(--wp--custom--lnip--pallete--black);
  font-size: var(--wp--custom--lnip--font-size--header-five);
  line-height: var(--wp--custom--lnip--line-height--header-five);
  font-weight: var(--wp--custom--lnip--font-weight--default);
}
.lnip-stats-block .lnip-stat .lnip-stat__number:after {
  content: url(../../images/plus_mobile.6831717a.png);
  display: inline;
  width: 80px;
  height: 80px;
  margin: 0px 0px 0 0px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .lnip-stats-block .lnip-stat .lnip-stat__number:after {
    margin: 0px 0px 0 0px;
  }
}
.lnip-stats-block .lnip-stat .lnip-stat__number--on {
  content: url(../../images/minus_mobile.197b7c2a.png);
  display: inline;
  width: 80px;
  height: 80px;
  margin: 0px 0px 0 0px;
  float: right;
}
@media only screen and (min-width: 768px) {
  .lnip-stats-block .lnip-stat .lnip-stat__number--on {
    margin: 0px 0px 0 0px;
  }
}
.lnip-stats-block .lnip-stat .lnip-stat__heading {
  margin: 0px;
  color: var(--wp--custom--lnip--pallete--grey-two);
  font-size: var(--wp--custom--lnip--font-size--medium);
  line-height: var(--wp--custom--lnip--line-height--medium);
  font-weight: var(--wp--custom--lnip--font-weight--heavy);
  text-align: left;
  text-transform: uppercase;
}
.lnip-stats-block .lnip-stat .lnip-stat__text {
  margin: 0px;
  padding-bottom: 20px;
  color: var(--wp--custom--lnip--pallete--grey-two);
  font-size: var(--wp--custom--lnip--font-size--medium);
  font-weight: var(--wp--custom--lnip--font-weight--heavy);
  text-align: left;
  line-height: 0px;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  animation: fadein 0.3s linear;
}
.lnip-stats-block .lnip-stat.active {
  margin-bottom: 20px;
}
.lnip-stats-block .lnip-stat.active .lnip-stat__text {
  line-height: var(--wp--custom--lnip--line-height--medium);
  display: block;
  opacity: 1;
}
.lnip-stats-block .lnip-stat.active .lnip-stat__number:after {
  content: url(../../images/minus_mobile.197b7c2a.png);
  opacity: 1;
  animation: fadein 0.5s linear;
}
.lnip-stats-block.lnip-hideicon-true .lnip-stat__number:after {
  content: "" !important;
}
@keyframes fadein {
  0%, 50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0%, 50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

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