.videos-band{width:100%;background-color:#009a971a;font-family:Inter,system-ui,sans-serif;margin-top:clamp(2.2rem,5.5vw,3.85rem)}.videos-header{max-width:42em;margin:0 auto;padding:2.75em 1.5rem 3.85rem;text-align:center}.videos-header h2{margin:0 0 .35em;font-size:2.04em;font-weight:600;letter-spacing:-.03em;color:#111827;font-family:Inter,system-ui,sans-serif}.videos-header p{margin:0;font-size:.88em;line-height:1.55;color:#4b5563}.videos-grid-section{padding:1.65rem 1.5rem 4rem;max-width:72em;margin:0 auto}.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.75rem;align-items:start}.video-card{display:flex;flex-direction:column;align-items:stretch;text-align:left;color:inherit;text-decoration:none;border-radius:.35rem;overflow:hidden;background:transparent;transition:transform .2s ease,box-shadow .2s ease}.video-card:hover{transform:translateY(-3px)}.video-card:hover .video-card-title{color:#4338ca}.video-card-image-wrap{position:relative;aspect-ratio:16 / 9;width:100%;overflow:hidden;border-radius:.25rem;background:#e7e5dc}.video-card-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.video-card-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:3.25rem;height:3.25rem;border-radius:50%;background:#fffffff0;box-shadow:0 4px 22px #00000047;pointer-events:none}.video-card-play:after{content:"";position:absolute;left:54%;top:50%;transform:translate(-50%,-50%);border-style:solid;border-width:.5em 0 .5em .85em;border-color:transparent transparent transparent #111827}.video-card-text{padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.video-card-title{margin:0;font-size:1.05em;font-weight:700;line-height:1.35;color:#111827;font-family:Inter,system-ui,sans-serif;transition:color .2s ease}.video-card-meta{margin:0;font-size:.65em;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}@media (max-width: 60rem){.videos-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem 1.25rem}}@media (max-width: 40rem){.videos-grid{grid-template-columns:1fr}.videos-header h2{font-size:1.5725em}.videos-grid-section{padding-left:1rem;padding-right:1rem}}
