.tabbed-cards-heading{column-gap:32px;display:flex;row-gap:12px}.tch-left,.tch-right{width:50%}.tch-cards{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr))}.tch-cards:not(.active-content){display:none}.tch-card{gap:12px;height:100%;justify-content:space-between;min-height:200px;padding:20px;transition:all .2s ease}.tch-card,.tch-txt{display:flex;flex-direction:column}.tch-txt{gap:8px}.tc-btn,.tch-txt h4,.tch-txt p{width:fit-content}.tc-btn{align-items:center;color:#1569e0;display:flex;font-size:18px;font-weight:700;gap:8px;line-height:23px;margin-left:auto;margin-top:32px;text-align:left}.tc-btn svg{min-width:8px;width:8px}.tc-btn:hover span{text-decoration:underline}.tch-card-link:hover .tch-card{background:#1f1e27}.tch-card-link:hover h4{color:#1569e0;cursor:pointer}.tch-card-link:hover p{color:#fff;cursor:pointer}.tabbed-cards-tabs{background:rgba(234,241,251,.2);display:flex;gap:12px;margin-bottom:32px;padding:12px;width:fit-content}.tabbed-cards-tab{background:transparent;color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:normal;padding:8px 12px;text-wrap:nowrap;transition:all .2s ease}.tabbed-cards-tab.active-tab,.tabbed-cards-tab:hover{background:#fff;color:#1f1e27}@media only screen and (max-width:991px){.tch-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.tch-card{min-height:180px}}@media only screen and (max-width:768px){.tabbed-cards-heading{flex-direction:column}.tch-left,.tch-right{width:100%}.tch-cards{grid-template-columns:repeat(1,minmax(0,1fr))}.tabbed-cards-tabs{overflow-x:auto;width:auto}}