.small-business .tabs__toggle.btn.btn--gold.active-tab {
    background: #E2A573;
    color: #FFF;    
    box-shadow: none;
}

.tabs__content.tabs__content--gold.active-tab {
    background: linear-gradient(280deg, #EECBAF 5%, #E2A573 90%);       
}

.tabs--app .tabs__content:not(:first-child).active-tab {
    border-radius: 0 30px 30px;
}

.tabs__content--gold .simple.small-business .form__header-note {
    color: rgba(11, 13, 19, 0.70);
}
.tabs__content--gold .form__header .form__header-title {
    color: #000;
}

.small-business .new-client--tab {
    padding: 10px 40px 40px;
}

.small-business .tabs--app .tabs__accordion-toggle {
    display: none!important;
}

@media screen and (max-width:767px) {
    .small-business .tabs--app .tabs__navigation {
        display: none;
    }

    .small-business .tabs--app .tabs__accordion-toggle {
        width: 100%;
        border: 0;
        box-shadow: 0 -4px 11.9px 0 rgba(159, 159, 159, 0.25);
        border-radius: 15px;
        padding: 15px;
        display: flex!important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    .small-business .tabs--app .tabs__accordion-title {
        display: inline-block;
    }

    .small-business .tabs--app .tabs__accordion-toggle::after {
        content: "";
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12.998H13V18.998H11V12.998H5V10.998H11V4.99805H13V10.998H19V12.998Z' fill='black'/%3E%3C/svg%3E");
    }

    .small-business .tabs--app .tabs__accordion-toggle.active-tab::after {
        width: 16px;
        height: 2.4px;
        flex: 0 0 16px;
        border-radius: 2px;
        background-image: none;
        background-color: #000;        
    }

    .small-business .tabs--app .tabs__accordion-toggle.btn--green.active-tab::after {
        background-color: #fff; 
    }
    
    .tabs.init-tabs .tabs__content {
        margin-top: -34px;
    }

    .small-business .tabs--app .tabs__list {
        background-color: transparent;
    }

    .small-business .tabs--app .tabs__accordion-toggle.btn--gold,
    .small-business .tabs--app .tabs__accordion-toggle.btn--green {
        background: #F2F3F5;
    }

    .small-business .tabs--app .tabs__accordion-toggle.active-tab {
        margin-bottom: 0;
        margin-top: 4px;
        margin-left: auto;
        width: 100%;
        min-width: 49px;
        height: 30px;
        padding-right: 18px;
        border-radius: 12px 12px 0 0;
        justify-content: flex-end;
        background: transparent;
        transform: translateY(12px);
        z-index: 3;
        box-shadow: none;
    }

    .small-business .tabs--app .tabs__accordion-toggle.active-tab .tabs__accordion-title {
        display: none;
    }

    .small-business .tabs--app .tabs__content {
        display: none;
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
    }

    .small-business .tabs--app .tabs__content.active-tab {
        display: block;
    }
    
    .small-business .new-client--tab {
        padding: 10px;
    }
    .small-business .new-client__body {
        padding: 0;
    }
    .small-business .simple.small-business {
        background: transparent;
    }

    .small-business .tabs__list .tabs__content:not(:first-child) {
        border-radius: 15px;
    }
}