.statsNguts__completedSeries{display:flex;flex-direction:column;font-family:var(--font-family)}.statsNguts__completedSeries_heading{width:100%;text-align:left;margin-bottom:2rem}.statsNguts__completedSeries_heading h1{font-size:56px;line-height:75px;font-weight:800}.statsNguts__completedSeries_container{display:flex;flex-direction:column;gap:1.25rem}.statsNguts__completedSeries_container_content{flex:1 1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem}@media screen and (max-width:1024px){.statsNguts__completedSeries_container_content{grid-template-columns:repeat(2,1fr)}.statsNguts__completedSeries_heading h1{font-size:36px;line-height:52px}}@media screen and (max-width:768px){.statsNguts__completedSeries_container_content{grid-template-columns:1fr}.statsNguts__completedSeries_heading h1{font-size:32px;line-height:52px}}@media screen and (max-width:480px){.statsNguts__completedSeries_heading h1{font-size:24px;line-height:42px}}.statsNguts__completedSeries_cta{display:flex;justify-content:center;margin-top:.5rem}.btn-view-all{display:inline-block;padding:10px 16px;border-radius:9999px;font-weight:600;text-decoration:none;border:1px solid var(--brand-blue,#dbe8ff);color:#dbe8ff;background:transparent;transition:transform .12s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.btn-view-all:hover{background:var(--brand-blue,#dbe8ff);color:#fff;box-shadow:0 6px 16px rgba(37,99,235,.25);transform:translateY(-1px)}.btn-view-all:active{transform:translateY(0)}.statsNguts__completedSeries_container_content.all-list>*{display:block}