.tabs{width:100%;padding:0}.tabs .mobile-select{margin-bottom:0}.tabs__buttons{justify-content:center;align-items:stretch;width:100%;height:100%;margin:0 0 1rem;display:flex}.tabs__buttons.-desktop{border-bottom:1px solid #e3dfdf}.tabs__buttons.-left{max-width:50%;margin-right:auto}.tabs__buttons.-right{max-width:50%;margin-left:auto}.tabs__button{color:#999;letter-spacing:-.5px;text-transform:capitalize;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:100%;padding:1rem;font-size:16px;font-weight:500;text-decoration:none;display:flex;position:relative}.tabs__button.-active{color:#474242}.tabs__button.-active:after{content:"";background:#9d0d22;width:100%;height:3px;position:absolute;bottom:0;left:0}@media only screen and (width<=768px){.tabs__buttons.-desktop{display:none}}@media only screen and (width>=769px){.tabs__buttons{margin:0 0 2rem}.tabs__buttons.-mobile{display:none}}