.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: #000000;
  width: 100%;
}
.faq-teaser__content .field--name-body:not(:last-child) {
  margin-bottom: 20px;
}
.faq-teaser__title {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
  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: #000000;
}
.faq-token h2 a:hover {
  color: #b04563;
}
.faq-token h2::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #b04563;
}

.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 #b04563;
}
.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: #b04563;
}

.faq__list .view-content:not(.flickity-enabled) {
  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--other .view-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page--service .block-views .service-block-title--faq {
  text-align: left;
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}
.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=_maps/faq.css.map */
