/* FOR STICKY POSITION */
.home #page {
    overflow: unset;
}
/* ACCORDION */
.graphic-accordion .b2-faq-item {
    position: relative;
    background-color: transparent;
    border-bottom: 0;
    overflow: hidden;
    z-index: 1;
}
.graphic-accordion .b2-faq-container .faq-item:first-child .b2-faq-item > .b2-faq-item-a {
    display: block;
}
.graphic-accordion .b2-faq-container {
    margin-top: 40px;
    padding-left: 50px;
}
.graphic-accordion .b2-faq-item .b2-faq-item-q i,
.graphic-accordion .b2-faq-item .b2-faq-item-q::after {
    display: none;
}
.graphic-accordion .b2-faq-item::after {
    display: none;
}
.graphic-accordion .b2-faq-item .b2-faq-item-q h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 16px;
}
.graphic-accordion .b2-faq-item .b2-faq-item-q.tab-close {
    border-left: 3px solid #fff;
}
.graphic-accordion .b2-faq-item .b2-faq-item-a {
    padding: 0px 16px 16px;
}
.graphic-accordion .b2-faq-item .b2-faq-item-a > p {
    color: #13263A;
}
.graphic-accordion .b2-faq-item .b2-faq-item-q img {
    display: none !important;
}
.graphic-text {
    padding-left: 50px;
}
/* BUSINESS PERFORMANCE SECTION */
.business h2 {
    color: #5BC8AF;
}
.business .b2-faq-item .b2-faq-item-q h3  {
    color: #5BC8AF;
}
.business .b2-faq-item .b2-faq-item-q,
.business .b2-faq-item .b2-faq-item-a {
    border-left: 3px solid #5BC8AF;
}
/* TECH PARTNER SECTION */
.tech-partner h2 {
    color: #278BFD;
}
.tech-partner .b2-faq-item .b2-faq-item-q h3  {
    color: #278BFD;
}
.tech-partner .b2-faq-item .b2-faq-item-q,
.tech-partner .b2-faq-item .b2-faq-item-a {
    border-left: 3px solid #278BFD;
}
/* SOLUTIONS BUILDER SECTION */
.solutions h2 {
    color: #0003D9;
}
.solutions .b2-faq-item .b2-faq-item-q h3  {
    color: #0003D9;
}
.solutions .b2-faq-item .b2-faq-item-q,
.solutions .b2-faq-item .b2-faq-item-a {
    border-left: 3px solid #0003D9;
}
/*DESKTOP LAYOUT */
.scroll-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 190px 150px 0px;
    background: #f2f2f2;
    margin-top: -100px;
}

/* make sticky work properly */
.graphic-panel {
    position: sticky;
    top: 0;
    height: 100vh;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.graphic {
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-align: center;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.graphic:not(:first-of-type,:last-of-type) {
    height: 100vh;
}
.graphic.active {
    opacity: 1;
}
.content-panel {
    flex: 1;
    margin-left: 100px;
}
.content-block {
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.content-block:not(:first-of-type,:last-of-type) {
    height: 100vh;
}
.content-block h2 {
    margin-bottom: 50px;
}
.content-block .b2-link {
    margin-left: 50px;
    margin-top: 50px;
}

@media only screen and (max-width: 1280px) {
    .scroll-section {
        padding: 180px 80px 100px;
    }
    .content-panel {
        margin-left: 0;
    }
    .content-block {
        display: block;
        min-height: auto;
    }
    .content-block img {
        margin: 0 auto 30px;
    }
    .content-block + .content-block {
        margin-top: 80px;
        height: auto;
    }
    .graphic-text {
        padding-left: 0;
    }
    .content-block .b2-link {
        margin-left: 0px;
        margin-top: 30px;
    }
    .graphic-accordion .b2-faq-container {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .scroll-section {
        padding: 180px 30px 60px;
    }
}