/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;*/
/*
@mixin project-title-bg-sm() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 4px, #ccc 5px, #ccc 5px);
    color: $primary;
    padding-left: $spacer * 1.25;
    padding-right: $spacer * 1.25;
    line-height: $line-height-sm;
}



@mixin project-title-bg-lg() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 8px, #ccc 10px, #ccc 10px);
    color: $primary;
}
*/
:root {
  --bs-container-half: 100%;
}
@media (min-width: 992px) {
  :root {
    --bs-container-half: calc(960px * 0.5);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-container-half: calc(1140px * 0.5);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-half: calc(1520px * 0.5);
  }
}

.sec-product-mandatory {
  --bs-element-bg: #FDFDF3;
  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) 52%, #fff 52%, #fff 100%);
  }
}
@media (min-width: 1600px) {
  .sec-product-mandatory {
    background-image: linear-gradient(to bottom, var(--bs-element-bg) 0%, var(--bs-element-bg) 55%, #fff 55%, #fff 100%);
  }
}
.sec-product-mandatory .img {
  margin-bottom: calc(1.425rem + 2.1vw);
  margin-top: calc(1.525rem + 3.3vw);
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18vw;
  position: relative;
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    margin-top: 4rem;
  }
}
@media (min-width: 576px) {
  .sec-product-mandatory .img {
    max-width: 75%;
  }
}
.sec-product-mandatory .img > img {
  position: relative;
  margin-top: -21%;
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    float: right;
    max-width: 55%;
    margin-left: initial;
    margin-right: 0;
    margin-top: 16rem;
    padding-top: 15%;
  }
}
@media (min-width: 1600px) {
  .sec-product-mandatory .img {
    margin-top: 11rem;
  }
}
@media (min-width: 576px) {
  .sec-product-mandatory .img {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sec-product-mandatory .img {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .sec-product-mandatory .img {
    margin-bottom: 0;
  }
}
.sec-product-mandatory .item-category {
  font-size: calc(1.2625rem + 0.15vw);
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 1200px) {
  .sec-product-mandatory .item-category {
    font-size: 1.375rem;
  }
}
.sec-product-mandatory .item-category + * {
  margin-top: 1.5rem;
}
.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: #6C9D7D;
  margin-bottom: 3rem;
}
.sec-product-mandatory ul li {
  align-items: center;
  counter-increment: items;
  display: flex;
  padding-left: 1.2rem;
  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.5rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.sec-product-mandatory ul li + li {
  margin-top: 1rem;
  /*@include media-breakpoint-up(lg) {
      margin-top: $spacer * 1.5;
  }*/
}
@media (min-width: 992px) {
  .sec-product-mandatory ul {
    margin-bottom: 1rem;
  }
}
.sec-product-mandatory ul li {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .sec-product-mandatory ul li {
    font-size: 1.5rem;
  }
}
.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: #d3ebe1;
  position: absolute;
  right: 12%;
  top: -4%;
  width: 66%;
  z-index: 0;
}

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