.content-tabs{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.content-tabs-data-container{width:80vw;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:6.5rem;gap:6.5rem}@media screen and (max-width:1450px){.content-tabs-data-container{grid-template-columns:1fr 1fr}}@media screen and (max-width:1100px){.content-tabs-data-container{gap:4rem;width:90vw}}.content-tabs .border-bottom{background-color:#eaecf0;margin-top:5rem;max-width:120rem;width:100%;height:1.5px}@media screen and (max-width:1100px){.content-tabs .border-bottom{width:80vw}}.content-tabs .grad-img-1,.content-tabs .grad-img-2{position:absolute;object-fit:contain;z-index:-1}@media screen and (max-width:1024px){.content-tabs .grad-img-1,.content-tabs .grad-img-2{width:15rem;height:auto}}.content-tabs .grad-img-1{top:6%;left:0}.content-tabs .grad-img-2{bottom:30%;right:0}.content-card{display:flex;flex-direction:column;align-items:center;transition:all .4s;position:relative}.content-card:hover{transform:translateY(-10px)}@media screen and (max-width:1024px){.content-card:hover{transform:none}}.content-card .video-container{display:flex;justify-content:center;position:relative;margin-bottom:3rem;width:90%}.content-card .video-container .video{width:100%;height:24.3355rem;border-radius:1.18rem;background:#fff;z-index:2;position:relative;background-color:#667085}.content-card .video-container .video img{width:100%;height:100%;object-fit:cover}.content-card .video-container .play-icon{position:absolute;bottom:1.4rem;right:1.4rem;z-index:2;cursor:pointer;transition:all .4s}.content-card .video-container .play-icon:hover{transform:scale(1.2)}.content-card .content-card-bg{width:108%;position:absolute;bottom:-1.5rem}.content-card .content-details{display:flex;flex-direction:column;gap:.6rem;width:100%}.content-card .content-details>h4{color:var(--Grey-Grey-800,var(--Grey-Grey-800,#1d2939));line-height:2.8rem;font-size:1.8rem;font-weight:500}.content-card .content-details>div{display:flex;align-items:center;justify-content:space-between}.content-card .content-details>div>div{display:flex;align-items:center;gap:1rem}.content-card .content-details>div>div span{color:var(--Grey-Grey-500,var(--Grey-Grey-500,#667085));text-align:center;font-size:1.6rem;line-height:150%}.content-card .content-details>div>div img{width:3.2rem;height:3.2rem;border-radius:50%}.content-card .content-details>div>h4{padding:4px 18px;border-radius:4px;background:var(--TertiaryColor-Blue-Green-06,#e6fffc);color:var(--TertiaryColor-Blue-Green-03,#41bdc0);font-size:1.4rem;font-weight:500;line-height:2rem}a{text-decoration:none}