/* CUSTOM ACCORDION */
.sx_top_accordions {
    border-top: 1px solid rgba(22, 22, 21, 0.15);
}
.sx_accordion {
    position: relative;
    border-bottom: 1px solid rgba(22, 22, 21, 0.15);
}
.sx_accordion.active::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translate(50%, 0%);
    background-color: rgba(208, 208, 208, 0.14);
    z-index: -1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.sx_accordion.active {
    position: relative;
    border-bottom: none;
}
.sx_accordion.active .elementor-icon {
    background-color: white !important;
}
.sx_accordion:hover {
    cursor: pointer;
}
.sx_accordion > div {
    position: relative;
}
.sx_accordion p {
    margin: 0;
}
@media screen and (max-width : 767px) {
    .sx_accordion p {
        display: none;
    }
}
.sx_accordion .elementor-widget-heading {
    width: 30%;
    margin: 0;
    margin-right: 35px;
}@media screen and (max-width : 767px) {
    .sx_accordion .elementor-widget-heading {
        width: calc(100% - 80px);
        display: inline-block;
        margin-right: 0;
    }
}
.sx_accordion .btn_chevron_right {
    position: absolute;
    right: 4px;
    transform: rotate(90deg);
}@media screen and (max-width : 767px) {
    .sx_accordion .btn_chevron_right {
        right: -22px;
    }
}
.sx_accordion.active .btn_chevron_right a {
    transform: rotate(180deg);
}

.sx_accordion_panel {
    display: none;
    border-bottom: 1px solid rgba(22, 22, 21, 0.15);
}
.elementor-editor-active .sx_accordion_panel {
    display: block;
}

@media screen and (max-width : 767px) { 
    .sx_accordion .elementor-icon-wrapper .elementor-icon {
        padding: 17px !important;
    }
}

/* ELEMENTOR TABS */
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 28px 0 7px 0;
    border-bottom: 1px solid rgba(22, 22, 21, 0.24);
    border-bottom-width: 1px !important;
}@media screen and (max-width : 767px) { 
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
        padding: 28px 0 7px 0;
        border-bottom: 1px solid rgba(22, 22, 21, 0.24);
        border-bottom-width: 1px !important;
        position: relative;
    }
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
    content: '+';
    font-size: 33px;
    position: absolute;
    right: 0;
    bottom: 6px;
    color: rgba(22, 22, 21, 0.24);
    font-family: 'Ambit-Light', Arial;
    font-weight: initial;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-active::after {
    content: '-' !important;
    font-size: 33px;
    position: absolute !important;
    right: 0 !important;
    bottom: 6px;
    color: #E71B7C;
    font-family: 'Ambit-Light', Arial;
    width: initial !important;
    height: initial !important;
    top: initial !important;
    font-weight: initial;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    border-bottom: 1px solid #E71B7C;
    border-bottom-width: 1px !important;
}
@media screen and (max-width : 767px) { 
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title::after {
        content: '+';
        font-size: 33px;
        position: absolute;
        right: 0;
        bottom: 6px;
        color: rgba(22, 22, 21, 0.24);
        font-family: 'Ambit-Light', Arial;
        font-weight: initial;
    }
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active::after {
        content: '-' !important;
        font-size: 33px;
        position: absolute !important;
        right: 0 !important;
        bottom: 6px;
        color: #E71B7C;
        font-family: 'Ambit-Light', Arial;
        width: initial !important;
        height: initial !important;
        top: initial !important;
        font-weight: initial;
    }
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
        border-bottom: 1px solid #E71B7C;
        border-bottom-width: 1px !important;
    }
    .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title::after {
        display: none;
    }
    .elementor-tabs .elementor-tabs-wrapper .elementor-active::after {
        display: none;
    }
    .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
        display: none;
    }
}
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-left: 117px;
}
@media screen and (max-width : 767px) { 
    .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
        padding: 50px 0 0 0;
    }
}
.elementor-tabs .elementor-tab-content h3, .elementor-tabs .elementor-tab-content h2, .elementor-tabs .elementor-tab-content h4, .elementor-tabs .elementor-tab-content h5 {
    font-family: 'Ambit-Light', Arial;
    font-size: 25px;
    color: #E71B7C;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.sx_top_accordions .sx_accordion_panel {
    position: relative;
}
.sx_top_accordions .sx_accordion_panel::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 50%;
    transform: translate(50%, 0%);
    background-color: rgba(208, 208, 208, 0.14);
    z-index: -1;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}