/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-faq h2 {
  padding-bottom: 30px;
  margin: 0; }

.section-faq .faqs .item {
  padding: 22.5px 0;
  border-top: 1px solid var(--dark-blue); }
  @media (min-width: 981px) {
    .section-faq .faqs .item {
      padding: 45px 0; } }
  .section-faq .faqs .item:last-of-type {
    border-bottom: 1px solid var(--dark-blue); }
  .section-faq .faqs .item .question {
    cursor: pointer;
    position: relative;
    padding-left: calc(40px + 90px / 4);
    margin: 0; }
    @media (min-width: 981px) {
      .section-faq .faqs .item .question {
        max-width: 95%;
        padding-left: calc(60px + 90px / 2); } }
    .section-faq .faqs .item .question:after {
      content: "\e904";
      font-family: icomoon;
      color: var(--green);
      left: 0;
      font-weight: 500;
      font-size: 16px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: var(--dark-blue);
      height: 40px;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 981px) {
        .section-faq .faqs .item .question:after {
          height: 60px;
          width: 60px;
          font-size: 21px; } }
    .section-faq .faqs .item .question.open:after {
      content: '\e915'; }
  .section-faq .faqs .item .answer {
    display: none;
    margin: 0 0 1em;
    padding-left: calc(40px + 90px / 4); }
    @media (min-width: 981px) {
      .section-faq .faqs .item .answer {
        padding-left: calc(60px + 90px / 2); } }
    .section-faq .faqs .item .answer a.link {
      color: var(--dark-blue);
      margin-top: 15px; }

.section-faq.dark .question:after {
  color: var(--white) !important; }

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