.custom-tabs-header{display:flex;justify-content:space-between;margin-bottom:30px}.custom-tab-label{flex:0 0 calc(100% / 3 - 20px);border:5px solid #3a525b;box-sizing:border-box;padding:17px 30px;text-align:center;font-weight:700;font-size:24px;position:relative;cursor:pointer;font-family:"Proxima N W01 Bold";align-items:center;display:flex;justify-content:center}.custom-tab-label.active{border-bottom:0}.custom-tab-label.active:before{content:"";position:absolute;width:calc(100% + 10px);height:30px;left:-5px;top:100%;border:5px solid #3a525b;border-top:0;border-bottom:0}.custom-tabs-inner{border:5px solid #3a525b;border-top:0;padding:20px 40px;box-sizing:border-box;position:relative;min-height:300px}.custom-tabs-inner:before,.custom-tabs-inner:after{content:"";position:absolute;background:#3a525b}.custom-tabs-inner[data-id="1"]:before{width:calc(100% / 3 * 2 + 30px);height:5px;bottom:100%;right:-5px}.custom-tabs-inner[data-id="2"]:before{width:calc(100% / 3 + 15px);height:5px;bottom:100%;left:-5px}.custom-tabs-inner[data-id="2"]:after{width:calc(100% / 3 + 15px);height:5px;bottom:100%;right:-5px}.custom-tabs-inner[data-id="3"]:before{width:calc(100% / 3 * 2 + 30px);height:5px;bottom:100%;left:-5px}.custom-tab-content:not(:first-child){display:none}@media only screen and (max-width:768px){.custom-tab-label{flex:0 0 calc(100% / 3 - 15px);padding:5px 10px;font-size:18px;line-height:1}}