/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a:focus {
    outline: none;
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a:hover {
    color: #fff;
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a:disabled, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a.disabled, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a:hover {
    background-color: #336bc3;
  }
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a:active, .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a.active {
    background-color: #002a6c;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.paragraph-faq-section {
  position: relative;
  max-width: 1176px;
  padding: 0 15px;
  margin: 60px auto;
}
.paragraph-faq-section .category-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .paragraph-faq-section .category-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph-faq-section .question-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  .paragraph-faq-section .question-wrapper .paragraph-faq-section__field-faq-item {
    width: 65%;
    max-width: 65%;
  }
}
.paragraph-faq-section .question-wrapper .paragraph-faq-section__field-block {
  display: none;
}
@media (min-width: 992px) {
  .paragraph-faq-section .question-wrapper .paragraph-faq-section__field-block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
    width: 31%;
    max-width: 31%;
  }
}
.paragraph-faq-section__field-title h4 {
  margin-bottom: 0;
  font-size: 18px;
  color: #202020;
}
@media (min-width: 992px) {
  .paragraph-faq-section__field-title h4 {
    font-size: 24px;
    letter-spacing: -0.38px;
  }
}
.paragraph-faq-section__field-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.paragraph-faq-section__field-icon img {
  height: 100%;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item {
  margin-top: 10px;
  background-color: #fff;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-title {
  position: relative;
  width: calc(100% - 45px);
  padding: 20px 15px;
  cursor: pointer;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 15px;
  height: 20px;
  margin-left: 20px;
  transition: 0.3s all ease-in;
  background-image: url("../../../images/icons/solid-arrow-bold-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 20px;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-title.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-title h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: #0046b4;
}
@media (min-width: 992px) {
  .paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-title h6 {
    font-size: 16px;
    color: #404040;
  }
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description p {
  font-size: 14px;
  color: #404040;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description ul li::after {
  top: 5px;
  border-color: #0046b4;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-description a {
  font-size: 14px;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item__field-single-cta a {
  padding: 8px 16px;
}
.paragraph-faq-section__field-faq-item-item .paragraph-faq-item .answer-wrapper {
  display: none;
  padding: 0 15px 20px;
}

/*# sourceMappingURL=faq-section.css.map */
