

/* Start:/local/js/local/components/faqcomponent/dist/component.bundle.css?17805677242315*/
#faq {
    margin: 0px 0 40px;
}

#faq h2 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #85aec5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
}

#faq .accordion-item {
    position: relative;
    border-bottom: 1px solid #a9a8a8;
    padding: 20px 0;
    margin: 0;
}

.accordion-item-head {
    /* background-color: #dfdfdf; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    padding: 0px 53px 0 0 !important;
    position: relative;
    font-size: 1.17em;
}

@media screen and (max-width: 767px) {
    .accordion-item-head {
        font-size: 1.2em;
    }
}

.accordion-item-head:after,
.accordion-item-head::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #3091ef;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accordion-item-head:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}
.accordion-item-head.active:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
}


.accordion-item-body {
    display: none;
    margin-top: 15px;
}

.accordion-item-head.active+.accordion-item-body {
    display: block !important;
}

.accordion-item-body .text {
    padding-left: 10px;
}

.bounce-enter-active {
  -webkit-animation: bounce-in 0.5s;
          animation: bounce-in 0.5s;
}
.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* End */
/* /local/js/local/components/faqcomponent/dist/component.bundle.css?17805677242315 */
