.faq-teaser {
  position: relative;
  z-index: 1; }
  .faq-teaser::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 0; }
  .faq-teaser__more {
    display: flex;
    justify-content: flex-end;
    margin-top: auto; }
  @media (min-width: 992px) {
    .faq-teaser__link {
      font-size: 20px; } }
  .faq-teaser__content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    z-index: 1; }
    .faq-teaser__content .field--name-body {
      color: #1b3b6b;
      width: 100%; }
      .faq-teaser__content .field--name-body:not(:last-child) {
        margin-bottom: 20px; }
  .faq-teaser__title {
    font-size: 23px;
    font-weight: 400;
    color: #1b3b6b;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .faq-teaser__title {
        font-size: 20px; } }

.faq-token h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative; }
  .faq-token h2 a {
    color: #1b3b6b; }
    .faq-token h2 a:hover {
      color: #e0a617; }
  .faq-token h2::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #e0a617; }

.faq-full .field--name-body {
  max-width: 900px; }
.faq-full .field--name-field-faq-other {
  margin-top: 60px; }
  .faq-full .field--name-field-faq-other .field__label {
    font-size: 24px;
    margin-bottom: 30px; }
  .faq-full .field--name-field-faq-other .field__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(270px, 1fr));
    gap: 60px; }
    @media (max-width: 991.98px) {
      .faq-full .field--name-field-faq-other .field__items {
        gap: 30px; } }
    @media (max-width: 767.98px) {
      .faq-full .field--name-field-faq-other .field__items {
        grid-template-columns: repeat(1, minmax(270px, 1fr)); } }

.view-faq .views-view-responsive-grid__item-inner {
  height: 100%; }
@media (max-width: 991.98px) {
  .view-faq .views-view-responsive-grid {
    gap: 30px; } }
.view-faq .views-exposed-form .form-checkboxes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px; }
  .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox {
    position: relative;
    margin: 0; }
    .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox label {
      padding: 10px 18px;
      border-radius: 4px;
      border: 2px solid #e0a617; }
      .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox label::before {
        content: none; }
      .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox label::after {
        content: none; }
    .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox input {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      .view-faq .views-exposed-form .form-checkboxes .form-type-checkbox input:checked + label {
        color: #fff;
        background-color: #e0a617; }

.faq__list:not(.faq__list--accordion):not(.faq__list--other) .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px; }
.faq__list .service-block-more {
  padding-top: 30px;
  display: flex;
  justify-content: center; }
.faq__list--accordion .view-content {
  display: flex;
  flex-direction: column;
  gap: 12px; }
.faq__list--other .view-content {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.faq-accordion {
  overflow: hidden;
  border: none;
  margin: 0; }
  .faq-accordion__trigger {
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #1b3b6b;
    position: relative;
    border: none;
    padding: 0 0 0 42px;
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 12px; }
    .faq-accordion__trigger::-webkit-details-marker {
      display: none; }
    .faq-accordion__trigger::marker {
      content: ''; }
    .faq-accordion__trigger::after {
      content: '';
      position: absolute;
      left: 8px;
      top: 45%;
      width: 10px;
      height: 10px;
      border-right: 2px solid #e0a617;
      border-bottom: 2px solid #e0a617;
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.35s ease; }
  .faq-accordion[open] > .faq-accordion__trigger::after {
    transform: translateY(-50%) rotate(-135deg); }
  .faq-accordion__title {
    display: block; }
  .faq-accordion__panel {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.35s ease, opacity 0.35s ease; }
  .faq-accordion__panel-inner {
    padding: 12px 0 12px 0;
    color: #1b3b6b;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; }
    .faq-accordion__panel-inner .field--name-body {
      width: 100%;
      max-width: 100% !important;
      margin-bottom: 0 !important; }
      .faq-accordion__panel-inner .field--name-body p:last-child {
        margin-bottom: 0; }

.page--service .block-views .service-block-title--faq {
  text-align: left;
  padding-top: 30px;
  border-top: 1px solid #f9f9f9; }
  .page--service .block-views .service-block-title--faq h2 {
    font-size: 24px; }
.page--service .block-faq-other {
  padding: 30px 0 35px; }
  .page--service .block-faq-other .service-block-content,
  .page--service .block-faq-other .service-block-title {
    max-width: 900px; }

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