.tabs{align-items:flex-end;display:flex;justify-content:space-between}.tabs__tab{position:relative}.tabs-wrapper .tabs__tab-inner{align-items:center;display:flex;flex-direction:column;gap:.5rem}.tabs-wrapper .tabs__content .tabs__content-inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:120px;justify-content:space-between}.tabs-wrapper .tabs__tab-inner img{height:48px;object-fit:contain;width:48px}.tabs-wrapper .tabs__tab-inner svg{flex-shrink:0;height:48px;width:48px}.tabs__content-inner .tab__content{width:calc(60% - 60px)}.tabs__content-inner .tab__img{width:calc(40% - 60px)}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{flex:1;justify-content:center;padding:1.4rem .7rem;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__tab:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tabs__tab[aria-selected=false]:focus:after,.tabs__tab[aria-selected=false]:hover:after,.tabs__tab[aria-selected=true]:after{border-bottom:2px solid}@media (max-width:1024px){.tabs-wrapper .tabs__content .tabs__content-inner{gap:80px}.tabs__content-inner .tab__content,.tabs__content-inner .tab__img{width:calc(50% - 40px)}}@media (max-width:767px){.tabs-wrapper .tabs__content .tabs__content-inner{flex-direction:column;gap:40px}.tabs,.tabs__content-inner .tab__content,.tabs__content-inner .tab__img{width:100%}.tabs__tab{text-wrap:nowrap}.tabs__content img{display:block;width:100%!important}}