@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('SofiaProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.supplier__banner h1,
.supplier__banner h2,
.supplier__banner h3,
.supplier__banner h4{
    font-family: 'Sofia Pro';
}
.supplier__tabs ul.et_pb_tabs_controls{
    background-color: #fff;
}
.supplier__tabs .et_pb_tabs_controls li{
    border-right: none;
    border-left: 6px solid transparent;
    margin-bottom: 15px;
    border-radius: 5px;
}
.supplier__tabs .et_pb_tab_active{
    background-color: #0AB1BC !important;

}
.supplier__tabs .et_pb_tab_active a{
    color: #fff !important;
}
.supplier__tabs .et_pb_tabs_controls li a{
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Sofia Pro';
    font-weight: 500;
}
.supplier__tabs h1,
.supplier__tabs h2,
.supplier__tabs h3,
.supplier__tabs h4{
    font-family: 'Sofia Pro';
    font-weight: 500;
}
.supplier__tabs p{
    font-family: 'Sofia Pro';
    font-size: 16px;
    color: #393A3D;
    font-weight: normal;
    display: flex;
}
.supplier__tabs p img{
    height: fit-content;
    margin-right: 20px;
}
#click-tab{
    font-weight: 600;
    cursor: pointer;
}
#click-tab1, #click-tab2, #click-tab3, #click-tab4, #click-tab5, #click-tab6, #click-tab7, #click-tab8 , #click-tab9 , #click-tab10, #click-tab11, #click-tab12{
    cursor: pointer;
}
.supplier__tabs-item ul{
    list-style: none !important;
    padding-left: 30px !important;
    padding-bottom: 1rem !important;
    display: block;
}
.supplier__tabs-item ul:last-child{
    padding-bottom: 0 !important;
}
.supplier__tabs-item ul li{
    font-family: 'Sofia Pro';
    font-size: 16px;
    color: #393A3D;
    font-weight: normal;
    position: relative;
    text-align: left;
}
.supplier__tabs-item ul li:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0AB1BC;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: -27px;
}
.supplier__tabs-item ul li ul{
    display: block !important;
}
.supplier__tabs-item ul li ul li{
    text-align: left !important;
    background: none!important;
    padding: 0!important;
}
.supplier__tabs-item ul li ul li:after{
    background: transparent;
    border: 1px solid #125B60;
}
.supplier__first-tab-block{
    display: flex;
}
.supplier__tab-row{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.supplier__first-tab-block p{
    display: flex;
    flex: 0 0 36px;
    margin-right: 20px;
    height: fit-content;
}
.supplier__first-tab-block img{
    width: 36px;
}
.supplier__text,
.supplier__text span{
    font-family: 'Sofia Pro';
    font-weight: normal;
    font-size: 16px;
    color: #393A3D;
}
.supplier__first-tab-block{
    padding-bottom: 1em;
}
.supplier__tabs ul.et_pb_tabs_controls:after{
    display: none;
}
.supplier__text--color{
    color: #125B60 !important;
}
.supplier__tabs .content-title{
    font-size: 22px;
    color: #393A3D;
    margin-bottom: 25px;
    line-height: 130%;
    font-weight: normal;
    cursor: pointer;
}
.close-content-box{
    margin-top: 20px;
    padding: 20px 15px;
    box-shadow: 2px 8px 30px rgba(19, 50, 2, 0.08);
    border-radius: 5px;
    position: relative;
}
.close-content-arrow{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 12px;
    height: 12px;
    border-right: 3px solid #125B60;
    border-top: 3px solid #125B60;
    transform: rotate(135deg) translate(35px, 5px);
}
.disable-content{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .2s linear;

}
.close-content-box.show .disable-content{
    max-height: 200px;
    opacity: 1;
    padding-top: 20px;
}
.disable-content p{
    display: block;
}
.left-part-accordion{
    min-width: 36px;
    margin-right: 20px;
}
.close-content-box .content-title{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 30px;
}
.close-content-box.show .content-title{

}
.close-content-box.show .close-content-arrow{
    transform: rotate(-45deg) translate(-40px, 0px);
}
.supplier__tab-in-tab ul:first-child{
    margin: 0 -15px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}
.supplier__tab-in-tab ul:first-child li{
    box-shadow: 0 10px 30px rgba(18, 91, 96, 0.07);
    border-radius: 3px;
    border: none;
    margin: 0 15px;
    padding: 22px 5px;
    background-color: #fff;
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.supplier__tab-in-tab ul:first-child li.et_pb_tab_active::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #125B60;
    transform: translate(-50%, 100%);
}
.supplier__tab-in-tab ul:first-child li a{
    font-family: Sofia Pro;
    font-weight: 500;
}
.supplier__children{
    border: none;
}
.supplier__children ul li.et_pb_tab_active::after{
    display: none;
}
.supplier__children ul li a {
    font-size: 16px;
    justify-content: center;
    align-items: center;
}
.supplier__tab-in-tab ul.et_pb_tabs_controls:after{
    display: none;
}
.supplier__children ul{
    margin: 0 !important;
}
.supplier__children ul:first-child li{
    box-shadow: none;
    margin: 0;
    background-color: #f9f9f9;
    padding: 12px 5px;
}
.supplier__children ul li.et_pb_tab_active{
    background-color: #0AB1BC !important;
}
.supplier__children .mce-content-body{
    display: flex;
}
.supplier__left-side{
    flex: 1 0 55%;
    padding: 0 30px;
}
.supplier__right-side{
    flex: 1 0 35%;
}
.supplier__left-side h4{
    color: #125B60;
    font-weight: 500;
    font-size: 22px;
    font-family: Sofia Pro;
    margin-bottom: 10px;
}
.supplier__left-side p{
    color: #393A3D;
    font-weight: normal;
    font-size: 16px;
    font-family: Sofia Pro;
    display: flex;
}

.supplier__left-side .supplier__inner{
    margin-bottom: 15px;
}
.supplier__inner ul li{
    color: #393A3D;
    font-weight: normal;
    font-size: 16px;
    font-family: Sofia Pro;
    display: flex;
    position: relative;
}
.supplier__inner ul li:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0AB1BC;
    position: absolute;
    top: 7px;
    left: -30px;
}
.supplier__inner ul{
    list-style: none;
    padding-left: 60px !important;
    padding-bottom: 0!important;
}
.supplier__tabs-item{
    margin-bottom: 30px;
}
.supplier__right-side th,
.supplier__right-side td{
    border: 1px solid #CDDBED;
    padding: 6px 10px !important;
    line-height: 1.3;
}
.supplier__right-side th{
    color: #393A3D;
    font-family: Sofia Pro;
    font-weight: normal !important;
    font-size: 12px;
}
.supplier__right-side td{
    color: #393A3D;
    font-family: Sofia Pro;
    font-weight: normal !important;
    font-size: 14px;
}
.supplier__after-table{
    color: #B3B3B3;
    font-family: Sofia Pro;
    font-weight: normal;
    font-size: 16px;
    display: block;
    text-align: center;
}
.supplier__after-table a{
    text-decoration: underline;
    color: #125B60;
}
.supplier__right-side h4{
    color: #125B60;
    font-weight: 500;
    font-size: 22px;
    font-family: Sofia Pro;
    margin-bottom: 10px;
}
.supplier__wrapper{
    display: flex;
}
.et_pb_text_2.supplier__collaboration-title{
    padding-bottom: 24px !important;
}
.et_pb_text_2.supplier__collaboration-title:before{
    bottom: -20px !important;
}
.et_pb_text_2.supplier__collaboration-title:after{
    bottom: -23px !important;
}
.supplier__second-big-tab .et_pb_column.et_pb_column_4_4.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child{
    position: relative;
    z-index: 1;
}
.supplier__second-big-tab .et_pb_module.et_pb_tabs.et_pb_tabs_1.et_slide_transition_to_0{
    padding-top: 30px !important;
    background: #fff;
}
.supplier__collaboration-title p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Sofia Pro;
    font-style: normal;
    font-weight: 500;
}
.supplier__collaboration-content{
    margin-left: 15px;
}
.supplier__second-big-tab .et_pb_tabs_controls {
    display: flex;
    justify-content: space-between;
}
.supplier__second-big-tab .et_pb_tabs_controls::after{
    display: none;
}
.supplier__second-big-tab .et_pb_tabs_controls li{
    flex: 1;
    text-align: center;
    padding: 15px 0;
}
.supplier__second-big-tab .et_pb_module{
    border: none;
}
.supplier__collaboration-row{
    cursor: pointer;
    padding-top: 0 !important;
}
.supplier__collaboration-row.active .et_pb_text_2.supplier__collaboration-title:after{
    transform: translate(-50%,16px) rotate(180deg);
}
.et_pb_tabs_controls .ui-sortable.et-animated--vb a{
    display: flex;
}
.design-number{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    position: relative;
    z-index: 2;
    color: #767676;
    margin-right: 5px;
}
.ui-sortable.et-animated--vb.et_pb_tab_active .design-number, .et_pb_tab_3.et_pb_tab_active .design-number, .et_pb_tab_4.et_pb_tab_active .design-number{
    color: #fff;
}
.et-fb-editable-element{
    position: relative;
}
.et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls li{
    box-shadow: 0px 10px 30px rgb(18 91 96 / 0.1) !important;
}
.supplier__tab-in-tab .et_pb_tabs_1 .et_pb_tab{
    padding: 0;
}
.supplier__tab-in-tab .supplier__left-side,
.supplier__tab-in-tab .supplier__right-side{
    padding-top: 20px;
    padding-bottom: 20px;
}
.supplier__tab-in-tab .et_pb_tab_3 a{
    position: relative;
}
.supplier__et_pb_tab_3{
    margin-right: 10px;
    background-image: url('https://exponentialroadmap.org/wp-content/themes/Divi/images/to-dosvg.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.supplier__et_pb_tab_4{
    margin-right: 10px;
    background-image: url('https://exponentialroadmap.org/wp-content/themes/Divi/images/shopping-cart.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.supplier__et_pb_tab_5{
    margin-right: 10px;
    background-image: url('https://exponentialroadmap.org/wp-content/themes/Divi/images/puzzle.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.supplier__et_pb_tab_6{
    margin-right: 10px;
    background-image: url('https://exponentialroadmap.org/wp-content/themes/Divi/images/Group.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.supplier--image-color{
    filter: opacity(0.5) drop-shadow(0 0 0 #125B60);
}
.supplier__add-ico li{
    display: flex !important;
    align-items: center;
}
.supplier__add-ico li a{
    justify-content: space-between;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
}
.supplier__number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border: 1px solid #767676;
    border-radius: 50%;
    font-size: 12px;
    color: #767676;
    margin-right: 10px;
}
@media screen and (max-width: 1480px){
    .supplier__tab-in-tab .supplier__left-side,
    .supplier__second-big-tab .supplier__left-side{
        flex: 1 0 40%;
    }
}
@media screen and (max-width: 1280px){
    .supplier__tab-in-tab .supplier__left-side,
    .supplier__second-big-tab .supplier__left-side{
        padding-left: 15px;
    }
    .supplier__tab-in-tab .supplier__right-side,
    .supplier__second-big-tab .supplier__right-side{
        padding-right: 15px;
    }
}
@media screen and (max-width: 1024px){
    .supplier__tab-in-tab .mce-content-body,
    .supplier__second-big-tab .supplier__wrapper{
        flex-direction: column;
    }
    .supplier__tab-in-tab .supplier__right-side,
    .supplier__second-big-tab .supplier__right-side{
        padding-left: 15px;
        overflow-x: auto;
    }
    .supplier__banner h3{
        font-size: 40px !important;
    }
    .supplier__tab-in-tab ul:first-child{
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .supplier__tab-row{
        padding: 50px 15px !important;
    }
    .supplier__tab-row .supplier__tabs{
        display: flex;
        flex-direction: column;
    }
    .supplier__tab-row .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls{
        margin: 0 auto;
    }
    .supplier__tab-row .et_pb_active_content.et-pb-active-slide{
        padding: 0 !important;
    }
    .supplier__banner-bg{
        height: 370px !important;
    }
}

.right-part-accordion ul li{
    font-family: 'Sofia Pro';
    font-weight: normal;
    font-size: 16px;
    color: #393A3D;
    padding-left: 15px;
    position: relative;
}
.right-part-accordion ul li:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0AB1BC;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: -12px;
}
.right-part-accordion ul li::marker{
    content: none;
}
.right-part-accordion ul{
    list-style: none;
}

.et_pb_row.et_pb_row_4.supplier__second-big-tab.active{

}
.own-row .et_pb_text_inner{
    max-width: 1470px;
    margin: 0 auto;
    padding: 2px 0;
}
.own-row{

}
.own-tabs-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 -15px;
}
.own-tab-title{
    display: flex;
    background: #fff;
    flex-direction: row-reverse;
    height: 82px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(18, 91, 96, 0.07);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.own-tab-item{
    padding: 0 15px;
    width: 25%;
}
.own-tab-title.active:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #125B60;
    transform: translate(-50%, 100%);
}
.own-tab-title.active{
    background-color: #125B60;
}
.own-tab-title.active p{
    color: #fff;
}
.own-tab-title.active > div{
    filter: brightness(0) invert(1);
}
.own-tab-title p{
    padding-bottom: 0;
}
.own-tab-title p{
    color: #125B60;
    font-family: Sofia Pro;
    font-weight: 500;
    font-size: 18px;
}

.own-row{
    padding-bottom: 10px !important;
}
.own-tab-content{
    display: none;
}
.own-tab-content .et_pb_tab{
    padding: 24px 50px 24px 20px;
}
.own-tab-content  .et_pb_tab_active a{
    color: #fff !important;
}
.own-tab-content li.et-animated--vb{
    width: 33.333%;
    text-align: center;
}
.own-tabs-content-wrapper{
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.own-tabs-content-wrapper .et_pb_tabs_controls > .ui-sortable{
    border: 0;
    height: 59px;
    border-radius: 3px;
}
.own-tabs-content-wrapper .ui-sortable.et_pb_tab_active a{
    color: #fff !important;
}
.supplier__tabs ul li{
    box-shadow: none !important;
}
.supplier__tabs ul li.et_pb_tab_active{
    box-shadow: 0px 10px 30px rgba(18, 91, 96, 0.1) !important;
}
.supplier__second-big-tab .et_pb_tabs_controls li{
    border-right: none;
}
.supplier__second-big-tab .et_pb_tabs_controls li a{
    color: #767676!important;
}
.supplier__second-big-tab .et_pb_tab{
    padding: 24px 50px 24px 20px !important;
}
.supplier__second-big-tab .et_pb_tabs_controls li a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-title.accordion{
    font-size:  16px;
}
.supplier__banner{
    max-width: 1000px !important;
}
.supplier__banner h4{
    font-size: 40px;
    margin-top: 40px;
    color: #fff;
}
.revamp .own-tab-title p{
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
}
.revamp .own-tab-title.tab1.active{
    background: #F9D919;
}
.revamp .own-tab-title.tab2.active{
    background: #29B8E5;
}
.revamp .own-tab-title.tab3.active{
    background: #ED8026;
}
.revamp .own-tab-title.tab4.active{
    background: #A33B3B;
}
.revamp .own-tab-title.tab1.active:after{
    border-top: 20px solid #F9D919;
}
.revamp .own-tab-title.tab2.active:after{
    border-top: 20px solid #29B8E5;
}
.revamp .own-tab-title.tab3.active:after{
    border-top: 20px solid #ED8026;
}
.revamp .own-tab-title.tab4.active:after{
    border-top: 20px solid #A33B3B;
}
.revamp .tab1 .supplier__children ul li.et_pb_tab_active{
    background: #bbac54  !important;
}
.revamp .tab2 .supplier__children ul li.et_pb_tab_active{
    background: #399bb9  !important;
}
.revamp .tab3 .supplier__children ul li.et_pb_tab_active{
    background: #b4601a  !important;
}
.revamp .tab4 .supplier__children ul li.et_pb_tab_active{
    background: #853030  !important;
}
.revamp .own-tab-title.active:after{
    border-top: 20px solid #F9D919;
}

.revamp .supplier__et_pb_tab_3{
    filter: brightness(0) saturate(100%) invert(89%) sepia(13%) saturate(4495%) hue-rotate(346deg) brightness(111%) contrast(95%);
}
.revamp .supplier__et_pb_tab_4{
    filter: invert(60%) sepia(65%) saturate(510%) hue-rotate(150deg) brightness(90%) contrast(100%);
}
.revamp .supplier__et_pb_tab_5{
    filter: invert(54%) sepia(62%) saturate(609%) hue-rotate(343deg) brightness(94%) contrast(97%);
}
.revamp .supplier__et_pb_tab_6{
    filter: invert(25%) sepia(97%) saturate(992%) hue-rotate(328deg) brightness(89%) contrast(88%);
}
.revamp .supplier__children ul li.et_pb_tab_active{
    background: #bbac54  !important;
}
.revamp .tab1 .supplier__left-side h4, .revamp .tab1 .supplier__right-side h4{
    color: #F9D919;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .tab2 .supplier__left-side h4, .revamp .tab2 .supplier__right-side h4{
    color: #29B8E5;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .tab3 .supplier__left-side h4, .revamp .tab3 .supplier__right-side h4{
    color: #ED8026;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .tab4 .supplier__left-side h4, .revamp .tab4 .supplier__right-side h4{
    color: #A33B3B;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.supplier__second-big-tab.revamp .supplier__left-side h4, .supplier__second-big-tab.revamp .supplier__right-side h4{
    color: #b1d168;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .own-tab-title.active > div {
    filter: brightness(0) invert(0);
}
.revamp .supplier__children ul li a{
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
}
.revamp .supplier__left-side p, .revamp .supplier__tabs-item ul li{
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .tab1  .supplier__tabs-item ul li:after{
    background: #F9D919;
}
.revamp .tab2  .supplier__tabs-item ul li:after{
    background: #29B8E5;
}
.revamp .tab3  .supplier__tabs-item ul li:after{
    background: #ED8026;
}
.revamp .tab4  .supplier__tabs-item ul li:after{
    background: #A33B3B;
}
.supplier__second-big-tab.revamp .supplier__tabs-item ul li:after{
    background: #b1d168;
}
.revamp .supplier__collaboration-content{
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
    color: #000000;
}
.supplier__collaboration-row.revamp .et_pb_text_inner span:first-of-type{
    filter: invert(93%) sepia(98%) saturate(458%) hue-rotate(18deg) brightness(95%) contrast(89%);
}
.supplier__collaboration-row.revamp .et_pb_text_15:before{
    filter: brightness(0) saturate(100%) invert(89%) sepia(13%) saturate(4495%) hue-rotate(346deg) brightness(111%) contrast(95%);
}
.supplier__second-big-tab.revamp .et_pb_tabs_1 .et_pb_tabs_controls li.et_pb_tab_active{
    background: #b1d168;
}
.supplier__second-big-tab.revamp .et_pb_tabs_controls a{
    color: #000000;
}
.revamp .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a{
    color: #000000 !important;
}
.revamp .et_pb_tabs_1.et_pb_tabs .et_pb_tabs_controls li a{
    color: #000000;
    font-family: 'Helvetica Neue LT Std regular',Helvetica,Arial,Lucida,sans-serif;
}
.revamp .et_pb_text_15:after{
    content: none;
}
.revamp .own-tab-content.tab1{
    display: block;
}
@media(max-width: 991px){
    .own-tab-item{
        width: 50%;
        margin-top: 15px;
        padding: 0 7px;
    }
    .own-tabs-wrapper{
        padding: 0px 22px;
    }
    .own-tab-content .et_pb_tabs_controls li{
        width: 100% !important;
    }
    .own-tab-title.active:after{
        content: none;
    }
}
@media screen and (max-width: 575px) {
    .supplier__second-big-tab .et_pb_tabs_controls{
        flex-direction: column;
    }
    .supplier__tabs .et_pb_tabs_controls li a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .supplier__tab-in-tab ul:first-child li{
        padding: 10px 6px !important;
    }
    .supplier__second-big-tab .et_pb_tabs_controls li{
        padding: 10px 0 !important;
    }
    .supplier__banner h3{
        font-size: 28px !important;
    }
    .own-tab-item{
        width: 100%;
    }
    .et_pb_tabs_0.et_pb_tabs .et_pb_tabs_controls{
        max-width: unset !important;
    }
    .supplier__children .mce-content-body{
        flex-direction: column;     
    }
}

