/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product-mandatory/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*$h6-font-size:                $font-size-base;*/
:root {
  --bs-container-half: 100%;
  --bs-container-half: calc(960px * 0.5);
  --bs-container-half: calc(1140px * 0.5);
  --bs-container-half: calc(1520px * 0.5);
}

.sec-product-mandatory {
  --bs-element-bg: #F7FAF5;
  padding-bottom: calc(1.425rem + 2.1vw);
  padding-top: calc(1.425rem + 2.1vw);
  padding-left: calc(1.525rem + 3.3vw);
  padding-right: calc(1.525rem + 3.3vw);
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--bs-element-bg) 0%, var(--bs-element-bg) 60vw, #fff 60vw, #fff 100%);
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .sec-product-mandatory {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory {
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .sec-product-mandatory {
    background-image: linear-gradient(to bottom, var(--bs-element-bg) 0%, var(--bs-element-bg) 55vw, #fff 55vw, #fff 100%);
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory {
    background-image: linear-gradient(to bottom, var(--bs-element-bg) 0%, var(--bs-element-bg) 45%, #fff 45%, #fff 100%);
  }
}
@media (min-width: 1600px) {
  .sec-product-mandatory {
    background-image: linear-gradient(to bottom, var(--bs-element-bg) 0%, var(--bs-element-bg) 48%, #fff 48%, #fff 100%);
  }
}
.sec-product-mandatory .img {
  margin-bottom: calc(1.425rem + 2.1vw);
  margin-top: calc(1.525rem + 3.3vw);
  display: block;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    margin-top: 4rem;
  }
}
.sec-product-mandatory .img > img {
  position: relative;
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    float: right;
    max-width: 45%;
    margin-left: initial;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    max-width: 55%;
  }
}
.sec-product-mandatory .item-title + ul {
  margin-top: 3rem;
}
.sec-product-mandatory ul {
  --bs-list-marker-bg: #191919;
  padding-left: 0;
  --bs-list-marker-bg: #A1C169;
}
.sec-product-mandatory ul li {
  align-items: center;
  counter-increment: items;
  display: flex;
  padding-left: 1.32rem;
  position: relative;
}
.sec-product-mandatory ul li:before {
  background-color: var(--bs-list-marker-bg);
  border-radius: 50%;
  display: block;
  content: "";
  flex-shrink: 0;
  height: 0.55rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.55rem;
}
.sec-product-mandatory ul li + li {
  margin-top: 1rem;
  /*@include media-breakpoint-up(lg) {
      margin-top: $spacer * 1.5;
  }*/
}
.sec-product-mandatory ul li {
  font-size: 1.375rem;
}
.sec-product-mandatory ul li + li {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .sec-product-mandatory ul + * {
    margin-top: 6rem;
  }
}
.sec-product-mandatory > * {
  position: relative;
}
.sec-product-mandatory .icon-signal {
  color: #95c11f;
  position: absolute;
  right: -4%;
  top: 3%;
  width: 60%;
  z-index: 0;
}

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