@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.faqBlock {
  margin: 50px 0;
  background: #f8f8f8;
}
.faqBlock.aos-animate .subTitle,
.faqBlock.aos-animate .faqItems,
.faqBlock.aos-animate .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.faqBlock .subTitle {
  color: #fbbc43;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -moz-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -ms-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
  transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
}
.faqBlock .faqItems {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.faqBlock .faqItems .item {
  border-top: 2px solid rgba(31, 31, 31, 0.1);
}
.faqBlock .faqItems .item:last-child {
  border-bottom: 2px solid rgba(31, 31, 31, 0.1);
}
.faqBlock .faqItems .item.active .faqHeader .icon .horizontal {
  height: 0;
}
.faqBlock .faqItems .item .faqHeader {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.faqBlock .faqItems .item .faqHeader:hover .normalTitle {
  color: #fbbc43;
}
.faqBlock .faqItems .item .faqHeader:hover .icon .horizontal,
.faqBlock .faqItems .item .faqHeader:hover .icon .vertical {
  background: #fbbc43;
}
.faqBlock .faqItems .item .faqHeader .normalTitle {
  padding-right: 80px;
  color: #134053;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .faqItems .item .faqHeader .icon {
  height: 28px;
  left: auto;
  position: absolute;
  top: 20px;
  width: 10px;
  right: 35px;
}
.faqBlock .faqItems .item .faqHeader .icon .horizontal {
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1F1F1F;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .faqItems .item .faqHeader .icon .vertical {
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1F1F1F;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .faqItems .item .answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .faqItems .item .answer .innerAnswer {
  padding-bottom: 20px;
}
.faqBlock .faqItems .item .answer .innerAnswer p:last-child {
  margin-bottom: 0;
}
.faqBlock .buttons {
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.faqBlock .buttons .button {
  display: block;
  text-align: center;
  color: #fff;
  background: #fbbc43;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faqBlock .buttons .button:hover {
  background: #134053;
}
.faqBlock .buttons .button:hover .label {
  margin-left: 10px;
}
.faqBlock .buttons .button .label {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 768px) {
  .faqBlock .faqItems .item .faqHeader .normalTitle {
    font-size: 16px;
    line-height: 24px;
  }
  .faqBlock .faqItems .item .faqHeader .icon {
    margin-top: -1px;
  }
}
/*# sourceMappingURL=faq_block.css.map */