.tabs{display:flex;justify-content:space-between}.tabs__tab{position:relative}.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{border-bottom:1px solid;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}.tabs__content{padding:2.8rem}section.tabs-wrapper{display:flex!important;flex-direction:row!important;gap:128px}.tabs{background-color:#f5f5f5;display:flex!important;flex-direction:column!important;height:fit-content!important;justify-content:space-between!important;padding:24px!important;width:100%!important}.tabs__tab{font-size:21px;font-weight:400;text-align:left}.tabs__tab:hover,.tabs__tab[aria-selected=true]{color:#db3700;font-size:21px;font-weight:400;text-align:left}.tabs__tab[aria-selected=false]:after,.tabs__tab[aria-selected=true]:after{border-bottom:none!important}.tabs__content{padding-top:0}div.tabs{position:sticky!important;top:80px!important}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{margin-bottom:25px!important;padding:0!important}@media screen and (max-width:767px){section.tabs-wrapper{flex-direction:column!important;gap:50px}.tabs__content{padding:1rem}div.tabs{position:unset!important}}@media screen and (min-width:1200px){.tabs{min-width:482px}}