/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-faq {
  display: block;
  position: relative;
  padding-bottom: 130px;
}
.block-faq .anchor-hidden-link {
  position: absolute;
  top: 0;
}
@media (max-width: 991.98px) {
  .block-faq {
    padding-bottom: 46px;
  }
}
@media (max-width: 767.98px) {
  .block-faq__image-wrapper .block-faq__image {
    display: block;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.block-faq__title {
  margin: 0 0 58px 0;
  color: #184e51;
  font-weight: 500;
  font-size: 72px;
  font-size: calc(36px + (72 - 36) * (100vw - 767px) / (1920 - 767));
  line-height: 86.4px;
  line-height: calc(43px + (86.4 - 43) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-faq__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .block-faq__title {
    line-height: 43px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__title {
    line-height: 86.4px;
  }
}
@media (max-width: 991.98px) {
  .block-faq__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .block-faq__title br {
    display: none;
  }
}
.block-faq__list {
  display: block;
  position: relative;
}
.block-faq__list .qa-box {
  display: block;
  position: relative;
  padding: 20px 0;
  border-top: solid 1px rgba(24, 78, 81, 0.25);
}
.block-faq__list .qa-box.is-active .qa-box__question button span:after {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
}
.block-faq__list .qa-box__question {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.block-faq__list .qa-box__question p {
  font-weight: 300;
  color: #184e51;
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 28px;
  line-height: calc(22px + (28 - 22) * (100vw - 767px) / (1920 - 767));
  letter-spacing: 0.3px;
  width: calc(100% - 100px);
  max-width: 650px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .block-faq__list .qa-box__question p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__list .qa-box__question p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block-faq__list .qa-box__question p {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__list .qa-box__question p {
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-faq__list .qa-box__question p {
    font-weight: 400;
  }
}
.block-faq__list .qa-box__question button {
  position: relative;
  margin-left: auto;
  transition: border 200ms ease-in-out, background-color 200ms ease-in-out;
}
@media (max-width: 991.98px) {
  .block-faq__list .qa-box__question button {
    width: 42px;
    height: 42px;
  }
}
.block-faq__list .qa-box__question button:hover {
  border-color: transparent;
  background-color: #35ED54;
}
.block-faq__list .qa-box__question button span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background-color: #184e51;
}
@media (max-width: 991.98px) {
  .block-faq__list .qa-box__question button span {
    width: 20px;
  }
}
.block-faq__list .qa-box__question button span:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform-origin: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  background-color: #184e51;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .block-faq__list .qa-box__question button span:after {
    height: 20px;
  }
}
.block-faq__list .qa-box__answer {
  display: none;
}
.block-faq__list .qa-box__answer p {
  width: calc(100% - 100px);
  max-width: 820px;
  margin: 10px 0 32px 0;
  color: #17383A;
  font-weight: 400;
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * (100vw - 767px) / (1920 - 767));
  line-height: 29px;
  line-height: calc(22px + (29 - 22) * (100vw - 767px) / (1920 - 767));
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .block-faq__list .qa-box__answer p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__list .qa-box__answer p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .block-faq__list .qa-box__answer p {
    line-height: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .block-faq__list .qa-box__answer p {
    line-height: 29px;
  }
}
@media (max-width: 991.98px) {
  .block-faq__list .qa-box__answer p {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.98px) {
  .block-faq__list .qa-box__answer p {
    font-weight: 300;
  }
}

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