/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/protege/lnip-protege-accordion/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.lnip-protege-accordion {
  font-family: var(--wp--custom--lnip--font-family);
  background-color: var(--wp--custom--lnip--pallete--white);
  padding: var(--wp--custom--lnip--padding--small);
  font-weight: var(--wp--custom--lnip--font-weight--default);
  max-width: var(--wp--custom--lnip--max-width);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion {
    padding: var(--wp--custom--lnip--padding--large);
  }
}
@media only screen and (min-width: 1600px) {
  .lnip-protege-accordion {
    padding: var(--wp--custom--lnip--padding--large) 0px;
  }
}
.lnip-protege-accordion__flexible-inner {
  min-height: 200px;
}
.lnip-protege-accordion__small-heading {
  font-family: var(--wp--custom--lnip--font-family);
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
  font-size: var(--wp--custom--lnip--font-size--small-two) !important;
  line-height: var(--wp--custom--lnip--line-height--protege-one) !important;
  color: var(--wp--custom--lnip--pallete--protege-grey);
}
.lnip-protege-accordion h2 {
  font-size: var(--wp--custom--lnip--font-size--header-nine);
  line-height: var(--wp--custom--lnip--line-height--header-nine);
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion h2 {
    font-size: var(--wp--custom--lnip--font-size--header-six) !important;
    line-height: var(--wp--custom--lnip--line-height--header-six);
  }
}
.lnip-protege-accordion h2 {
  margin-top: 10px !important;
}
.lnip-protege-accordion h3 {
  font-size: var(--wp--custom--lnip--font-size--header-nine) !important;
  line-height: var(--wp--custom--lnip--line-height--header-nine);
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion h3 {
    font-size: var(--wp--custom--lnip--font-size--large-two);
    line-height: var(--wp--custom--lnip--line-height--protege-two);
  }
}
.lnip-protege-accordion h3 {
  margin-top: 10px !important;
}
.lnip-protege-accordion__title {
  font-family: var(--wp--custom--lnip--font-family);
  font-weight: var(--wp--custom--lnip--font-weight--heavybold) !important;
  color: var(--wp--custom--lnip--pallete--protege-black);
  margin-bottom: 40px !important;
}
.lnip-protege-accordion__paragraph {
  font-family: var(--wp--custom--lnip--font-family);
  font-weight: var(--wp--custom--lnip--font-weight--default) !important;
  font-size: var(--wp--custom--lnip--font-size--small-two);
  line-height: var(--wp--custom--lnip--line-height--protege-one);
  color: var(--wp--custom--lnip--pallete--protege-dark-grey) !important;
}
.lnip-protege-accordion__paragraph.has-text-align-center {
  margin: 0 auto;
  max-width: 690px;
}
.lnip-protege-accordion__paragraph {
  margin-top: 10px !important;
}
.lnip-protege-accordion .lnip-accordion-card {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--wp--custom--lnip--pallete--protege-grey-1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion .lnip-accordion-card {
    padding-bottom: 0px;
    min-height: 60px;
  }
}
.lnip-protege-accordion .lnip-accordion-card__heading {
  font-family: var(--wp--custom--lnip--font-family);
  font-weight: var(--wp--custom--lnip--font-weight--bolder) !important;
  font-size: var(--wp--custom--lnip--font-size--protege-header-two) !important;
  line-height: var(--wp--custom--lnip--line-height--header-three) !important;
  color: var(--wp--custom--lnip--pallete--protege-black);
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.lnip-protege-accordion .lnip-accordion-card .lnip-accordion-group {
  padding-bottom: 20px;
}
.lnip-protege-accordion .lnip-accordion-card div.lnip-accordion-card__content {
  font-family: var(--wp--custom--lnip--font-family);
  font-weight: var(--wp--custom--lnip--font-weight--default) !important;
  font-size: var(--wp--custom--lnip--font-size--small-two) !important;
  line-height: var(--wp--custom--lnip--line-height--protege-one) !important;
  color: var(--wp--custom--lnip--pallete--protege-dark-grey) !important;
  width: 100% !important;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  will-change: max-height, opacity;
}
.lnip-protege-accordion .lnip-accordion-card div.lnip-accordion-card__content h4 {
  font-size: var(--wp--custom--lnip--font-size--medium) !important;
  line-height: var(--wp--custom--lnip--line-height--medium) !important;
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion .lnip-accordion-card div.lnip-accordion-card__content h4 {
    font-size: var(--wp--custom--lnip--font-size--large) !important;
    line-height: var(--wp--custom--lnip--line-height--large) !important;
  }
}
.lnip-protege-accordion .lnip-accordion-card .lnip-accordion-card__heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../../images/protege_accordion.93b5be69.png) no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.lnip-protege-accordion .lnip-accordion-card.active div.lnip-accordion-card__content {
  line-height: 22px !important;
  opacity: 1 !important;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .lnip-protege-accordion .lnip-accordion-card.active div.lnip-accordion-card__content {
    max-width: 97%;
  }
}
.lnip-protege-accordion .lnip-accordion-card.active .lnip-accordion-card__heading:after {
  transform: rotate(0deg);
}
.lnip-protege-accordion div.lnip-accordion-card__content {
  line-height: 22px !important;
  overflow: hidden !important;
  max-width: 90%;
  max-height: 0;
}
.lnip-protege-accordion .lnip-opendefault-true .lnip-accordion-card__content {
  line-height: 22px !important;
  opacity: 1 !important;
  overflow: hidden !important;
  max-width: 90%;
  max-height: 100%;
}
.lnip-protege-accordion .active div.lnip-accordion-card__content {
  line-height: 22px !important;
  opacity: 1 !important;
  max-width: 100%;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  will-change: max-height, opacity;
}
.lnip-protege-accordion .active .lnip-accordion-card__heading:after {
  transform: rotate(0deg);
}

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