main{
    background: #FFFFFF;
}
.faq_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin: 0;

}

.faq_questions .col {
    display: flex;
    flex-direction: column;
}
.faq_questions .col:first-child {
    color: #FFE073;
    margin-left: unset;
    top: 0;
    left: 0;
    float: left;
    z-index: 1;
    height: 100%;
}

.faq_questions nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #979A9E;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.015em;
    width: 152px;
}

.faq_questions nav a {
    position: relative;
    text-align: left;
    width: max-content;
    cursor: pointer;
    margin-bottom: 24px;
    min-height: 29px;
    min-width: 141px;
}
.faq_questions nav a:last-child {
    margin: 0;
}

.faq_questions nav a:nth-child(1), .faq_questions nav a:nth-child(1)::after {
    opacity: 0.5;
    transition: 0.2ms;
    color: #252525;
}
.faq_questions nav a:nth-child(2), .faq_questions nav a:nth-child(2)::after {
    opacity: 0.5;
    transition: 0.2ms;
    color: #252525;
}
.faq_questions nav a:nth-child(3), .faq_questions nav a:nth-child(3)::after {
    opacity: 0.5;
    transition: 0.2ms;
    color: #252525;
}
.faq_questions nav a:nth-child(4), .faq_questions nav a:nth-child(4)::after {
    opacity: 0.5;
    transition: 0.2ms;
    color: #252525;
}
.faq_questions nav a:nth-child(5), .faq_questions nav a:nth-child(5)::after {
    opacity: 0.5;
    transition: 0.2ms;
    color: #252525;
}
.faq_questions nav a:nth-child(1):hover, .faq_questions nav a:nth-child(1).selected, .faq_questions nav a:nth-child(1)::after {
    opacity: 1;
    color: #252525;
}
.faq_questions nav a:nth-child(2):hover, .faq_questions nav a:nth-child(2).selected, .faq_questions nav a:nth-child(2)::after {
    opacity: 1;
    color: #252525;
}
.faq_questions nav a:nth-child(3):hover, .faq_questions nav a:nth-child(3).selected, .faq_questions nav a:nth-child(3)::after {
    opacity: 1;
    color: #252525;
}
.faq_questions nav a:nth-child(4):hover, .faq_questions nav a:nth-child(4).selected, .faq_questions nav a:nth-child(4)::after {
    opacity: 1;
    color: #252525;
}
.faq_questions nav a:nth-child(5):hover, .faq_questions nav a:nth-child(5).selected, .faq_questions nav a:nth-child(5)::after {
    opacity: 1;
    color: #252525;
}
.faq_questions nav a:nth-child(1):hover::after, .faq_questions nav a:nth-child(1).selected::after, .faq_questions nav a:nth-child(1)::after {
    color: #FFE073;
    content: '';
    height: 3px;
    width: 51px;
    background: #F2994A;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.faq_questions nav a:nth-child(2):hover::after, .faq_questions nav a:nth-child(2).selected::after, .faq_questions nav a:nth-child(2)::after {
    content: '';
    height: 3px;
    width: 51px;
    background: #27AE60;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.faq_questions nav a:nth-child(3):hover::after, .faq_questions nav a:nth-child(3).selected::after, .faq_questions nav a:nth-child(3)::after {
    content: '';
    height: 3px;
    width: 51px;
    background: #4192FF;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.faq_questions nav a:nth-child(4):hover::after, .faq_questions nav a:nth-child(4).selected::after, .faq_questions nav a:nth-child(4)::after {
    content: '';
    height: 3px;
    width: 51px;
    background: #F2C94C;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;

}
.faq_questions nav a:nth-child(5):hover::after, .faq_questions nav a:nth-child(5).selected::after, .faq_questions nav a:nth-child(5)::after {
    content: '';
    height: 3px;
    width: 51px;
    background: #BB6BD9;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;

}
/*.faq_questions nav a:hover:after,*/
/*.faq_questions nav a.selected:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    border-bottom: 1px solid #FFE073;*/
/*    content: ""*/
/*    */
/*}*/


.faq_questions .triangle-container img {
    position: absolute;
    height: 100%;
    left: 0;
    width: 30px;
}

.faq_questions .tabs .faq_content {
    position: relative;
    transition: opacity 0.1s linear 0s;
    display: none;
    overflow: hidden;
    white-space: normal;
    background: #E5E5E5;
    height: auto;

}
.boxed_faq_col{
    background: #FFF;
    box-shadow: 0px 3px 30px rgba(56, 99, 117, 0.15);
    margin: 30px;
}

.faq_questions .tabs .faq_content.visible {
    display: block;
}
.faq_questions .tabs .faq_content
p { padding-bottom: 2px;}

.faq_questions .tabs .faq_content p:last-of-type { padding-bottom: 0px; }

.faq-singular {
    position: relative;
    margin-bottom: 2px;
    padding: 20px 52px 20px 47px;
    background: #FFFFFF;
}
.faq-singular:last-child{
    margin: 0
}
.faq-singular:hover,
.faq-singular.active{
    background-image: linear-gradient(90deg, #F2994A 0%, #F2994A 3px, transparent 3px, transparent 100%);
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
}
.faq-singular .faq-question h2{
    font-size: 24px;
    color: #252525;
    line-height: 34px;
    letter-spacing: 0.015em;
}
.faq-singular:before {
    position: absolute;
    content: url(/wp-content/themes/impltech-theme/assets/images/open_faq.svg);
    color: #808080;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    height: 32px;
    width: 32px;
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.faq-singular.active:before {
    content: url(/wp-content/themes/impltech-theme/assets/images/close_faq.svg);
    transform: translateY(-50%) rotate(180deg);
}
.faq_question-link{
    z-index: 2;
    cursor: pointer;
}
.faq-answer {
    display: none;
    padding-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(37, 37, 37, 0.85);
}
.faq_questions .tabs .faq_content .faq_category_name{
    padding: 6px 5px 6px 6px;
    width: max-content;
    margin-bottom: 6px;
}
.faq-singular.developers .faq-question-title::after {
    content: '';
    height: 3px;
    width: 25px;
    background: #BB6BD9;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.faq-singular.general .faq-question-title::after{
    content: '';
    height: 3px;
    width: 25px;
    background: #27AE60;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;

}
.faq-singular.approach .faq-question-title::after{
    content: '';
    height: 3px;
    width: 25px;
    background: #F2C94C;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.faq-singular.billing .faq-question-title::after{
    content: '';
    height: 3px;
    width: 25px;
    background: #4192FF;
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: auto;
}

.faq_questions .tabs-content.col{
    float: left;
    position: initial;
    height: 100%;
    min-height: 255px;
    margin: -30px;
}
body{
    min-height: 100vh;
}
.cta-section {
    background: #fff6ed;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFE073
}

.cta-section .container {
    text-align: center
}

.cta-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(222, 116, 70, .2)
}

.cta-section-content h3 {
    max-width: 768px;
    margin-bottom: 40px;
    font-weight: 400
}

.faq_button {
    text-transform: uppercase
}

.cta-section {
    color: #252525;
    margin-bottom: 64px;
    margin-top: 64px;
}

.cta-section-content h3 {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.015em;
}

.cta-section-content {
    align-items: center;
}
.cta-section .header-hero-stages-button, .cta-section .cta-development-button {
    background: #FFE073;
}
.cta-icon {
    min-width: 100px;
    max-width: 100px;
}
#faq-form .form-wr {
    padding: 0;
    min-height: 190px;
}
#faq-form .form-header {
    height: 242px;
    color: #fff;
    width: 100%;
    max-width: 577px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq-form .form-header h4 {
    font-size: 21px;
    line-height: 154.39%;
    text-align: center;
    letter-spacing: 0.015em;
}
#faq-form .term-text{
    font-size: 13px;
    line-height: 138.2%;
    color: #252525;
    opacity: 0.5;
}
#faq-form .term-text a{
    font-weight: 700;
    text-decoration: none;
}
#faq-form .checkmark {
    height: 23px;
    width: 23px;
}
#faq-form .form-handler {
    padding: 24px 45px 36px 45px;
}
#faq-form .im-form .checkmark{
    top: 5px;
}
#faq-form .field:not(:last-child) {
    margin-bottom: 34px;
}
/*.white-header nav.white-theme .lang, .white-header nav.white-theme .lang-item a {*/
/*    color: #979A9E;*/
/*}*/
/*.white-header .current-lang a, .white-header .lang.current {*/
/*    opacity: 1;*/
/*    color: #FF9D43 !important;*/
/*}*/
#faq-form .form label.checkbox a {
    text-decoration: underline;
    color: #FFE073;
    color: #252525;
}
/*#faq-form .input {*/
/*    padding-bottom: 13px;*/
/*}*/
/*#faq-form .textarea {*/
/*    padding: 0 16px 13px 0;*/
/*    height: auto;*/
/*}*/
.bottom_sticky_box{
    transform: none !important;
    position: absolute !important;
    left: 0 !important;
    top: unset !important;
    bottom: 15px !important;
}

.bottom_sticky_sidebar{
    display: flex !important;
    left: 0 !important;
    bottom: 0 !important;
    top: unset !important;
    position: absolute !important;
}
.relative_box{
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    min-height: auto !important;

}
.relative_sidebar{
    position: relative !important;
    transform: none !important;
    top: auto !important;
}
@media (max-width: 991px) {
    #faq-form .form-header {
        max-width: 100%;
        background-size: cover;
    }

    #faq-form .container {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .faq_container{
        flex-direction: column;
    }
    .faq-singular {
        padding: 20px 52px 20px 25px;
    }
    .faq_questions .col{
        margin-bottom: 50px;
    }
    .faq_container{
        margin: 0;
    }
    .faq_questions .col {
        margin: 0;
    }
    .section.faq_questions{
        padding-left: 0;
        padding-right: 0;
    }
    .faq-singular .faq-question:before {
        font-size: 26px;
    }
    .faq-singular.active .faq-question:before {
        font-size: 20px;
    }
    .faq_questions .tabs-content.col{
        margin: 0;
    }

    .faq_questions .col:first-child nav{
        width: -webkit-fill-available;
        margin: 0 30px;
    }
    .faq_questions nav a:not(:last-child) {
        margin-right: 25px;
    }
    .faq_questions .tabs-content.col {
        width: 100%;
    }
    .faq_questions nav a {
        width: auto;
        min-height: auto;
        min-width: auto;
        margin-bottom: 24px;
    }
    .faq_questions nav a:last-child{
        margin-bottom: 24px;
    }
    .faq_container{
        position: relative;
    }
    .faq_questions .col:first-child{
        min-height: 1px;
        padding-top: 0px;
        padding-bottom: 1px;
        position: fixed;
        top: 60px;
        width: 100%;
        background: #fff;
        height: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 1px -2px #ddd;
        z-index: 3;
    }
    .faq_questions nav {
        padding: 10px 0px;
        margin: 0;
        width: auto;
    }
    .boxed_faq_col{
        margin: 0;
    }
    #faq-form .form-header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #faq-form .form-header {
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom_sticky_box{
        transform: none !important;
        position: fixed !important;
        left: 0 !important;
        top: 60px !important;
        bottom: unset !important;
        background: #fff;
    }

    .bottom_sticky_sidebar{
        display: flex !important;
        left: 0 !important;
        bottom: unset !important;
        top: 60px !important;
        position: fixed !important;
        width: 100%;
        background: #fff;
    }
    .faq_questions .tabs-content.col {
        margin-top: 84px;
    }

}
@media (max-width: 560px) {
    #faq-form .form-wr {
        overflow: auto
    }

    #faq-form .form-layout {
        max-width: 100%
    }

    #faq-form .container {
        padding: 0
    }

    #product-form .ss-single-selected {
        padding: 0px 0px 22px 0 !important;
        height: auto !important;
    }

    #faq-form .form-header {
        height: 215px;
        background-size: cover
    }

    #faq-form .ss-main .ss-single-selected .placeholder, #faq-form .ss-main .ss-single-selected .placeholder * {
        height: fit-content;
        white-space: normal;
    }

    #faq-form .ss-main .ss-single-selected .placeholder, #faq-form .ss-main .ss-single-selected .placeholder .ss-disabled {
        width: 80%;
        align-items: baseline;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .faq_questions nav {
        flex: 0 0 100%;
        background: #fff;
    }

}



@media (max-width: 450px) {
    .faq-singular .faq-question:before {
        font-size: 26px;
    }
    .faq-singular.active .faq-question:before {
        font-size: 20px;
    }
    .faq-singular .faq_category_name{
        font-size: 12px;
    }
    .faq-singular .faq-question h2{
        font-size: 20px;
    }
    .faq-singular .faq-answer{
        font-size: 16px;
    }
    /*.faq_questions .tabs-content.col {*/
    /*    width: 100%;*/
    /*    margin: 150px 0 0 0;*/
    /*}*/
    .faq_questions nav {
        font-size: 16px;
    }
    .faq-singular .faq-question h2 {
        font-size: 16px;
    }
    .faq-singular .faq-answer{
        font-size: 14px;
    }
    .faq-singular .faq-question, .faq-singular .faq-answer {
        padding-right: 15px;
    }
}
@media (max-width: 400px) {
    #faq-form .form-header {
        height: 140px;
        background-size: cover;
    }
}
@media (max-width: 350px) {
    .faq_questions nav a:not(:last-child) {
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .faq_questions .col:first-child {
        margin-right: 64px;
    }
    .cta-section {
        margin-top: 0px;
    }

    .faq_questions {
        padding-bottom: 64px;
    }
    .sticky-faq-sidebar-left{
        position: absolute;
    }
}
/*@media (min-width: 1024px) {*/
/*    .lg {*/
/*        position: relative;*/
/*        right: unset;*/
/*        top: -3px;*/
/*        padding: .5rem .75rem;*/
/*    }*/
/*    .white-header .top-cta span {*/
/*        top: -1px;*/
/*        font-size: 16px;*/
/*        line-height: 160%;*/
/*        text-align: center;*/
/*        letter-spacing: 0.015em;*/
/*        color: #FFFFFF;*/
/*    }*/
/*    #colophon > div > div > div:nth-child(4){*/
/*        display: none;*/
/*    }*/
/*}*/


@media (min-width: 1216px) {
    /*.lg {*/
    /*    position: relative;*/
    /*    right: unset;*/
    /*    top: -3px;*/
    /*    padding: .5rem .75rem;*/
    /*}*/
    section.cta-section .container {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center
    }

    .cta-section-content {
        display: flex
    }

    figure.cta-icon, .cta-section-content h3 {
        margin-bottom: 0;
    }

    .cta-section-content h3 {
        margin-left: 56px;
        margin-right: 56px;
        text-align: left;
    }
    .faq_questions{
        padding-top: 64px;
    }
    .faq_questions .col:first-child {
        margin-right: 64px;
    }
    /*.white-header nav.white-theme .top-menu li a {*/
    /*    font-size: 16px;*/
    /*    font-weight: 400;*/
    /*    line-height: 26px;*/
    /*    letter-spacing: 0.015em;*/
    /*}*/
    .faq_questions .tabs-content.col{
        margin-left: 61px;
        min-width: 936px;
    }
    .faq-singular {
        width: 936px;
    }
    .faq-answer{
        padding-right: 30px;
    }
    .faq-singular .faq-question h2{
        padding-right: 10px;
    }

}

/*@media screen and (min-width: 1408px){*/
/*    .container:not(.is-max-desktop):not(.is-max-widescreen) {*/
/*        max-width: 1186px;*/
/*    }*/
/*}*/