.hero{position:relative;overflow:hidden;background:#000;padding:2.5rem 1rem 0;display:flex;flex-direction:column}@media(min-width:768px){.hero{padding:4rem 1.5rem 0}}.hero__grain{opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.hero__grain,.hero__grid-lines{position:absolute;inset:0;pointer-events:none}.hero__grid-lines{background-image:linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:25% 100%;mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 30%,rgba(0,0,0,.5) 70%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 30%,rgba(0,0,0,.5) 70%,transparent)}.hero__container{position:relative;max-width:1200px;margin:0 auto;width:100%;z-index:1;display:flex;flex-direction:column}.hero__top{flex:1;display:flex;flex-direction:column;align-items:center;padding-bottom:2rem}@media(min-width:768px){.hero__top{padding-bottom:3rem}}.hero__intro{text-align:center;margin-bottom:2rem;opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.hero--revealed .hero__intro{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero__intro{margin-bottom:2.5rem}}.hero__badge{display:inline-block;padding:.25rem .75rem;background-color:var(--color-yellow);color:#000;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;margin-bottom:1rem}@media(min-width:768px){.hero__badge{font-size:.75rem;margin-bottom:1.25rem}}.hero__title{font-family:var(--font-oswald);font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase;line-height:1.15}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__panel{max-width:640px;width:100%;transition:opacity .2s ease,transform .2s ease}.hero__panel--enter{opacity:1;transform:translateY(0)}.hero__panel--exit{opacity:0;transform:translateY(8px)}.hero__panel-title{font-family:var(--font-oswald);font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:.03em;text-transform:uppercase}@media(min-width:768px){.hero__panel-title{font-size:1.375rem;margin-bottom:.75rem}}.hero__panel-desc{color:hsla(0,0%,100%,.55);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}@media(min-width:768px){.hero__panel-desc{font-size:1rem}}@keyframes hero-feature-in{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.hero__panel-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.hero__panel-features li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:hsla(0,0%,100%,.8);padding:.625rem 0;border-bottom:1px solid hsla(0,0%,100%,.06);animation:hero-feature-in .35s ease both}.hero__panel-features li:last-child{border-bottom:none}.hero__panel-features li svg{flex-shrink:0;color:var(--color-yellow);width:16px;height:16px}@media(max-width:767px){.hero__panel-features li{font-size:.8125rem;gap:.5rem;padding:.5rem 0}}.hero__panel-cta{margin-top:1.5rem}@media(min-width:768px){.hero__panel-cta{margin-top:2rem}}.hero__panel-cta-placeholder{height:42px}.hero__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;opacity:0;transform:translateY(12px);transition:opacity .6s ease .25s,transform .6s ease .25s}.hero--revealed .hero__cards{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero__cards{grid-template-columns:repeat(4,1fr)}}.hero__card{padding:1rem;border:none;background:hsla(0,0%,100%,.04);cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.25rem;transition:background .25s ease;position:relative}@media(min-width:768px){.hero__card{padding:1.25rem 1.25rem 1.5rem;gap:.375rem}}.hero__card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .25s ease}.hero__card:hover{background:hsla(0,0%,100%,.07)}.hero__card--active{background:hsla(0,0%,100%,.08)}.hero__card--active:before{background:var(--color-yellow)}.hero__card--active:hover{background:hsla(0,0%,100%,.08)}.hero__card--active .hero__card-label{color:var(--color-yellow)}.hero__card--active .hero__card-title{color:#fff}.hero__card-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.35);transition:color .25s ease}@media(min-width:768px){.hero__card-label{font-size:.6875rem}}.hero__card-title{font-family:var(--font-oswald);font-size:.875rem;font-weight:700;color:hsla(0,0%,100%,.6);letter-spacing:.02em;transition:color .25s ease}@media(min-width:768px){.hero__card-title{font-size:1rem}}.hero__card-desc{font-size:.6875rem;color:hsla(0,0%,100%,.3);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.hero__card-desc{display:none}}@media(min-width:768px){.hero__card-desc{font-size:.75rem}}