@charset "UTF-8";.hero{padding:5rem 0px;background-color:#ffffff1a}@media (max-width: 750px){.hero{padding:3rem 0px}}.hero .content{width:100%}.hero .page-accent{color:#6da68b;font-weight:700}.hero h1{font-size:10rem;font-weight:700;color:#f5f5f5;margin-bottom:1rem;max-width:20ch}@media (max-width: 1200px){.hero h1{font-size:6rem;max-width:100%}}@media (max-width: 750px){.hero h1{font-size:4rem}}@media (max-width: 575px){.hero h1{font-size:3rem}}@media (max-width: 400px){.hero h1{font-size:2.5rem}}.filters{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;padding:2rem 0px}@media (max-width: 750px){.filters{width:100%;gap:0px;--all-row: minmax(0px, 0fr);--exploration-row: minmax(0px, 0fr);--debrief-row: minmax(0px, 0fr);--other-row: minmax(0px, 0fr);display:grid;grid-template-rows:var(--all-row) var(--exploration-row) var(--debrief-row) var(--other-row);transition:grid-template-rows .2s ease-in-out,gap .2s ease-in-out}.filters[data-mobile-expanded=true]{gap:.5rem;--all-row: minmax(0px, 1fr);--exploration-row: minmax(0px, 1fr);--debrief-row: minmax(0px, 1fr);--other-row: minmax(0px, 1fr)}.filters:has([data-post-filter=all][aria-pressed=true]){--all-row: minmax(0px, 1fr)}.filters:has([data-post-filter=exploration][aria-pressed=true]){--exploration-row: minmax(0px, 1fr)}.filters:has([data-post-filter=debrief][aria-pressed=true]){--debrief-row: minmax(0px, 1fr)}.filters:has([data-post-filter=other][aria-pressed=true]){--other-row: minmax(0px, 1fr)}.filters:after{position:absolute;content:"• • •";font-size:1.4rem;right:1rem;top:50%;transform:translateY(-50%)}.filters[data-mobile-expanded=true]:after{display:none}.filters button{overflow:hidden;width:100%;height:100%;font-size:2rem}.filters button:after{display:none}}.filters button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:unset;background-color:unset;color:#f5f5f5;margin-bottom:0;position:relative}.filters button:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background-color:#6da68b;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.filters button[aria-pressed=true]:after{opacity:1;transform:scaleX(1)}.filters button[aria-pressed=false]{opacity:.75;cursor:pointer}.filters button[aria-pressed=false]:after{transform:scaleX(0)}hr{margin:0px 0px 1rem;border:0;border-top:1px solid rgba(255,255,255,.1019607843)}.content.posts{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));place-items:center;gap:2rem;width:100%}@media (max-width: 1000px){.content.posts{display:flex;flex-direction:column}}.content.posts .post{display:flex;flex-direction:column;gap:1rem;height:100%}.content.posts .post .thumbnail{position:relative}.content.posts .post img{width:100%;aspect-ratio:16/9;object-fit:cover}.content.posts .post img.thumbnail-blur{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;filter:blur(10px)}.content.posts .post .post-info{flex-grow:1;display:flex;flex-direction:column}.content.posts .post .post-info h4{font-size:1.6rem;color:#6da68b;font-weight:700;text-transform:uppercase;margin-bottom:0}.content.posts .post .post-info p.authored-date{font-size:1.3rem;margin-bottom:2rem}.content.posts .post .post-info h2{margin-bottom:0}.content.posts .post .post-info a{margin-top:auto}@media (min-width: 1000px){.content.posts .post[data-hidden=false]{display:contents}.content.posts .post[data-hidden=false] img{width:calc(200% + 2rem);grid-column:1/2;aspect-ratio:16/9;object-fit:cover;justify-self:start}.content.posts .post[data-hidden=false] .post-info{grid-column:3;padding:0px 1rem;align-self:start}.content.posts .post[data-hidden=false]~[data-hidden=false]{display:flex}.content.posts .post[data-hidden=false]~[data-hidden=false] img{width:100%;aspect-ratio:16/9;object-fit:cover}.content.posts .post[data-hidden=false]~[data-hidden=false] .post-info{grid-column:auto;padding:unset;align-self:auto}}.content.posts .post[data-hidden=true]{display:none}.content.posts .post[data-hidden=false]~.no-posts{display:none}.content.posts .no-posts{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center}.content.posts .no-posts h3{font-size:2rem;color:#f5f5f5}.content.posts .no-posts p{font-size:1.4rem;color:#f5f5f5}
