.tbcs-tabs{font-family:Lexend Deca,sans-serif;margin:auto}.tbcs-tabs-wrapper{width:100%}.tbcs-tabs-top{background:#f5f5f5;display:flex;justify-content:center;margin-bottom:50px;position:sticky;top:0}.tbcs-tabs-img{cursor:pointer;margin:10px;opacity:.5}.tbcs-tabs-content{animation-duration:1s;animation-fill-mode:both;animation-name:fade-in;display:flex;justify-content:space-around}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.tbcs-tabs-left,.tbcs-tabs-right{display:flex;flex-direction:column;justify-content:center;width:50%}.tbcs-tabs-left{padding-right:20px}.tbcs-tabs-right{padding-left:20px}.tbcs-tabs-image{height:auto;margin:auto;width:100%}.tbcs-tabs-heading{color:#0051cb;font-size:24px;font-weight:700;line-height:32px;margin-bottom:30px;text-align:left}.tbcs-tabs-text{color:#7994af;font-size:18px;font-weight:400;line-height:27px;margin-bottom:30px;text-align:left}.tbcs-tab-buttons-inner{display:flex;flex-direction:row}.tbcs-tab-buttons-btn{border-radius:8px;font-size:20px;font-weight:500;letter-spacing:0;line-height:25px;padding:15px 30px;text-align:center;text-transform:uppercase;width:fit-content}.tbcs-tab-buttons-btn-first{background:#0062f6;border:4px solid #0061f5;color:#f5f5f5;transition:all .3s ease-in-out}.tbcs-tab-buttons-btn-first:hover{background:transparent;border:4px solid #0061f5;color:#0062f6}@media only screen and (max-width:768px){.tbcs-tabs-left,.tbcs-tabs-right{padding:0;width:100%}.tbcs-tabs-content{flex-direction:column}.tbcs-tabs-left>*{text-align:center}.tbcs-tab-buttons-inner{justify-content:center}}@media only screen and (max-width:580px){.tbcs-tab-buttons-inner{flex-direction:column;justify-content:center;place-items:center}.tbcs-tab-buttons-btn-second{margin:20px 0}}@media only screen and (max-width:468px){.tbcs-tabs-img{max-width:40%}}