.study{color:#3e3e3e}
.study .page-width{padding-right:2rem!important;padding-left:2rem!important;margin:0 auto}
.study-hero{margin-bottom:7.2rem!important}
.study-hero-grid{display:grid;grid-template-columns:1fr;gap:2.6rem}
@media screen and (min-width:1024px){
.study-hero-grid{grid-template-columns:7fr 5fr;gap:2.4rem;align-items:start}
}
.study-hero-subtitle{font-weight:400;font-size:16px;line-height:24px;text-transform:uppercase;color:#3e3e3e}
.study-hero-title{margin-bottom:3.2rem}
@media screen and (max-width:990px){
.study-hero-title{margin-bottom:2.4rem;font-size:3rem;line-height:125%}
}
.study-hero-text{font-size:1.8rem;line-height:2.6rem;color:#6f6f6f;margin-bottom:2.4rem}
.study-hero-bottom{font-size:1.8rem;line-height:2.6rem;color:#6f6f6f;margin-bottom:2.4rem}
.study-hero-tags{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:4.2rem}
.study-hero-tags-tag{padding:11px 20px;display:flex;align-items:center;justify-content:center;background-color:#e9e9e9;font-weight:500;font-size:12px;line-height:18px;color:#3e3e3e}
.study-hero-tags-tag:hover{border-color:rgba(0,0,0,.4);background-color:var(--foreground,#000);color:var(--background,#fff)}
.study-hero-tags span{padding:.6rem 1.2rem;background:#fff;border:1px solid #e7e2da;font-size:1.4rem;font-weight:500;border-radius:.4rem}
.study-hero-stats-info{font-size:1.2rem;line-height:18px;color:#6f6f6f}
.study-hero-stats .study-stats-card{background:#fff;border:1px solid #e7e2da;padding:2rem 3.2rem;border:1px solid #e1e1e1}
.study-hero-stats .study-stats-item{margin-bottom:2.4rem}
.study-hero-stats .study-stats-item-top{margin-bottom:.4rem;display:flex;align-items:flex-end;gap:8px}
.study-hero-stats .study-stats-item-top h4{font-size:18px;line-height:24px;color:#3e3e3e;font-weight:600}
.study-hero-stats .study-stats-item.border-top{padding-top:2.4rem;border-top:1px solid #e1e1e1}
.study-hero-stats .study-stats-number{font-size:6.4rem;font-weight:700;line-height:1;display:flex;align-items:baseline;color:#35a106}
@media screen and (min-width:768px){
.study-hero-stats .study-stats-number{font-size:6rem}
}
.study-hero-stats .study-stats-features{padding-top:2.4rem;border-top:1px solid #e1e1e1;display:flex;flex-direction:column;gap:1.6rem}
.study-hero-stats .study-stats-features .study-feature{display:flex;align-items:flex-start;gap:1.6rem}
.study-hero-stats .study-stats-features .study-feature-icon{padding:10px;background-color:#f3e9d5;border-radius:4px;height:44px}
.study-hero-stats .study-stats-features .study-feature svg{color:#3e3e3e;flex-shrink:0}
.study-hero-stats .study-stats-features .study-feature h5{font-weight:600;font-size:12px;line-height:18px;color:#3e3e3e}
.study-hero-stats .study-stats-features .study-feature p{font-weight:300;font-size:11px;line-height:18px;color:#3e3e3e}
.study-card-link{display:block;text-decoration:none;color:inherit}
.study-card-link:hover .study-card-image img{transform:scale(1.05)}
.study-card-link:hover .study-card-title{color:#038c4e}
.study-card-image{aspect-ratio:4/3;overflow:hidden;border-radius:1.2rem;background:#e5e7eb;margin-bottom:2.4rem}
.study-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}
.study-card-title{font-size:2rem;margin:0 0 1.2rem;transition:color .3s ease}
.study-card-desc{font-size:1.4rem;color:#6f6f6f;line-height:1.6;margin:0 0 1.6rem}
.study-card-more{font-size:1.4rem;font-weight:500;color:#038c4e;display:inline-flex;align-items:center;gap:.8rem}
.study-card-more:hover{text-decoration:underline}
.study-featured{margin-bottom:6.4rem}
.study-featured-grid{display:grid;grid-template-columns:1fr;gap:3.2rem;padding-bottom:6.4rem}
@media screen and (min-width:1024px){
.study-featured-grid{grid-template-columns:repeat(12,1fr);gap:4.8rem}
.study-featured-grid .study-featured-card:nth-child(1){grid-column:span 7}
.study-featured-grid .study-featured-card:nth-child(2){grid-column:span 5}
.study-featured-grid .study-featured-card:nth-child(3){grid-column:span 5}
.study-featured-grid .study-featured-card:nth-child(4){grid-column:span 7}
}
@media screen and (min-width:768px){
.study-featured .study-card-title{font-size:2.4rem}
}
.study-main{padding-top:4rem;padding-bottom:5.6rem;border-top:1px solid #e5e7eb}
.study-main-header{margin-bottom:3.2rem}
.study-main-title{margin:0 0 1.2rem}
@media screen and (max-width:990px){
.study-main-title{font-size:3rem}
}
.study-main-desc{font-size:1.6rem;color:#6f6f6f}
.study-search{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:4rem;position:relative}
@media screen and (min-width:640px){
.study-search{flex-direction:row}
}
.study-search input{flex:1;padding:1.6rem 2.4rem 1.6rem 4.8rem;border:1px solid #e5e7eb;background:#fff;font-size:1.6rem;outline:0}
.study-search input:focus{border-color:#038c4e}
.study-search .search-icon{position:absolute;left:2rem;top:1.6rem;color:#6f6f6f}
.study-search .btn{padding:1.6rem 4rem;font-weight:600}
@media screen and (max-width:990px){
.study-search .btn{width:100%}
}
.study-content-grid{display:grid;grid-template-columns:1fr;gap:0}
@media screen and (min-width:1024px){
.study-content-grid{grid-template-columns:300px 1fr;gap:4rem}
}
@media screen and (min-width:1024px){
.study-sidebar{position:sticky;top:4.8rem;max-height:calc(100vh - 8rem);overflow-y:auto;padding-right:.8rem}
}
.study-sidebar-header{margin-bottom:1.6rem;min-height:2.4rem}
.study-clear-btn{background:0 0;border:none;color:#038c4e;font-size:1.4rem;font-weight:500;cursor:pointer;padding:0}
.study-clear-btn:hover{text-decoration:underline}
.study-filter-group{margin-bottom:2.4rem;border-bottom:1px solid #e5e7eb}
.study-filter-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:0 0;border:none;padding:0 0 2.4rem;font-size:1.6rem;font-weight:500;cursor:pointer;color:inherit}
.study-filter-toggle svg{transition:transform .3s}
.study-filter-options{display:flex;flex-direction:column;gap:1.2rem;padding-bottom:1.2rem}
.study-filter-label{display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer}
.study-filter-label input[type=checkbox]{margin-top:.2rem;width:2rem;height:2rem;cursor:pointer}
.study-filter-label .study-filter-text{font-size:1.5rem;color:#6f6f6f;line-height:1.4}
.study-filter-label .study-filter-text:hover{color:#3e3e3e}
.study-results-info{margin-bottom:2.4rem;font-size:1.4rem;color:#6f6f6f}
.study-results-info .font-semibold{font-weight:600;color:#3e3e3e}
.study-results-grid{display:grid;grid-template-columns:1fr;gap:3.2rem}
@media screen and (min-width:640px){
.study-results-grid{grid-template-columns:repeat(2,1fr)}
}
.study-empty-state{text-align:center;padding:6.4rem 2rem;background:#fff;border:1px solid #e5e7eb}
.study-empty-state p{margin-bottom:1.6rem;font-size:1.8rem;color:#6f6f6f}
.study-load-more{display:flex;justify-content:center;margin-top:4.8rem}
.btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;border-radius:.4rem}
.btn--hero{background-color:#3e3e3e;color:#fff;border:1px solid #3e3e3e}
.btn--hero:hover{background-color:#000}
.btn--outline{background-color:rgba(0,0,0,0);color:#038c4e;border:1px solid #038c4e;padding:1.2rem 3.2rem;font-weight:500}
.btn--outline:hover{background-color:#10b981;color:#fff}
.study-filter-label{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative;margin-bottom:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.study-filter-label:hover .study-filter-text{color:#161616}
.study-filter-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.study-filter-checkmark{position:relative;top:.125rem;height:24px;width:24px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;flex-shrink:0;transition:all .2s ease}
.study-filter-checkmark::after{content:"";position:absolute;display:none;left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.study-filter-label input:checked~.study-filter-checkmark{background-color:#161616;border-color:#161616}
.study-filter-label input:checked~.study-filter-checkmark::after{display:block}
.study-filter-label input:focus-visible~.study-filter-checkmark{outline:2px solid #35a106;outline-offset:2px}
.study-filter-text{font-family:"DM Sans",sans-serif;font-size:1.5rem;line-height:1.4;color:#3e3e3e;transition:color .2s ease}