.lazy_bg{
	background-image: none !important;
}
[data-wpr-lazyrender] {
    content-visibility: visible !important;
}
@media(max-width: 767px){
	h1.elementor-heading-title{
		background: rgba(255,255,255,0.5);
		padding: 10px;
		display: inline-block;
	}
}


.faq-section {
    /*background: #fff;*/
}

.faq-section .container {
    max-width: 990px;
    padding: 0;
    margin: 0 auto;
}

.faq-section .title {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    color: #212121;
    margin-top: 0 !important;
    margin-bottom: 2em !important;
    text-align: center;
    position: relative;
}
.faq-section .centered {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    width: initial;
    text-align: center;
}
@media(max-width: 1360px){
    .faq_list{
        padding-left:  10px;
        padding-right: 10px;
    }
}
.faq_list > div{
    break-inside: avoid;
}
.faq_list .faq_q {
    color: #212121;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.325em;
    margin: 0;
    outline: none;
    padding: 20px 45px 20px 20px;
    position: relative;
    margin-top: 20px;
    border: 1px solid #C7D1D7;
    border-width: 1px 1px 0;
    display: block;
    width: 100%;
}
.faq_list .faq_q:not(.active){
	border-width: 1px;
}
.faq_list .faq_q:after {
    content: '';
    display: inline-block;
    width:  12px;
    height: 12px;
    border-left: 2px solid   #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 25px;
    transition: transform 0.15s ease
}
@media(max-width: 767px){
    .faq-section .title {
        /*font-size: 32px;*/
    }
    .faq_list .faq_q:before {
        right: 10px;
    }
    .faq_list .faq_q:after {
        right: 22px;
    }
}
.faq_list .faq_q.active{
    padding-bottom: 5px;
}
.faq_list .faq_q.active:after {
    transform: rotate(-225deg) translate(3px, -3px);
    transition: transform 0.15s ease
}
.faq_list .faq_q:not(.active){
}
.faq_list .faq_q.active + .faq_a{
    transition: max-height 0.15s ease-out;
    padding: 10px 0px;
    max-height: initial;
    border: 1px solid #C7D1D7;
    border-width: 0 1px 1px;
    padding: 20px;
}
.faq_list .faq_q:not(.active) + .faq_a {
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

.faq_list .faq_a {
    color: #212121;
}
.faq_list .faq_q.active + .faq_a{
}